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
royqh1979@gmail.com
d2821ac7f2
minor fix: load translation
2021-11-17 09:41:44 +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@gmail.com
284a8ed695
- fix: add unit to project not correctly set new unit file's encoding
...
- fix: correctly set encoding for the new added project unit file
- fix: if there's a project openned, new file should ask user if he want to add the new file to the project
- fix: when adding a file openned in the editor to the project, properties of it are not correctly setted.
- enhancement: when remove a file from the project, also ask if user want to remove it from disk
- fix: double click a project's .dev file in the Files panel should load the project
2021-11-15 22:08:35 +08:00
royqh1979@gmail.com
0f130291aa
- fix: add unit to project not correctly set new unit file's encoding
2021-11-15 19:30:24 +08:00
royqh1979
2b3f8a644f
- fix: Shouldn't update auto link settings, if the header name to be modified is unchanged
2021-11-14 18:54:12 +08:00
royqh1979
c59b9c9283
update translations
...
- fix: options not translated
2021-11-14 18:48:18 +08:00
royqh1979
d14a1be208
- fix: text color of labels in statusbar not correctly updated when change theme
...
- change: auto generate gcc version info in the about dialog
- change: seperates version info to version.h
2021-11-14 17:43:25 +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
966aac5d4a
- fix: auto indent shouldn't use preprocessor's indent to calculate
2021-11-13 13:10:56 +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
royqh1979@gmail.com
a6e8846282
- enhancement: drag & drop text in the editor
...
- enhancement: auto calcuate caret line size basing on font size
- enhancement: shift+mouse wheel to scroll horizontally
2021-11-13 12:33:33 +08:00
royqh1979@gmail.com
3668378d7f
work save
2021-11-13 11:16:05 +08:00
royqh1979@gmail.com
c7748bf5b2
Merge branch 'master' into gdbmi
...
# Conflicts:
# RedPandaIDE/qsynedit/SynEdit.cpp
2021-11-13 10:55:10 +08:00
royqh1979@gmail.com
33ba4afc20
- enhancement: auto indent line to column 1 when enter '#' at beginning of line
...
- fix: when enter '{' or '}' at beginning of line, auto indent will remove all contents of the line
- fix: auto indent should be turned off when reformat code
- fix: auto indent should be turned off when replace in code
2021-11-13 10:38:48 +08:00
royqh1979@gmail.com
4c359dd7cd
work save
2021-11-13 09:11:28 +08:00
royqh1979@gmail.com
664c8e752a
work save
2021-11-13 09:05:02 +08:00
royqh1979
83a794b9c2
work save
2021-11-12 22:42:51 +08:00
royqh1979@gmail.com
7e68309057
change version number
2021-11-12 15:29:42 +08:00
royqh1979@gmail.com
d28805ea55
- fix: editor auto save settings not saved and applied
...
- fix: only auto save files that has new modifications
- fix: correctly auto save files with it's own name
2021-11-12 12:40:47 +08:00
royqh1979@gmail.com
8b7d19f94e
work save
2021-11-12 10:51:00 +08:00
royqh1979@gmail.com
88bb3b25cb
Merge branch 'master' into gdbmi
2021-11-12 08:35:29 +08:00
royqh1979
58ba490f32
work save
2021-11-12 07:26:13 +08:00
royqh1979
81b524c9ed
dont save parser when code/header completion popup hides
2021-11-12 02:31:45 +08:00
royqh1979
b3e5ddc94c
- enhancement: greatly reduces memory usage for symbol parsing ( memory needed for bits/stdc++.h reduced from 150m+ to 50m+)
...
- fix: currect compiler set not correctly updated when switch between normal file and project file
2021-11-12 02:20:13 +08:00
royqh1979
17dd73149c
- enhancement: use lighter color to draw menu seperators
...
- enhancement: differentiate selected and unselected tab bars
2021-11-11 11:17:15 +08:00
royqh1979@gmail.com
e54d734252
work save
2021-11-10 22:00:01 +08:00
royqh1979@gmail.com
3ee49f5cbc
merge master
2021-11-10 21:56:22 +08:00