snapdragon3101's blog

By snapdragon3101, history, 4 years ago, In English

Check : https://cpeditor.github.io

Hi guys!

Happy new year, may this year brings a lot of AC and high ratings to you. This winter break I decided to improve the CP editor and after days and hours of works and thousands of lines of code changes I am glad to present the new CP Editor. Everything has changed, except the functionality. It is now much faster, more professional looking and offers many new features which were highly requested in old versions.

Let's quickly dive into the changes of CP Editor 4.0:

What's New

  • You can now drag and resize the editor or input boxes, you can also make editor take complete space of window by dragging all the way to right. You can also make Input and other boxes take complete window by dragging all the way to left. You can drag from sides to undo these changes.

  • Editor has now 5 themes to choose from (Light (default), Drakula ,Monkai (sublime), Solarised and Solarised Dark). These themes only affect the Editor not the complete application.

  • Multi-Tab-Support, You can open and work with as many files as you want all at once. In each tab you can use different language, each tab has its own Input and Output Boxes and they are all independent of one another. I don't have to say more, its amazing.

  • You can now parse the complete Contest and each problem with its input and expected output will open in the editor in a new Tab, you can quickly toggle between problems that way. So as soon as the contest starts, click that green button from contest page and all problems from A to G(last) will open in a new tab in the editor. You can quickly just change the language of one Tab by clicking on top right corner, and choosing the new language. This will come in handy when you find that a problem could be better solved with Python than C++.

  • Some of you requested that CTRL+Shift+C was too much typing for you to compile your code. So, Now you can set your own keybinding for actions like Compile, Run, Compile Run, Format and Kill. So Change these keys directly by setting them from Preferences. You need to enable hotkeys to enable these changes.

  • The Settings were all messed up and the old editor didn't had one place to change all settings. This changed with CP Editor 4.0, now all your settings are placed in one place called Preferences, Open preferences window by clicking on menu bar Options->Preferences and change the settings you want and click apply for changes to take effect. Here is how it looks.

  • Editor now shows time of execution on each testcase in milliseconds.

  • Editor now correctly highlights numeric literals in C++ like 135u, 3.5f. In older versions, this was not highlighted as literals.

  • You can set different template files for different languages. The editor will load them according to the default language you choose.

  • When you open a file in editor using Open or right-click->open with, the editor will set its language from the file extension. If it cannot recognize the extension, it will fallback to the default language that you have specified in preferences.

Notes

This update changes a lot of things and here are few things you should make sure, the compile command of your current language will be no-longer valid. You have to again set the compile command after you update to 4.0. You also need to again set the template file for your language.

System-wide dark theme that was introduced in CP Editor 2.0 has been deprecated and no-longer available in 4.0. Qt does not support Dark theme officially on Windows, so until it does I am not bringing it back. The Dark theme was a big CSS hack that makes Qt Apps look Dark, so to mitigate any UB that may arise due to use of such Hacks, I removed dark theme.

But for Linux users, if you change theme from System Settings, the Editor should change to dark theme that is controlled by your OS. (Tested on KDE Plasma)

Downloads and Sources

You can head over to the release page and download 4.0.3 (latest). Windows users will download the setup file and Any Linux user can download the AppImage and run the file. MAC users, are requested to compile the editor from source. It is difficult for me to package dmg for MAC since I don't own a mac now. Instructions on compiling is available here

The Source code of this project is licensed under GNU GLP3. Your contributions are welcomed. The repository could be found at https://github.com/coder3101/cp-editor2

Support

I am a student like most of you, not a corporate person. You can support the project by two ways:

  • Spread the word about the Editor, Star the repository and contribute to the project.
  • If you are lazy, Download the new Editor Go to Help => Support me and donate.
  • Vote: I like it
  • +73
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Not able to resize input boxes.Also only initial and full mode resizing is available it looks(no intermediates). Please see to it.

Used it over many contests smoothly ,thanks for this.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I get "System-wide dark theme is not officially supported by Qt or the developer. It has some serious UI/UX issues and should not be used. Instead you can turn system theme dark on your PC settings." when I start up the editor. As such I cannot turn on system-wide dark theme. Is this a problem with my Qt version?

»
4 years ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

Love all the new features ! It just keeps getting better ;)

The Tabs are really cool, i still miss the dark mode, but i discovered that if i switch to full editing mode with some dark theme, it's better on eyes. How about a toggle hotkey between full editing mode and the one where you can see the verdict.

»
4 years ago, # |
Rev. 4   Vote: I like it 0 Vote: I do not like it

.