- fix: auto indent shouldn't use preprocessor's indent to calculate

This commit is contained in:
royqh1979@gmail.com 2021-11-13 13:10:56 +08:00
parent a9aa098c29
commit 966aac5d4a
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Version 0.8.7 For Dev-C++ 7 Beta
- enhancement: auto calcuate caret line size basing on font size - enhancement: auto calcuate caret line size basing on font size
- enhancement: shift+mouse wheel to scroll horizontally - enhancement: shift+mouse wheel to scroll horizontally
- fix: greatly reduces paste time - 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 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+) - enhancement: greatly reduces memory usage for symbol parsing ( memory needed for bits/stdc++.h reduced from 150m+ to 80m+)