github cpeditor/cpeditor 3.2.0
CP Editor

latest releases: 7.0.1, 6.11.2, 6.10.3...
4 years ago

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.

Don't miss a new cpeditor release

NewReleases is sending notifications on new releases.