Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cpeditor/cpeditor

CP Editor

15 Jan 10:24

Choose a tag to compare

Changes:

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

10 Jan 13:20

Choose a tag to compare

Read this blog for changes.

Changes:

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

03 Jan 08:55

Choose a tag to compare

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

02 Jan 10:48

Choose a tag to compare

Changes:

This list of changes was auto generated.

CP Editor

02 Jan 10:43

Choose a tag to compare

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

25 Dec 05:59

Choose a tag to compare

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

24 Dec 13:25

Choose a tag to compare

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/ans suffix. Suppose the saved file is d:/foo/bar.cpp, then the
input file for test case 1 will be saved in d:/foo/bar1.in, and the
output file for test case 3 will be saved in d:/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.

CP Editor

16 Dec 18:13

Choose a tag to compare

Changes:

Thanks to @ouuan for his wonderful contributions.

In this release, many issues have been fixed and new features are made available. Enjoy and discover them by yourself. Happy Christmas!

CP Editor

16 Dec 18:05

Choose a tag to compare

Changes:

This list of changes was auto generated.

CP Editor

16 Dec 17:59

Choose a tag to compare

Changes:

This list of changes was auto generated.