Skip to content

Releases: EntityPlantt/DK-CPP

v1.3.1

24 Aug 12:53
Compare
Choose a tag to compare

New features

Now you can access API Documentation about C++'s STL by selecting a type/object/namespace/template, right-clicking it and clicking Look up "<word>" on C++ Reference (cplusplus.com).
Then a customized window will pop up with documentation about it.
Right-clicking the button
C++ Reference window

What's Changed

  • Added C++ Reference button
  • Updated autocomplete to be case-insensitive and now inserts text at cursor instead of replacing word if the autocomplete prefix equals the already written word
  • Added globe icon on the left of the language selector
  • Added localization on the file system dialogs
  • Fixed auto-check
    Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Jul 13:19
Compare
Choose a tag to compare

I forgot to release v1.2.1 💀

What's Changed

  • Added Localization to DK-C++ by @EntityPlantt in #21
  • Available in two languages: English (US) and Macedonian

⚠️ Translations needed!

Check out #22 for more info


Full Changelog: v1.2.0...v1.3.0

v1.2.0

10 Apr 08:03
Compare
Choose a tag to compare

What's Changed

  • [Feature] More menu (#16) by @EntityPlantt in #18
  • [Feature] Code completion (#2) by @EntityPlantt in #19
  • Added auto-check code (saves and checks your code for syntax errors, go to settings to enable)

Full Changelog: v1.1.4...v1.2.0

v1.1.4

05 Apr 17:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

03 Aug 16:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

29 Jul 10:13
Compare
Choose a tag to compare

What's Changed

  • [Bug] Clicking "Cancel" on Save As dialog invoked via saveProject saves the file by @EntityPlantt in #10
  • [Bug] DK-C++ saving only ASCII in C++ files by @EntityPlantt in #11

Full Changelog: v1.1.1...v1.1.2

v1.1.1

27 Jul 13:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

26 Jul 15:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.1.0

v1.0.4

25 Jul 13:18
Compare
Choose a tag to compare
  • [Diff] Added a custom license - please read before installing: [Link]
  • [Diff] (Code only) Made build performance much better:
    • It was creating dummy folders that it didn't delete
    • It created the app in the folder, then moved it
  • [Diff] Added app background color while loading
  • [Diff] (Code only) Removed unwanted console logs left by debugging from v1.0.0:
    async function buildAndRunProject() {
      console.log("A"); // This one
      if (await buildProject()) {
        console.log("B"); // And this one
        runProject();
      }
    }

Full Changelog: v1.0.3...v1.0.4

v1.0.3

24 Jul 20:06
Compare
Choose a tag to compare
  • [Diff] Changed the open and save dialog boxes
  • [Diff] Removed [Ctrl + Shift + R] from keyboard shortcuts
  • [Diff] Removed unwanted files from ace-builds folder
  • [Diff] Added better formatting in the build log; it was formed as HTML code

Full Changelog: v1.0.2...v1.0.3