royqh1979@gmail.com
3352d413b3
- fix: find in the current file is not correcly saved in the search history
...
- fix: hit info not correctly displayed in the search result view
- fix: If find in files found no hits, search result view will not be shown.
- fix: wront indents when paste one line content
2021-11-04 21:14:58 +08:00
royqh1979@gmail.com
c64c4916ac
- enhancement: edit problem properties
...
- enhancement: show problem description in the problem name lable's tooltip
2021-11-04 09:07:06 +08:00
royqh1979
731a10a1d6
- enhancement: check syntax/parse symbols when modifed and cursor's line changed.
2021-11-04 00:38:40 +08:00
royqh1979
9638cbdd3f
- enhancement: can use symbols' own foreground color to draw selection or the current line
...
- enhancement: can use different colors to highlight the current word and the selections
- enhancement: can set editor's default background / foreground color. They must be setted to make the custom color schemes correctly.
- enhancement: can set the color for the current line's number in the gutter
- all predefined color schemes updated.
2021-11-03 23:27:05 +08:00
royqh1979@gmail.com
6ad87990c7
- fix: Custom editor colors shouldn't be tested for high contrast with the default background color
...
- fix: Custom color settings not correctly displayed in the options widget
- enhancement: add hit counts in the search result view
- fix: editor actions' state not correctly updated after close editors.
- fix: When replace in the editor, "Yes to All" and "No" button doesn't work correctly.
- fix: crash when editing non-c/c++ files
- enhancement: set the alpha value of scheme colors
- enhancement: can use symbols' own scheme color to draw selection
- enhancement: can use different colors to highlight the current word and the selections
2021-11-03 18:09:12 +08:00
royqh1979
d297faf3af
- add: "C Reference" in the help menu
...
- fix: Custom editor colors shouldn't be tested for high contrast with the default background color
- fix: Custom color settings not correctly displayed in the options widget
- enhancement: add hit counts in the search result view
- fix: editor actions' state not correctly updated after close editors.
2021-11-02 23:47:51 +08:00
royqh1979
34bdd7815f
- change: The error color of color scheme "vs code"
2021-11-02 19:52:12 +08:00
royqh1979
b6ab20e69e
- enhancement: In problem view's output control, indicates which line is different with the expected
...
- fix: current input/expected not correctly applied when save/run problem cases
- fix: colors of the syntax issues view are not correctly set using the current color sheme
2021-11-02 19:26:11 +08:00
royqh1979@gmail.com
88a7c46eda
- enhancement: Problem Set
...
- enhancement: Competitive Companion Support
- fix: when search in project, files opened for search shouldn't be parsed for symbols.
- fix: when search in project, the search history is not correctly updated.
2021-11-02 13:12:36 +08:00
royqh1979@gmail.com
47f10a2105
- enhancement: Problem Set Support
...
- enhancement: Competitive Companion Support
2021-11-02 09:29:35 +08:00
royqh1979@gmail.com
f28aac649b
- fix: remove the file change monitor if it's remove from the disk
...
- fix: don't test if a file is writable before save to it (because qt can't do that test reliably).
- problem set ui almost done
2021-11-02 01:07:37 +08:00
royqh1979@gmail.com
d27f8c1c50
- fix: can't parse old c-style enum variable definition like "enum Test test;"
2021-11-01 23:29:03 +08:00
royqh1979@gmail.com
1b9fdd3020
- change: "save" action will be enabled no matter contents in the current editor is modified or not
2021-11-01 23:14:17 +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
43a1b6074a
- fix: bottom and left panel properties not correctly saved when hiding the main window
2021-10-31 09:21:38 +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
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
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
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
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
b2e88c4c00
- fix: crash when create an empty project
2021-10-25 00:30:53 +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
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
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
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
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
royqh1979@gmail.com
2d0e00beef
- fix: app name in the title bar not translated
...
- use new app icon
2021-10-22 17:29:15 +08:00
royqh1979@gmail.com
87ef9c216c
- fix: can't add bookmark at a breakpoint line
2021-10-22 16:56:27 +08:00
royqh1979@gmail.com
9d829876b3
- fix: app's title not update when editor closed
...
- fix: editor's modified status not correctly updated when using new file template
2021-10-22 16:43:53 +08:00
royqh1979@gmail.com
7a5b6b8efc
- implement: files view
2021-10-22 15:02:54 +08:00
royqh1979
3e442b0860
- enhancement: autosave/load bookmarks
...
- enhancement: autosave/load breakpoints
- enhancement: autosave/load watches
2021-10-21 19:33:11 +08:00
royqh1979@gmail.com
e10e173cc9
- enhancement: bookmark view
2021-10-21 17:31:25 +08:00
royqh1979
a5acb077fc
- fix: correctly handle integer with 'L' suffix in #if directives ( so <thread> can be correctly parsed )
...
- fix: correctly fill indents if it's not multiples of tab width
2021-10-20 20:15:16 +08:00
royqh1979
e51473fdde
- fix: don't highlight '#' with spaces preceeding it as error
2021-10-20 18:22:06 +08:00
royqh1979@gmail.com
e2751fc693
- enhancement: set mouse wheel scroll speed in the editor general option tab ( 3 lines by default)
2021-10-20 12:27:44 +08:00
royqh1979@gmail.com
ae2f3596aa
- enhancement: new file template
...
- fix: when an editor is created, its caret will be displayed even it doesn't have focus
2021-10-20 12:11:36 +08:00
royqh1979@gmail.com
25d83d0e8d
- enhancement: fill indents in the editor (Turned off by default)
2021-10-20 11:14:49 +08:00
royqh1979@gmail.com
d188d8897f
- fix: save as file dialog's operation mode is not correct
2021-10-19 22:41:38 +08:00
royqh1979@gmail.com
cd91df6fb8
- fix: Backspace still works in readonly mode
2021-10-19 09:05:11 +08:00
royqh1979@gmail.com
21083cbb6a
- enhancement: add link to EGE website, if locale is zh_CN
2021-10-18 23:44:02 +08:00
royqh1979@gmail.com
4eac9756cd
better appearance of tool button
2021-10-18 22:50:49 +08:00
royqh1979@gmail.com
19b1d042c0
- fix: In the create project dialog, the browser button doesn't work
...
- change: use QStyle to implement the dark style
2021-10-18 22:06:33 +08:00
royqh1979@gmail.com
fee2115093
- fix: add mutex lock to prevent editor crash in rare conditions
2021-10-17 21:09:50 +08:00
royqh1979@gmail.com
62a081d830
- enhancement: add link to cppreference in the help menu
2021-10-15 12:17:14 +08:00
royqh1979@gmail.com
b5523aaeda
- enhancement: click the encoding info in the statusbar will show encoding menu
2021-10-15 10:23:46 +08:00
royqh1979@gmail.com
0c6f4a10a4
- fix: messages send to the gdb process's standard error are not received
2021-10-13 17:20:31 +08:00
royqh1979@gmail.com
a1e5ce379e
- fix: debugger won't exit when the program has exited.
...
- adjust: the max value of the debug console's vertical scrollbar.
2021-10-13 12:55:41 +08:00
royqh1979@gmail.com
59390203e3
- fix: crash when create new file
...
- implement: two editor view
2021-10-13 11:32:59 +08:00
royqh1979@gmail.com
141de5ed74
- implement: highlight matching brackets
2021-10-12 20:38:39 +08:00
royqh1979@gmail.com
7eda4e35b3
- implement: export as rtf / export as html
...
- fix: the contents copied/exported are not correctly syntax colored
- fix: stop execution if the source file is not compiled and user choose not to compile it
- fix: not correctly parse gdb's output
- fix: path not correctly setted for the debugger process
- fix: indent line not correctly drawed
2021-10-12 19:39:24 +08:00
royqh1979@gmail.com
bb8b711376
- implement: export as rtf / export as html
...
- fix: the contents copied/exported are not correctly syntax colored
- fix: stop execution if the source file is not compiled and user choose not to compile it
2021-10-12 09:47:58 +08:00
royqh1979@gmail.com
3a81281f7d
- change: enable copy as HTML by default
...
- fix: unneeded empty lines when copy as HTML
2021-10-10 22:19:48 +08:00
royqh1979@gmail.com
b3fb9e223b
- fix: editor's font style shouldn't affect gutter's font style
2021-10-10 21:46:11 +08:00
royqh1979@gmail.com
8599190d13
- fix: font styles in the color scheme settings not in effect
2021-10-10 21:23:25 +08:00
royqh1979@gmail.com
9e0beb8046
- fix: code completion popup not show after '->' inputted
2021-10-10 20:20:43 +08:00
royqh1979@gmail.com
443aa541fc
- fix: can't correctly find definition of the symbols in namespace
2021-10-10 00:46:19 +08:00
royqh1979@gmail.com
14ff15ebc1
- fix: code fold calculation not correct, when editing code
2021-10-09 23:09:08 +08:00
royqh1979@gmail.com
f9678288cf
update NEWS.md
2021-10-09 22:34:31 +08:00
royqh1979@gmail.com
83b99c99de
- fix: should use c++ syntax to check ".h" files
...
- fix: can't copy contents in a readonly editor
- fix: project's file not correctly syntaxed when open in editor
2021-10-09 22:03:05 +08:00
royqh1979@gmail.com
88cd992159
- fix: should use c++ syntax to check ".h" files
2021-10-09 18:04:31 +08:00
royqh1979@gmail.com
a16562f6ce
- fix: The Enter key in the numpad doesn't work
...
- fix: The compiled executable not fully write to the disk before run it
- fix: settings object not correctly released when exit
- fix: shouldn't check syntax when save modifications before compiling
- fix: shouldn't scroll to the end of the last line when update compile logs
- fix: can't debug project
2021-10-09 11:33:23 +08:00
royqh1979@gmail.com
c58ddf7073
- fix: The Enter key in the numpad doesn't work
...
- fix: The compiled executable not fully write to the disk before run it
- fix: settings object not correctly released when exit
2021-10-09 09:09:05 +08:00
royqh1979@gmail.com
0cdb901ca5
- fix: editor deadlock
2021-10-08 20:56:55 +08:00
royqh1979@gmail.com
8b4fa1f0fc
- implement: default settings for code formatter
...
- implement: remove all custom settings
2021-10-08 20:01:29 +08:00
royqh1979@gmail.com
c4c62ec6c0
- implement: tools configuration
2021-10-08 00:06:41 +08:00
royqh1979@gmail.com
b0442258db
- print support
2021-10-07 07:52:20 +08:00
royqh1979@gmail.com
ec458a880a
- fix: editor's inproject property not correctly setted (and may cause devcpp to crash when close project)
2021-10-07 00:48:05 +08:00
royqh1979@gmail.com
e6d4bdd43c
- implement: handle windows logout message
2021-10-07 00:25:11 +08:00
royqh1979@gmail.com
d88bab1e20
work save: implement shortcut configurations
2021-10-06 12:19:46 +08:00
royqh1979@gmail.com
f75c9f26cf
- fix: editors disappeared when close/close all
2021-10-06 00:05:07 +08:00
royqh1979@gmail.com
8e4c20a2a3
- fix: makefile generated for static / dynamic library projects not right
...
correct processing for input in code template's place holders
2021-10-05 23:30:34 +08:00
royqh1979@gmail.com
f8f5b7b0d8
add underline to indicate current ime input
2021-10-05 00:42:35 +08:00
royqh1979@gmail.com
3ed5701621
fix: #include_next processing
2021-10-04 22:32:34 +08:00
royqh1979@gmail.com
77e8eda8a3
- enhancement: support #include_next (and clang libc++)
2021-10-04 21:59:48 +08:00
royqh1979@gmail.com
5180387ec7
- fix: code fold parsing not correct
2021-10-04 20:56:57 +08:00
royqh1979@gmail.com
b5725e9761
update NEWS.md
2021-10-04 20:17:05 +08:00
royqh1979@gmail.com
b28d2d4ab4
- implement: when startup , open file provided by commmand line options
...
- implement: open files pasted by clipboard
2021-10-04 20:05:24 +08:00
royqh1979@gmail.com
0ae9b92924
- implement: register file associations
2021-10-04 19:23:52 +08:00
royqh1979@gmail.com
75a6b75ebb
- enhancement: replace in files
...
- enhancement: refactor in project (using search symbol occurence and replace in files)
- fix: search in files
2021-10-04 12:49:55 +08:00
royqh1979@gmail.com
35b7bdb18c
- implement: refactor in file
2021-10-04 11:07:35 +08:00
royqh1979@gmail.com
1c745871b2
- enhancement: don't add encoding options when using clang to compile (clang only support utf-8)
2021-10-04 00:18:16 +08:00
royqh1979@gmail.com
bed1dab265
- implement: correctly recognize clang (msys2 build)
2021-10-03 23:46:40 +08:00
royqh1979@gmail.com
4fe1766ccd
- add: about dialog
2021-10-03 23:12:20 +08:00
royqh1979@gmail.com
08d1006ae0
- enhancement: todo view
2021-10-03 17:18:43 +08:00
royqh1979@gmail.com
d58e2ac54e
- fix: errors in code snippet processing
...
- change: auto open a new editor at start
2021-10-03 09:57:19 +08:00
royqh1979@gmail.com
caaf07a6cc
- fix: old data not displayed when editing code snippets
...
- fix: shift-tab for unindent not work
- fix: can't save code snippets modifications
2021-10-03 08:25:28 +08:00
royqh1979@gmail.com
f2e09075fc
- ehancement: check if debugger path contains non-ascii characters (this will prevent it from work)
2021-10-02 21:46:34 +08:00
royqh1979@gmail.com
de625755e5
- fix: errors in debug console
...
- fix: speed up the parsing process of debugger
2021-10-02 17:38:29 +08:00
royqh1979@gmail.com
25070cc491
- implement: context menu for debug console
...
- fix: errors in debug console
- fix: speed up the parsing process of debugger
2021-10-02 17:01:08 +08:00
royqh1979@gmail.com
8ebe9174bb
- implement: symbol usage count
...
- implement: user code snippet / template
- implement: auto generate javadoc-style docstring for functions
- enhancement: use up/down key to navigate function parameter tooltip
- enhancement: press esc to close function parameter tooltip
- enhancement: code suggestion for unicode identifiers
2021-10-02 15:34:18 +08:00
royqh1979@gmail.com
237e86cea0
- implement: user code snippet / template
...
- implement: auto generate javadoc-style docstring for functions
- enhancement: use up/down key to navigate function parameter tooltip
- enhancement: press esc to close function parameter tooltip
2021-10-02 13:29:45 +08:00
royqh1979
b518304f56
- implement: symbol usage count
...
work save: code snippets
2021-09-30 11:20:43 +08:00
royqh1979
9b87d93b72
- enhancement: view memory when debugging
2021-09-29 22:55:53 +08:00
royqh1979
fbdba624be
- enhancement: show caret when show code/header completions
...
- fix: correctly display pointer info in watch console
- enhancement: search in project
2021-09-29 20:45:03 +08:00
royqh1979
0940777f15
- enhancement: show caret when show code/header completions
2021-09-29 19:40:03 +08:00
royqh1979
fac8c10f0c
- enhancement: redesign charset selection in the project options dialog's file widget
...
- fix: can't correctly load last open files / project with non-asii characters in path
- fix: can't coorectly load last open project
2021-09-29 19:03:22 +08:00
royqh1979@gmail.com
2d393cb509
- enhancement: more charset selection in the edit menu
...
- fix: can't correctly get system default encoding name when save file
- fix: Tokenizer can't correctly handle array parameters
- fix: debug actions enabled states not correct updated when processing debug mouse tooltips
2021-09-28 22:26:12 +08:00
royqh1979@gmail.com
7c68fc4f75
- fix: when press shift, completion popu window will hide
...
- enhancement: options in debugger setting widget, to skip system/project/custom header&project files when step into
2021-09-28 14:18:51 +08:00
royqh1979@gmail.com
60759cef9b
- enhancement: support C++ using type alias;
2021-09-28 10:40:19 +08:00
royqh1979@gmail.com
3afe034aa1
- fix: crash when load last opens
...
- enhancement: when a system/project header file is saved to non-system folders, un-readonly the editor
- minor speedup when processing tooltips
2021-09-28 10:01:13 +08:00
royqh1979@gmail.com
0424f7cf45
- enhancement: auto load last open files at start
2021-09-27 20:17:24 +08:00
royqh1979@gmail.com
356db1349f
work save
2021-09-27 13:01:01 +08:00
royqh1979@gmail.com
4634c0fbbc
- change: continue to run / debug if there are compiling warnings (but no errors)
2021-09-26 22:52:19 +08:00
royqh1979@gmail.com
36fa23634d
class browser icons
2021-09-26 12:19:46 +08:00
royqh1979@gmail.com
dc807f527c
- function tips done
2021-09-25 21:34:10 +08:00
royqh1979@gmail.com
af288afa7e
work save: fix code folder process
2021-09-23 14:04:33 +08:00
royqh1979@gmail.com
95cb5ea52e
- enhancement: options for editor tooltips
2021-09-21 20:36:43 +08:00
royqh1979
01e8e0ae41
add: normalized buffer coord in qsynedit, to easy parse contents
2021-09-20 15:57:48 +08:00
royqh1979@gmail.com
77356215aa
- enhancement: paint color editor use system palette's disabled group color
...
- fix: add watch not work when there's no editor openned;
- enhancement: rainbow parenthesis
- enhancement: run executable with parameters
2021-09-19 17:59:03 +08:00
royqh1979@gmail.com
9cf43026ba
- beautify dark theme
...
- feature: toggle breakpoint
- feature: clear all breakpoint
- feature: breakpoint condition
2021-09-03 10:30:08 +08:00