1. KWrite how to update syntax file
- Posted by ne1uno Oct 04, 2011
- 36471 views
this is one of the default editors on the KDE desktop. an updated for eu4 api file for tab completion would be good too. it appears to support most of the euphoria syntax and except for multiline strings & comments seems to work ok. haven't done extensive testing.
anyone know how or when the KWrite euphoria syntax highlighting files were added? or by who or where?
I don't recall hearing anything good or bad about KWrite on this forum. can't find anything not to like about it so far. not sure if there is a windows version outside KDE. probably not.
edit: on a quick search, it looks like the 'kate' syntax files will work. this is also what qtcreator uses. a full featured IDE/editor available standalone or with the Qt SDK.
2. Re: KWrite how to update syntax file
- Posted by BRyan Oct 04, 2011
- 36440 views
this is one of the default editors on the KDE desktop. an updated for eu4 api file for tab completion would be good too. it appears to support most of the euphoria syntax and except for multiline strings & comments seems to work ok. haven't done extensive testing.
anyone know how or when the KWrite euphoria syntax highlighting files were added? or by who or where?
I don't recall hearing anything good or bad about KWrite on this forum. can't find anything not to like about it so far. not sure if there is a windows version outside KDE. probably not.
edit: on a quick search, it looks like the 'kate' syntax files will work. this is also what qtcreator uses. a full featured IDE/editor available standalone or with the Qt SDK.
I think that if you download GEDIT syntax from the archive you will find it similar to KWrite
it has installation instructions with it.
http://www.rapideuphoria.com/cgi-bin/asearch.exu?lnx=on&keywords=%09GEdit+Syntax+for+Euphoria+4.0
3. Re: KWrite how to update syntax file
- Posted by K_D_R Oct 22, 2011
- 36312 views
Regarding the Kate syntax files. This is the latest version of the Euphoria syntax files which I could locate on the web: https://metacpan.org/source/SZABGAB/Syntax-Highlight-Engine-Kate-0.06/lib/Syntax/Highlight/Engine/Kate/Euphoria.pm
The file is dated 2008 by Irv Mullins and contains EuGTK support. Thus both EuGTK and the Euphoria syntax needs to be upgraded.
I added Kate to the wiki editors list as it is more advanced than Kwrite. I hope someone more knowledgeable than I will add Kate/Kwrite support to the eu_editors project: http://scm.openeuphoria.org/hg/editors/
4. Re: KWrite how to update syntax file
- Posted by ne1uno Oct 23, 2011
- 36285 views
Regarding the Kate syntax files. This is the latest version of the Euphoria syntax files which I could locate on the web: https://metacpan.org/source/SZABGAB/Syntax-Highlight-Engine-Kate-0.06/lib/Syntax/Highlight/Engine/Kate/Euphoria.pm
The file is dated 2008 by Irv Mullins and contains EuGTK support. Thus both EuGTK and the Euphoria syntax needs to be upgraded.
I added Kate to the wiki editors list as it is more advanced than Kwrite. I hope someone more knowledgeable than I will add Kate/Kwrite support to the eu_editors project: http://scm.openeuphoria.org/hg/editors/
that perl kate file was generated in 2008 from an earlier euphoria.xml
I added editors/kate/euphoria.xml from Irv later in 2008, updated for the eu4 at that time. forget where I found it. still needs a little more work for current eu4.
hope you don't mind Irv.