Hi. First of all I want to congratulate the developers for doing that nice IDE environment. I love it!! I have been trying some other programs and that's the better. Thanks for giving us this marvelous program. :)
Now a question. I have been looking on Google, but with no luck.
Does exist a way to support editing Smarty templates on Geany? By now I'm using HTML as file type, but gives me some problems.
If it doesn't exist I volunteer to work on it, but then I will need some pointers on where to start looking :)
Cheers.
On Sun, 09 Dec 2007 14:24:05 +0100, Javier Vilarroig javier.vilarroig@gmail.com wrote:
Hi. First of all I want to congratulate the developers for doing that nice IDE environment. I love it!! I have been trying some other programs and that's the better. Thanks for giving us this marvelous program. :)
Thank you!
Does exist a way to support editing Smarty templates on Geany? By now I'm using HTML as file type, but gives me some problems.
Which?
If it doesn't exist I volunteer to work on it, but then I will need some pointers on where to start looking :)
To highlight the smarty parts within HTML code, we'll need a Scintilla lexer for it. I found a discussion[1] on this but it is over a year old and it seems there was no progress since then.
Basic information on how to start coding for Geany can be found in the file HACKING(included in the source distribution and available at [2]). For further information and questions, just ask here.
[1] http://www.mail-archive.com/scintilla-interest@lyra.org/msg01993.html [2] http://geany.svn.sourceforge.net/viewvc/*checkout*/geany/trunk/HACKING?revis...
Regards, Enrico
Thanks!!
I will take a look and post whatever I discover.
Cheers El dom, 09-12-2007 a las 18:17 +0100, Enrico Tröger escribió:
On Sun, 09 Dec 2007 14:24:05 +0100, Javier Vilarroig javier.vilarroig@gmail.com wrote:
Hi. First of all I want to congratulate the developers for doing that nice IDE environment. I love it!! I have been trying some other programs and that's the better. Thanks for giving us this marvelous program. :)
Thank you!
Does exist a way to support editing Smarty templates on Geany? By now I'm using HTML as file type, but gives me some problems.
Which?
If it doesn't exist I volunteer to work on it, but then I will need some pointers on where to start looking :)
To highlight the smarty parts within HTML code, we'll need a Scintilla lexer for it. I found a discussion[1] on this but it is over a year old and it seems there was no progress since then.
Basic information on how to start coding for Geany can be found in the file HACKING(included in the source distribution and available at [2]). For further information and questions, just ask here.
[1] http://www.mail-archive.com/scintilla-interest@lyra.org/msg01993.html [2] http://geany.svn.sourceforge.net/viewvc/*checkout*/geany/trunk/HACKING?revis...
Regards, Enrico
Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany
El dom, 09-12-2007 a las 18:17 +0100, Enrico Tröger escribió:
On Sun, 09 Dec 2007 14:24:05 +0100, Javier Vilarroig javier.vilarroig@gmail.com wrote:
Hi.
...
Does exist a way to support editing Smarty templates on Geany? By now I'm using HTML as file type, but gives me some problems.
Which?
Samrty block make Scintilla go mad and makes bad syntax hiligting. And pressing F5 to launch the project run command makes Geany crash.
If it doesn't exist I volunteer to work on it, but then I will need some pointers on where to start looking :)
To highlight the smarty parts within HTML code, we'll need a Scintilla lexer for it. I found a discussion[1] on this but it is over a year old and it seems there was no progress since then.
Basic information on how to start coding for Geany can be found in the file HACKING(included in the source distribution and available at [2]). For further information and questions, just ask here.
Ok, I will try to make that Scintilla lexer to understand Smarty syntax. I will show up when I have more news :) ....
Regards, Enrico
Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany
On Thu, 13 Dec 2007 08:48:33 +0100, Javier Vilarroig javier.vilarroig@gmail.com wrote:
El dom, 09-12-2007 a las 18:17 +0100, Enrico Tröger escribió:
On Sun, 09 Dec 2007 14:24:05 +0100, Javier Vilarroig javier.vilarroig@gmail.com wrote:
Hi.
...
Does exist a way to support editing Smarty templates on Geany? By now I'm using HTML as file type, but gives me some problems.
Which?
Samrty block make Scintilla go mad and makes bad syntax hiligting. And pressing F5 to launch the project run command makes Geany crash.
Oops. Can you give details? backtrace, project file, ...
Regards, Enrico
El vie, 14-12-2007 a las 14:42 +0100, Enrico Tröger escribió:
On Thu, 13 Dec 2007 08:48:33 +0100, Javier Vilarroig javier.vilarroig@gmail.com wrote:
El dom, 09-12-2007 a las 18:17 +0100, Enrico Tröger escribió:
On Sun, 09 Dec 2007 14:24:05 +0100, Javier Vilarroig javier.vilarroig@gmail.com wrote:
Hi.
...
Does exist a way to support editing Smarty templates on Geany? By now I'm using HTML as file type, but gives me some problems.
Which?
Samrty block make Scintilla go mad and makes bad syntax hiligting. And pressing F5 to launch the project run command makes Geany crash.
Oops. Can you give details? backtrace, project file, ...
I'm using stock Ubuntu install, so I don't have backtraces. Will try to compile and get backtraces.
I will try to get more detailed information and will send it.