Kode Version 0.3.0
The biggest release yet!
Changelog:
Tabs!
Fixed issue #1 through use of try-catch.
Changed undo/redo behaviour: Buffer now 10char long with (hopefully) unlimited actions
Added report bug and kOS docu to help
Added graphical toolbar
Export code in markup
Linux version!
General code cleanup
Some info on the tabs behaviour:
File>New(Or toolbar new) will create a new tab IF there is text in the current tab.
Open will open into the current tab IF it is empty, Else it will create a new tab.
Save all will 'Save' tabs that are modified and have been opened or previously saved, 'Save as' tabs that you have freshly created and will skip tabs with no errors.
If you close all tabs you can open a new first tab
X closes them(Obviously)
Info on the Linux version:
It runs using Wine unfortunately, However I have added some Linux specific code to make sure you have full functionality. It doesn't run natively, But it is the full program and works as good as the Windows version does. The install script does everything for you so after you run that, You can launch it by typing "kode" at the terminal or by launching it through the menu(Under the development category)
The only potential shortcoming is that it assuming the existence of ~/.steam which should exist if you installed steam properly.
Until I can find someone with substantial C# experience and knowledge of mono to help me out this is the best you Penguins will get. Once again though it is 100% functional and stable :)
Hopeful features for Version 0.4:
Windows installer!
More appearance options(including font, Syntax coloring modification, Upper/lower/mixed case for the code)
Support for libraries.
If I have enough time, Id also like to see some proper code documentation, intellisense improvements, Find and replace and a start on the code minimiser suggested by /u/kvcummins(For real this time I promise!) I got a bit carried away with the tabs and Linux.