Releases: EntityPlantt/DK-CPP
Releases · EntityPlantt/DK-CPP
v1.3.1
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.
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
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
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
What's Changed
- [Feature] Open C++ files with clicking on the file (#15) by @EntityPlantt in #17
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Remove empty top line in log by @yaki3355 in #13
- [Feature] Remove top bar (#6) by @EntityPlantt in #14
New Contributors
Full Changelog: v1.1.2...v1.1.3
v1.1.2
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
v1.1.0
What's Changed
- Issue 3 by @EntityPlantt in #4
- Issue 1 by @EntityPlantt in #5
New Contributors
- @EntityPlantt made their first contribution in #4
Full Changelog: v1.0.4...v1.1.0
v1.0.4
- [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