Roy Qu
74efa484be
- enhancement: group undo will stop at spaces
2022-03-01 23:35:01 +08:00
Roy Qu
ee59d80bdb
- enhancement: enable group undo
...
- enhancement: add option "hide symbols start with underscore" and "hide synbols start with two underscore"
- fix: can't rename project files that not openned in editor
- fix: dpi changes in CPU window shouldn't affect main window
2022-03-01 22:03:54 +08:00
Roy Qu
82d812b6eb
- fix: crash when copy to non-c files
...
- fix: fonts in cpu window is not correctly set, when dpi changed
2022-03-01 18:11:15 +08:00
Roy Qu
409091d52b
- enhancement: custome icons for project view
2022-02-13 20:08:18 +08:00
royqh1979@gmail.com
5eb5c4d58b
- enhancement: show caret at once, when edition finished
2022-02-01 14:09:27 +08:00
Roy Qu
620bdc8266
- fix: code folding calcuation not correct when some codes are folded and editing after them
2022-01-27 18:34:18 +08:00
Roy Qu
a7557899d1
- enhancement: setting non-ascii font for editors
2022-01-26 14:31:26 +08:00
Roy Qu
67f8629be3
- fix: when copy comments, don't auto indent
...
- enhancement: auto add a new line when press enter between '/*' and '*/'
2022-01-25 12:29:44 +08:00
Roy Qu
1135fcf7dd
- fix: search around option can't be disabled
...
- enhancement: show a confirm dialog when search/replace around
2022-01-24 18:03:35 +08:00
Roy Qu
3c132d69f3
- fix: if editor's active line color is disabled, caret's position may not be correct redrawn
2022-01-24 16:20:16 +08:00
royqh1979@gmail.com
4797c15b04
- enhancement: add exec charset option to compiler set settings
2022-01-24 11:23:30 +08:00
Roy Qu
194dd3f3e4
- fix: Undo in the editor will lose line indents when no highlighter is assigned (the editing file is a not c/cpp source file);
2022-01-23 21:28:27 +08:00
Roy Qu
ebe2dbb95e
- fix: editor crash when no highlighter is assigned (the editing file is a not c/cpp source file);
...
- fix: ')' not correctly skip in the editor when no highlighter is assigned (the editing file is a not c/cpp source file);
2022-01-23 21:04:08 +08:00
Roy Qu
bab728e792
- enhancement: add "wrap around" option to find/replace
2022-01-13 12:55:55 +08:00
Roy Qu
a3e4f333ab
- enhancement: ctrl+up/down scrolls in the editor
2022-01-13 07:39:56 +08:00
Roy Qu
19fc3302ed
- fix: caret dispears when at '\t' under Windows 7
2022-01-12 22:21:40 +08:00
Roy Qu
995b734334
- fix: crash when refactor symbol and cursor is at the end of the identifier
...
- fix: refactor symbol doesn't work for 1-length identifiers
2022-01-12 18:07:52 +08:00
Roy Qu
0e0f954bec
- enhancement: if there's no selection when copy/cut, select currect line by default
2022-01-10 18:37:00 +08:00
Roy Qu
bb6a4ed9c8
qt 5.12 compatibility
2022-01-04 16:50:54 +08:00
royqh1979@gmail.com
317db42876
add license information
2021-12-26 23:18:28 +08:00
Roy Qu
7f4840a299
basic linux compatibily
2021-12-24 23:18:20 +08:00
Roy Qu
0f3baaac00
Version 0.12.1 For Dev-C++ 7 Beta
...
- fix: error when drag&drop in editors
2021-12-23 22:05:57 +08:00
Roy Qu
ba538c9b13
better auto indent calculation for '{' after if/for statement
2021-12-20 08:45:16 +08:00
Roy Qu
bb5d1b706c
work save
2021-12-20 08:18:43 +08:00
Roy Qu
da1dc2e856
- fix: auto indent processing error when input '{' in the middle of if statement
2021-12-19 20:48:23 +08:00
Roy Qu
b2caf38e89
- fix: use pixel size for fonts, to fit different dpi in multiple displays
2021-12-16 19:14:14 +08:00
Roy Qu
879f001d0c
- fix: current line of the disassembly in the cpu window not correctly setted
...
- enhancement: add "step into one machine instruction" and "step over one machine instruction" in the cpu window
2021-12-16 10:46:38 +08:00
Roy Qu
c3ea1e6dd4
- enhancement: recalc layout info for code editors when dpi changed
2021-12-13 19:10:16 +08:00
Roy Qu
956b717a14
- enhancement: recalc layout info for code editors when dpi changed
2021-12-13 16:38:22 +08:00
royqh1979@gmail.com
0e0689ad64
work save
2021-12-13 12:09:37 +08:00
Roy Qu
ad61e63fec
- enhancement: press home will switch between begin of line and the position of fisrt non-space char
...
- enhancement: press end will switch between end of line and the position of last non-space char
2021-11-30 21:45:48 +08:00
Roy Qu
ce242fc2ab
- fix: can't correctly undo/redo unindent
2021-11-30 21:39:13 +08:00
Roy Qu
9b01d9e85f
- fix: correct set selection when undo indent
2021-11-30 21:11:21 +08:00
Roy Qu
b4e70c4879
- fix: indent can't be correctly undo
...
- change: press tab when there are selections will do indent
2021-11-30 20:43:58 +08:00
Roy Qu
db61432d36
- fix: dragging text from lines in the front to lines back will cause error
...
- fix: dragging text onto itself should do nothing
2021-11-26 19:54:05 +08:00
Roy Qu
ed3f320c50
- fix: select by mouse can't correctly set mouse's column position
...
- fix: dragging out of the editor and back will cause error
2021-11-26 19:04:04 +08:00
Roy Qu
f8a8f5df67
- fix: dragging out of the editor shouldn't reset the caret back
2021-11-26 08:29:00 +08:00
Roy Qu
03ae21ebf6
- enhancement: scroll while dragging text in the editor
2021-11-26 08:14:23 +08:00
Roy Qu
b17406eb07
work save
2021-11-24 17:53:25 +08:00
royqh1979@gmail.com
614fc911b1
- fix: undo "delete word"/"delete to BOL"/"delete to EOL" correct reset caret position
2021-11-23 12:53:48 +08:00
Roy Qu
dda0f82b4d
- fix: columns calculation not correct when paint lines containing chinese characters
2021-11-22 19:10:56 +08:00
royqh1979@gmail.com
6ba2d47c81
- enhancement: add "delete line"/"duplicate line"/"delete word"/"delete to EOL"/"delete to BOL" in the edit menu
2021-11-22 16:16:58 +08:00
royqh1979@gmail.com
2763ef1c60
work ave
2021-11-22 15:50:28 +08:00
royqh1979@gmail.com
b034d27eb9
- fix: option "Move caret to the first non-space char in the current line when press HOME key" dosen't work fine.
2021-11-20 08:12:10 +08:00
royqh1979
f274d7f208
- fix: problem set & problem views not correctly hidden when disabled in the general / problem set options
2021-11-19 07:52:36 +08:00
royqh1979@gmail.com
2f945dc6fb
- fix: text color for cpu info dialog not correctly setted
2021-11-16 00:03:43 +08:00
royqh1979
7c0ee9857b
- fix: "collapse all" and "uncollapse all" doesn't work
2021-11-13 17:41:16 +08:00
royqh1979
c4b61b8985
- fix: option "don't add leading zeros to line numbers" not work
2021-11-13 17:15:07 +08:00
royqh1979@gmail.com
a9aa098c29
- fix: greatly reduces paste time
2021-11-13 13:09:50 +08:00
royqh1979@gmail.com
be2c1ec77f
- fix: greatly reduces paste time
2021-11-13 13:03:42 +08:00