From 966aac5d4a7afd147e2bef6de3dc6d776c1a3e30 Mon Sep 17 00:00:00 2001 From: "royqh1979@gmail.com" Date: Sat, 13 Nov 2021 13:10:56 +0800 Subject: [PATCH] - fix: auto indent shouldn't use preprocessor's indent to calculate --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index c8221482..681e8ba1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ Version 0.8.7 For Dev-C++ 7 Beta - enhancement: auto calcuate caret line size basing on font size - enhancement: shift+mouse wheel to scroll horizontally - fix: greatly reduces paste time + - fix: auto indent shouldn't use preprocessor's indent to calculate Version 0.8.6 For Dev-C++ 7 Beta - enhancement: greatly reduces memory usage for symbol parsing ( memory needed for bits/stdc++.h reduced from 150m+ to 80m+)