Releases: cpeditor/cpeditor
CP Editor
Changes:
- 0656163 release 5.1
- 7a0eb3d Revert "feat: make file logic like Sublime (#97)" (#99)
- 71f8e4e fix(ui): fix widgets have the same name (#98)
- 266e236 feat: make file logic like Sublime (#97)
- e5c7848 feat(formatter): clang-format update (#96)
- 1900722 update license header for 2020 copyright
- f6a5d0a Merge branch 'master' of https://github.com/coder3101/cp-editor
- f1add1d fix license header text
- ca66c50 fix snippets (#95)
- 9da9775 Update upstream changes for QCodeEditor
See More
- 989a288 Fixed(Reset Preferences): Did not restored java and python commands
- fc9ff64 Remove DarkTheme submodule and changes to Snippets UI and bug fix
- 98b8bb6 feat: Load snippets from file (#94)
- 30a22da refactor: use QSettings::clear() for reset settings (#87)
- 66e4d7c Formatter changes (#85) [ #80 ]
- 8f848f8 Splitter changes (#86)
- 22211c0 docs: update README.md and about (#89)
- 0f12207 refactor: tabs -> tabsReplaced (#90)
- f4dd557 feat(snippets): show warning and ask for new if name is used (#84)
- b8be982 fix(preferencewindow.ui): make snippets buttons wider (#79)
- cb333ed chore(runner): use QElapsedTimer instead of QTime (#77)
This list of changes was auto generated.
CP Editor
Read this blog for changes.
Changes:
- 391ff71 Merge branch 'master' of https://github.com/coder3101/cp-editor
- 1823f00 feat(appwindow): add hint for wrong snippet name (#76)
- 24274ad re-release 5.0.1
- cca9c04 release 5.0.2
- b3660f5 Merge branch 'master' of https://github.com/coder3101/cp-editor
- 71f692a release 5.0.1
- ee569f3 Update README.md
- 77151c4 Add snippets (#75)
- 2261643 Add cf-tools for submitting code to codeforces
- a9aaf62 WIP : CF tools intergration in progress(1/3)
See More
- 73d67fc Improvements in Tabs
- c7f938d chore: replace "cp-editor2" with "cp-editor" (#73)
- 4e22169 Format code
- bc7ea6c Completely set toggle key for view mode
- b86cb85 Resolved : Merge conflict from PRs
- 3d1e515 Performance improvements on diagonistics and fix issue where companion error log was not displayed
- 3fa4eb0 Some changes about tabs (#71)
- 83aa681 Update Version to 4.0.3
- 78bdfb3 feat(MessageLogger): make messages HTMLescaped (#70)
- 0488da9 Changes about preferencewindow (#69)
- 5bfc33c WIP: Add View Modes and Toggle shortcut
- f32cd54 Specific version for Readme instructions
This list of changes was auto generated.
CP Editor
Changes:
Read the blog here for changes.
- 0588518 Fixed: Hotkey error & format shortcut
- befb1a9 Update README.md
- ebc5e73 Update README.md
- ed3d18a format codes & fix format shortcut & update QCodeEditor (#67)
- 57d64a5 Release 4.0.2
- 4b61fe8 Release 4.0.1
- f8c2c3f fix Unix CI
- b243611 Work completed, Testing required
- 1c67c6e Ability to add key binding by user and complete settings working
- e58c792 add new editor themes (monkai and solarised light and solarised dark)
See More
- b2e36c4 WIP : Redesigned Preferece window and its ready
- 6f6c063 Enable all Action SLOTs on menubar
- 4c69b87 WIP : Fix broken UNIX and Restore Window Geometry on startup
- f030dc0 WIP : Everything except settings is missing
- e913b22 WIP: Remember the size of splitter and Language picker for tab
- da63f97 WIP : Added Preference window and improved multi-tab file managements.
- 0350462 WIP: Initial multi-tab support without settings or actions
- 93b47ae Remove menubar and make editor resizeable
- 48eb470 WIP : AppWindow for MainAppWindow that will contain all tabs:
- cfdad09 WIP : Remove useless status bar
- 82fd019 Work In Progress: Add indexing mainwindow for multi-tab support
- 8a329d7 Add Hotkeys as function Keys, requested in #46
- 3765283 Drag and drop files to editor to open them
- a83ec0b Show Execution time in miliseconds, requested in #61
This list of changes was auto generated.
CP Editor
CP Editor
Changes:
- 4b61fe8 Release 4.0.1
- f8c2c3f fix Unix CI
- b243611 Work completed, Testing required
- 1c67c6e Ability to add key binding by user and complete settings working
- e58c792 add new editor themes (monkai and solarised light and solarised dark)
- b2e36c4 WIP : Redesigned Preferece window and its ready
- 6f6c063 Enable all Action SLOTs on menubar
- 4c69b87 WIP : Fix broken UNIX and Restore Window Geometry on startup
- f030dc0 WIP : Everything except settings is missing
- e913b22 WIP: Remember the size of splitter and Language picker for tab
See More
- da63f97 WIP : Added Preference window and improved multi-tab file managements.
- 0350462 WIP: Initial multi-tab support without settings or actions
- 93b47ae Remove menubar and make editor resizeable
- 48eb470 WIP : AppWindow for MainAppWindow that will contain all tabs:
- cfdad09 WIP : Remove useless status bar
- 82fd019 Work In Progress: Add indexing mainwindow for multi-tab support
- 8a329d7 Add Hotkeys as function Keys, requested in #46
- 3765283 Drag and drop files to editor to open them
- a83ec0b Show Execution time in miliseconds, requested in #61
This list of changes was auto generated.
CP Editor
Changes:
- 4c6b76a Fixed: Blinking of CMD window on format commad called
- cfad1e9 Format sources by Microsoft language style
- 6ef8bf5 Add language formatting style: Microsoft
- fc79636 Merge pull request #58 from ouuan/restore-save-tests
- a424d5d fix(mainwindow.cc): restore save tests setting
This list of changes was auto generated.
CP Editor
Changes:
- 0c1b980 Release version 3.2.0
- acf5bcf Merge pull request #52 from ouuan/save-tests
- 6e0d024 feat: save inputs and expected outputs [ #25, #52 ]
- 05c3cfd Exclude non-wanted artifacts from being published in release
Now, the test cases (inputs and expected outputs) can be automatically
saved and loaded. To enable this feature, you have to check the "Save Input and Expected"
option in the "Settings" tab. This feature doesn't work for temporary buffers. It will save the input
files in the same directory as the saved file, with the case number and
in/anssuffix. Suppose the saved file isd:/foo/bar.cpp, then the
input file for test case 1 will be saved ind:/foo/bar1.in, and the
output file for test case 3 will be saved ind:/foo/bar3.ans. Empty
inputs/expected outputs won't be saved. Furthermore, which won't affect users' experience, the codes are
refactored. There used to be lots of duplicate codes for the 3
runners/inputs/outputs/expected outputs, after refactoring, most of them
are replaced by for loops and arrays. Some minor changes, including fixing some typos, are made in this
commit, too.
This list of changes was auto generated.