Commit Graph

  • 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 royqh1979 2021-10-30 18:28:40 +0800
  • af03c417ec - enhancement: can use PageDown / PageUp / Home / End to scroll in the auto completion popup royqh1979@gmail.com 2021-10-29 21:33:45 +0800
  • f9cefaf196 * unindent when input public: / private: / protected: royqh1979@gmail.com 2021-10-29 21:22:41 +0800
  • 75cb4c9b5a - fix: correctly updates cursor position when pasting from clipboard royqh1979@gmail.com 2021-10-29 19:20:55 +0800
  • 92cc00da54 - fix: indent not correctly calculated - fix: correctly updates cursor position when pasting from clipboard royqh1979@gmail.com 2021-10-29 17:55:05 +0800
  • 61a2ed4350 - enhancement: auto insert a new line when input an enter between '(' and ')' or between '[' and ']' royqh1979@gmail.com 2021-10-29 15:37:30 +0800
  • 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) royqh1979@gmail.com 2021-10-29 15:15:43 +0800
  • 1853332141 clean up debug code royqh1979@gmail.com 2021-10-29 12:29:21 +0800
  • 5aa91e1bc1 - enhancement: more accurate auto indent calculation royqh1979@gmail.com 2021-10-29 12:25:04 +0800
  • 19e7143efc work save royqh1979@gmail.com 2021-10-28 23:46:54 +0800
  • 317a798cce work save royqh1979@gmail.com 2021-10-28 09:20:58 +0800
  • c8704fdfbb work save royqh1979@gmail.com 2021-10-28 08:56:13 +0800
  • 97b8fb1971 minor change royqh1979@gmail.com 2021-10-27 17:01:58 +0800
  • e179e973fc work save royqh1979@gmail.com 2021-10-27 17:00:01 +0800
  • 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. royqh1979@gmail.com 2021-10-27 16:58:30 +0800
  • 2ceb95e4cc - fix: "tab to spaces" option in the editor general options widget doesn't work royqh1979@gmail.com 2021-10-27 16:39:23 +0800
  • 33099f4044 - fix: when debug a project, and have breakpoints that not in opened editors, dev-cpp will crash royqh1979@gmail.com 2021-10-27 12:05:46 +0800
  • 205860b81f when create the project, set its compiler set type royqh1979 2021-10-25 22:06:52 +0800
  • 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. royqh1979 2021-10-25 21:59:01 +0800
  • a3c335eed6 - fix: options not correctly set when change compiler set in the project settings - change: reset compiler settings when change the project compiler set royqh1979 2021-10-25 21:36:23 +0800
  • 148e99e483 - enhancement: prompt for filename when create new project unit file royqh1979@gmail.com 2021-10-25 13:16:15 +0800
  • b7aa67c9a4 - fix: autolink parameters are repeated when compile single files royqh1979@gmail.com 2021-10-25 12:33:02 +0800
  • d1ccabbd6b - fix: compiler autolinks options widget don't show autolink infos royqh1979 2021-10-25 09:35:13 +0800
  • 3a7065e9d8 - fix: syntax issues' filepath info not correct when build projects royqh1979 2021-10-25 09:31:58 +0800
  • 59ea699fb7 refactor codes that run programs royqh1979 2021-10-25 09:16:00 +0800
  • b2e88c4c00 - fix: crash when create an empty project royqh1979 2021-10-25 00:30:53 +0800
  • 0225854159 update translations royqh1979 2021-10-24 23:43:34 +0800
  • 3529e8dfea - fix: can't correctly handle '&&' and '||' in the #if directive (and correctly parse windows.h header file) royqh1979 2021-10-24 23:31:26 +0800
  • 7bb59955e6 - enhancement: when running a program, redirect a data file to its stdin royqh1979 2021-10-24 23:13:00 +0800
  • 4da3b6d1fa work save royqh1979 2021-10-24 17:31:20 +0800
  • 7d82f37462 - enhancement: "use utf8 by default" in editor's misc setting royqh1979 2021-10-24 15:17:31 +0800
  • c7205f572e - enhancement: "use utf8 by default" in editor's misc setting royqh1979 2021-10-24 13:03:54 +0800
  • 24b771550c - fix: the "add bookmark" menu item is not correctly disabled on a bookmarked line royqh1979 2021-10-24 12:37:00 +0800
  • 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 royqh1979 2021-10-24 12:04:37 +0800
  • 06f035926a work save: drag & drop in project view royqh1979 2021-10-24 00:17:08 +0800
  • 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 royqh1979 2021-10-23 23:10:34 +0800
  • aebcce0b05 - fix: file path seperator used in the app is not unified, and cause errors somtimes. royqh1979 2021-10-23 19:27:50 +0800
  • c3be38b9b6 - fix: file path seperator used in the app is not unified, and cause errors somtimes. royqh1979 2021-10-23 17:32:03 +0800
  • d7cbd855ff - fix: function declaration's parameters not correctly parsed, if it have a definition which have different parameter names royqh1979 2021-10-23 16:35:36 +0800
  • 581e59d719 - fix: issue count not correctly displayed when syntax check/compile finished update translations royqh1979 2021-10-23 16:18:02 +0800
  • 15fd6aab03 - fix: rainbow parenthesis stop functioning when change editor's general options - make toolbar seperator lighter in dark themes royqh1979 2021-10-23 09:05:51 +0800
  • 2d0e00beef - fix: app name in the title bar not translated - use new app icon royqh1979@gmail.com 2021-10-22 17:29:15 +0800
  • 3cb737441f - change to new icon royqh1979@gmail.com 2021-10-22 17:24:56 +0800
  • 87ef9c216c - fix: can't add bookmark at a breakpoint line royqh1979@gmail.com 2021-10-22 16:56:27 +0800
  • 24c2262c95 fix: locate file in files view should show files view in the left panel royqh1979@gmail.com 2021-10-22 16:48:19 +0800
  • 9d829876b3 - fix: app's title not update when editor closed - fix: editor's modified status not correctly updated when using new file template royqh1979@gmail.com 2021-10-22 16:43:53 +0800
  • 7a5b6b8efc - implement: files view royqh1979@gmail.com 2021-10-22 15:02:54 +0800
  • d2ca199024 work save royqh1979 2021-10-22 07:42:51 +0800
  • 3e442b0860 - enhancement: autosave/load bookmarks - enhancement: autosave/load breakpoints - enhancement: autosave/load watches royqh1979 2021-10-21 19:33:11 +0800
  • e10e173cc9 - enhancement: bookmark view royqh1979@gmail.com 2021-10-21 17:31:25 +0800
  • 51b05d73f2 Merge branch 'master' of github.com:royqh1979/RedPanda-CPP royqh1979 2021-10-21 15:18:31 +0800
  • a41b4505a0 work save: add bookmark icon royqh1979@gmail.com 2021-10-21 15:12:19 +0800
  • e3c64fa01a work save: bookmark model royqh1979 2021-10-21 08:19:15 +0800
  • 45da8562d5 work save: todo list royqh1979 2021-10-21 08:04:41 +0800
  • 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 royqh1979 2021-10-20 20:15:16 +0800
  • e51473fdde - fix: don't highlight '#' with spaces preceeding it as error royqh1979 2021-10-20 18:22:06 +0800
  • 4eec5cafb8 fix: new editor not correctly add to the editorlist royqh1979 2021-10-20 18:16:10 +0800
  • 5c9ef2035e clean up compile warnings royqh1979 2021-10-20 18:05:43 +0800
  • e2751fc693 - enhancement: set mouse wheel scroll speed in the editor general option tab ( 3 lines by default) royqh1979@gmail.com 2021-10-20 12:27:44 +0800
  • ae2f3596aa - enhancement: new file template - fix: when an editor is created, its caret will be displayed even it doesn't have focus royqh1979@gmail.com 2021-10-20 12:11:36 +0800
  • 25d83d0e8d - enhancement: fill indents in the editor (Turned off by default) royqh1979@gmail.com 2021-10-20 11:14:49 +0800
  • d188d8897f - fix: save as file dialog's operation mode is not correct royqh1979@gmail.com 2021-10-19 22:41:38 +0800
  • cd91df6fb8 - fix: Backspace still works in readonly mode royqh1979@gmail.com 2021-10-19 09:05:11 +0800
  • 21083cbb6a - enhancement: add link to EGE website, if locale is zh_CN royqh1979@gmail.com 2021-10-18 23:44:02 +0800
  • 4eac9756cd better appearance of tool button royqh1979@gmail.com 2021-10-18 22:50:49 +0800
  • 19b1d042c0 - fix: In the create project dialog, the browser button doesn't work - change: use QStyle to implement the dark style royqh1979@gmail.com 2021-10-18 22:06:33 +0800
  • fee2115093 - fix: add mutex lock to prevent editor crash in rare conditions royqh1979@gmail.com 2021-10-17 21:09:50 +0800
  • d015235404 work save royqh1979@gmail.com 2021-10-15 13:50:19 +0800
  • 682f0ab353 work save royqh1979@gmail.com 2021-10-15 13:49:28 +0800
  • 07f902d277 update translation royqh1979@gmail.com 2021-10-15 12:32:31 +0800
  • 62a081d830 - enhancement: add link to cppreference in the help menu royqh1979@gmail.com 2021-10-15 12:17:14 +0800
  • b5523aaeda - enhancement: click the encoding info in the statusbar will show encoding menu royqh1979@gmail.com 2021-10-15 10:23:46 +0800
  • 0c6f4a10a4 - fix: messages send to the gdb process's standard error are not received royqh1979@gmail.com 2021-10-13 17:20:31 +0800
  • a1e5ce379e - fix: debugger won't exit when the program has exited. - adjust: the max value of the debug console's vertical scrollbar. royqh1979@gmail.com 2021-10-13 12:55:41 +0800
  • 59390203e3 - fix: crash when create new file - implement: two editor view royqh1979@gmail.com 2021-10-13 11:32:59 +0800
  • 47f754ca0f update translations royqh1979@gmail.com 2021-10-12 20:58:28 +0800
  • e50a8d0faf correctly update old matching brackets royqh1979@gmail.com 2021-10-12 20:45:26 +0800
  • 141de5ed74 - implement: highlight matching brackets royqh1979@gmail.com 2021-10-12 20:38:39 +0800
  • 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 royqh1979@gmail.com 2021-10-12 19:39:24 +0800
  • 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 royqh1979@gmail.com 2021-10-12 09:47:58 +0800
  • 80be584700 remove debug output royqh1979@gmail.com 2021-10-10 22:50:25 +0800
  • 58e849063c - fix: unneeded empty lines when copy as HTML royqh1979@gmail.com 2021-10-10 22:48:54 +0800
  • 3a81281f7d - change: enable copy as HTML by default - fix: unneeded empty lines when copy as HTML royqh1979@gmail.com 2021-10-10 22:19:48 +0800
  • b3fb9e223b - fix: editor's font style shouldn't affect gutter's font style royqh1979@gmail.com 2021-10-10 21:46:11 +0800
  • 8599190d13 - fix: font styles in the color scheme settings not in effect royqh1979@gmail.com 2021-10-10 21:23:25 +0800
  • 9e0beb8046 - fix: code completion popup not show after '->' inputted royqh1979@gmail.com 2021-10-10 20:20:43 +0800
  • 443aa541fc - fix: can't correctly find definition of the symbols in namespace royqh1979@gmail.com 2021-10-10 00:46:19 +0800
  • 14ff15ebc1 - fix: code fold calculation not correct, when editing code royqh1979@gmail.com 2021-10-09 23:09:08 +0800
  • f9678288cf update NEWS.md royqh1979@gmail.com 2021-10-09 22:34:31 +0800
  • 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 royqh1979@gmail.com 2021-10-09 22:03:05 +0800
  • 88cd992159 - fix: should use c++ syntax to check ".h" files royqh1979@gmail.com 2021-10-09 18:04:31 +0800
  • 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 royqh1979@gmail.com 2021-10-09 11:33:23 +0800
  • 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 royqh1979@gmail.com 2021-10-09 09:09:05 +0800
  • 785f4769cd work save royqh1979@gmail.com 2021-10-08 22:40:11 +0800
  • 0cdb901ca5 - fix: editor deadlock royqh1979@gmail.com 2021-10-08 20:56:55 +0800
  • 8b4fa1f0fc - implement: default settings for code formatter - implement: remove all custom settings royqh1979@gmail.com 2021-10-08 20:01:29 +0800
  • c4c62ec6c0 - implement: tools configuration royqh1979@gmail.com 2021-10-08 00:06:41 +0800
  • d9c02ea6f2 work save: tools configuration royqh1979@gmail.com 2021-10-07 08:34:10 +0800
  • b0442258db - print support royqh1979@gmail.com 2021-10-07 07:52:20 +0800
  • ec458a880a - fix: editor's inproject property not correctly setted (and may cause devcpp to crash when close project) royqh1979@gmail.com 2021-10-07 00:48:05 +0800