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
2fffe33bb7
- fix: the last line in the debug console is not correctly displayed
2021-11-25 23:41:40 +08:00
Roy Qu
cbec8f60f4
- fix: can't correctly display stl containers in watch
2021-11-25 21:44:08 +08:00
Roy Qu
817b1ca11f
update NEWS.md
2021-11-25 20:52:52 +08:00
Roy Qu
da27fba8f1
- fix: project's modified flag not cleared after saved
2021-11-25 20:50:51 +08:00
Roy Qu
92fcd9b923
implemented: watch var handles
2021-11-25 20:26:43 +08:00
Roy Qu
39ab388458
work save
2021-11-25 11:24:38 +08:00
Roy Qu
3abbf66251
add "open cpu window when signaled" debug option
2021-11-25 10:18:21 +08:00
Roy Qu
adf001124c
update translations
2021-11-25 09:07:29 +08:00
Roy Qu
af1bc5f538
can handle signal
2021-11-25 09:05:45 +08:00
Roy Qu
73c88065f8
work save
2021-11-25 07:42:56 +08:00
Roy Qu
777d11cdcb
disassembly finished
2021-11-24 23:32:34 +08:00
Roy Qu
de0f176284
breakpoint / run / evaluation / memory view ok
2021-11-24 22:16:40 +08:00
Roy Qu
5c17096e00
work save
2021-11-24 21:22:01 +08:00
Roy Qu
b17406eb07
work save
2021-11-24 17:53:25 +08:00
Roy Qu
fdfa7c779f
work save
2021-11-24 10:07:35 +08:00
Roy Qu
9fd06a9837
work save
2021-11-23 21:08:33 +08:00
Roy Qu
d3abf822fb
Merge branch 'master' into gdbmi
2021-11-23 18:16:53 +08:00
royqh1979@gmail.com
cfe370e252
- fix: code format indent settings not correctly saved
2021-11-23 13:29:00 +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
royqh1979@gmail.com
9c2ffa2f80
update translation
2021-11-23 12:39:32 +08:00
royqh1979@gmail.com
3e743a6a06
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
...
# Conflicts:
# RedPandaIDE/compiler/projectcompiler.cpp
2021-11-23 12:34:40 +08:00
Roy Qu
39e32e2fc5
short cut for actions
2021-11-23 10:34:38 +08:00
Roy Qu
cd1e20c2d7
- fix: restore caret position after reformat code
...
- enhancement: ask user to rebuild project, when run/debug the project and it has been modified
- fix: correct set the enabled state of "delete line"/"insert line"/"delete word"/"delete to BOL"/"delete to EOL" menu items
2021-11-23 10:32:33 +08:00
Roy Qu
dda0f82b4d
- fix: columns calculation not correct when paint lines containing chinese characters
2021-11-22 19:10:56 +08:00
Roy Qu
69ba84fc86
- fix: the count in the title of issues view isn't correct
2021-11-22 18:42:58 +08:00
royqh1979@gmail.com
eefd2a3140
update version number
2021-11-22 16:51:16 +08:00
royqh1979@gmail.com
a14257971c
- fix: when make project and del non-existing files, shouldn't show error messages
2021-11-22 16:40:50 +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
a927c2cc0e
work save
2021-11-21 10:36:50 +08:00
royqh1979@gmail.com
aa17415b15
work save
2021-11-21 08:38:03 +08:00
royqh1979@gmail.com
c6080cdf59
Merge branch 'master' into gdbmi
2021-11-20 08:16:13 +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@gmail.com
3f474a9db4
work save
2021-11-20 07:53:39 +08:00
royqh1979@gmail.com
e044bb0703
Merge branch 'master' into gdbmi
2021-11-20 07:22:09 +08:00
royqh1979@gmail.com
49a2a59964
update NEWS.md
2021-11-19 22:33:10 +08:00
royqh1979
c7a6412986
- fix: executor / problem set options not correctly saved
2021-11-19 08:11:33 +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
bc2d662c1d
- fix: console program that needs input may crash
2021-11-18 22:25:07 +08:00
royqh1979
1c9bb49799
- enhancement: save/load default projects folder
...
- enhancement: add editor general options "highlight current word" and "highlight matching braces"
2021-11-18 21:25:28 +08:00
royqh1979@gmail.com
177cd6e397
- enhancement: code completion suggestion for phrase after long/short/signed/unsigned
2021-11-18 12:51:05 +08:00
royqh1979@gmail.com
a38b4b1813
- fix: numpad's enter key doesn't work
2021-11-18 12:01:52 +08:00
royqh1979
b8f75cb337
- fix: ide failed to start, if there are errors in the compiler set settings
2021-11-18 10:42:41 +08:00
royqh1979@gmail.com
a2e514e98a
fix: project's unit file not correctly add to watch after renamed
2021-11-17 23:21:53 +08:00
royqh1979@gmail.com
e60b909294
- enhancement: code completion suggestion for "__func__" variable
2021-11-17 17:18:02 +08:00
royqh1979@gmail.com
d5d0cec1b0
update version to 0.9.0
2021-11-17 11:26:22 +08:00
royqh1979@gmail.com
01d7335ba2
- fix: control keys in the numpad doesn't work in the editor
...
- fix: project layout infos are wrongly saved to registry
- fix: project layout infos are not correctly saved/loaded
2021-11-17 10:55:18 +08:00