royqh1979@gmail.com
|
bb10a83942
|
initial work for OJ Problems
|
2021-10-31 17:01:34 +08:00 |
royqh1979@gmail.com
|
b8f5f43d23
|
- fix: When debugging, if value of the variable pointed by the mouse cursor is too long, tooltip will fill the whole screen.
|
2021-10-31 10:11:30 +08:00 |
royqh1979
|
0e4bae7b93
|
- fix: bottom and left panel properties not correctly saved when hiding the main window
|
2021-10-31 09:39:31 +08:00 |
royqh1979
|
43a1b6074a
|
- fix: bottom and left panel properties not correctly saved when hiding the main window
|
2021-10-31 09:21:38 +08:00 |
royqh1979
|
7b0b7c1413
|
fix: the header completion window's text color not correctly set when the scheme's color doesn't have good contrast with background
|
2021-10-31 08:31:46 +08:00 |
royqh1979
|
4eec185ac4
|
- enhancement: correctly handle auto indents for statement span many lines;
- enhancment: only use colors have good contrasts with the background in the class browser and code completion suggestion window
|
2021-10-31 00:08:20 +08:00 |
royqh1979
|
2db0d95593
|
update NEWS.md
|
2021-10-30 21:28:14 +08:00 |
royqh1979
|
e5e7635d1f
|
- change: Don't use 'pause' in the console pauser, in case of privilege problems.
- fix: parser use it's one keywords set , to prevent crash when exit
|
2021-10-30 21:15:07 +08:00 |
royqh1979
|
561c83ef58
|
- enhancement: correctly handle auto indents for multi-level embedding complex statements like 'for(...) if (...) printf();
|
2021-10-30 19:58:13 +08:00 |
royqh1979
|
44cf39d8ca
|
- change: don't auto insert a new line when input an enter between '(' and ')' or between '[' and ']' (indent instead)
- enhancement: the line containing '}' will use the indents of the matching '{' line, instead of just unindent one level
|
2021-10-30 18:28:40 +08:00 |
royqh1979@gmail.com
|
af03c417ec
|
- enhancement: can use PageDown / PageUp / Home / End to scroll in the auto completion popup
|
2021-10-29 21:33:45 +08:00 |
royqh1979@gmail.com
|
f9cefaf196
|
* unindent when input public: / private: / protected:
|
2021-10-29 21:22:41 +08:00 |
royqh1979@gmail.com
|
75cb4c9b5a
|
- fix: correctly updates cursor position when pasting from clipboard
|
2021-10-29 19:20:55 +08:00 |
royqh1979@gmail.com
|
92cc00da54
|
- fix: indent not correctly calculated
- fix: correctly updates cursor position when pasting from clipboard
|
2021-10-29 17:55:05 +08:00 |
royqh1979@gmail.com
|
61a2ed4350
|
- enhancement: auto insert a new line when input an enter between '(' and ')' or between '[' and ']'
|
2021-10-29 15:37:30 +08:00 |
royqh1979@gmail.com
|
fde31ce7b5
|
- enhancement: more accurate auto indent calculation
- change: remove "add indent" option in the editor general options widget ( It's merged with "auto indent" option)
|
2021-10-29 15:15:43 +08:00 |
royqh1979@gmail.com
|
1853332141
|
clean up debug code
|
2021-10-29 12:29:21 +08:00 |
royqh1979@gmail.com
|
5aa91e1bc1
|
- enhancement: more accurate auto indent calculation
|
2021-10-29 12:25:04 +08:00 |
royqh1979@gmail.com
|
19e7143efc
|
work save
|
2021-10-28 23:46:54 +08:00 |
royqh1979@gmail.com
|
317a798cce
|
work save
|
2021-10-28 09:20:58 +08:00 |
royqh1979@gmail.com
|
c8704fdfbb
|
work save
|
2021-10-28 08:56:13 +08:00 |
royqh1979@gmail.com
|
97b8fb1971
|
minor change
|
2021-10-27 17:01:58 +08:00 |
royqh1979@gmail.com
|
e179e973fc
|
work save
|
2021-10-27 17:00:01 +08:00 |
royqh1979@gmail.com
|
80b9f2b9e9
|
- fix: when remove all breakpoints in the debug breakpoint view, debug tags in the opened editors are not correctly updated.
- change: when start debuging, show local view instead of the debug console.
|
2021-10-27 16:58:30 +08:00 |
royqh1979@gmail.com
|
2ceb95e4cc
|
- fix: "tab to spaces" option in the editor general options widget doesn't work
|
2021-10-27 16:39:23 +08:00 |
royqh1979@gmail.com
|
33099f4044
|
- fix: when debug a project, and have breakpoints that not in opened editors, dev-cpp will crash
|
2021-10-27 12:05:46 +08:00 |
royqh1979
|
205860b81f
|
when create the project, set its compiler set type
|
2021-10-25 22:06:52 +08:00 |
royqh1979
|
4f2b87662f
|
- enhancement: use project's compiler set type info to find a nearest system compiler set, when the project compiler set is not valid.
- fix: toolbar's compiler set info not correctly updated when change it in the project settings dialog.
|
2021-10-25 21:59:01 +08:00 |
royqh1979
|
a3c335eed6
|
- fix: options not correctly set when change compiler set in the project settings
- change: reset compiler settings when change the project compiler set
|
2021-10-25 21:36:23 +08:00 |
royqh1979@gmail.com
|
148e99e483
|
- enhancement: prompt for filename when create new project unit file
|
2021-10-25 13:16:15 +08:00 |
royqh1979@gmail.com
|
b7aa67c9a4
|
- fix: autolink parameters are repeated when compile single files
|
2021-10-25 12:33:02 +08:00 |
royqh1979
|
d1ccabbd6b
|
- fix: compiler autolinks options widget don't show autolink infos
|
2021-10-25 09:35:13 +08:00 |
royqh1979
|
3a7065e9d8
|
- fix: syntax issues' filepath info not correct when build projects
|
2021-10-25 09:31:58 +08:00 |
royqh1979
|
59ea699fb7
|
refactor codes that run programs
|
2021-10-25 09:16:00 +08:00 |
royqh1979
|
b2e88c4c00
|
- fix: crash when create an empty project
|
2021-10-25 00:30:53 +08:00 |
royqh1979
|
0225854159
|
update translations
|
2021-10-24 23:43:34 +08:00 |
royqh1979
|
3529e8dfea
|
- fix: can't correctly handle '&&' and '||' in the #if directive (and correctly parse windows.h header file)
|
2021-10-24 23:31:26 +08:00 |
royqh1979
|
7bb59955e6
|
- enhancement: when running a program, redirect a data file to its stdin
|
2021-10-24 23:13:00 +08:00 |
royqh1979
|
4da3b6d1fa
|
work save
|
2021-10-24 17:31:20 +08:00 |
royqh1979
|
7d82f37462
|
- enhancement: "use utf8 by default" in editor's misc setting
|
2021-10-24 15:17:31 +08:00 |
royqh1979
|
c7205f572e
|
- enhancement: "use utf8 by default" in editor's misc setting
|
2021-10-24 13:03:54 +08:00 |
royqh1979
|
24b771550c
|
- fix: the "add bookmark" menu item is not correctly disabled on a bookmarked line
|
2021-10-24 12:37:00 +08:00 |
royqh1979
|
ff54e6c0e2
|
- enhancement: change project file's folder by drag and drop in the project view
- enhancement: open project file by drag it to the editor area
|
2021-10-24 12:04:37 +08:00 |
royqh1979
|
06f035926a
|
work save: drag & drop in project view
|
2021-10-24 00:17:08 +08:00 |
royqh1979
|
9937ef50c3
|
- enhancement: icons in project view
- fix: sometimes option widget will show confirm dialog even not changed
- enhancement: only editor area will receive file drop events
|
2021-10-23 23:10:34 +08:00 |
royqh1979
|
aebcce0b05
|
- fix: file path seperator used in the app is not unified, and cause errors somtimes.
|
2021-10-23 19:27:50 +08:00 |
royqh1979
|
c3be38b9b6
|
- fix: file path seperator used in the app is not unified, and cause errors somtimes.
|
2021-10-23 17:32:03 +08:00 |
royqh1979
|
d7cbd855ff
|
- fix: function declaration's parameters not correctly parsed, if it have a definition which have different parameter names
|
2021-10-23 16:35:36 +08:00 |
royqh1979
|
581e59d719
|
- fix: issue count not correctly displayed when syntax check/compile finished
update translations
|
2021-10-23 16:18:02 +08:00 |
royqh1979
|
15fd6aab03
|
- fix: rainbow parenthesis stop functioning when change editor's general options
- make toolbar seperator lighter in dark themes
|
2021-10-23 09:05:51 +08:00 |