Hello all,
what is the best edit tool to see quickly the right syntax ... ?
which language to choose?
On 02/03/2010 11:19 AM, BERGANZ Francois wrote:
what is the best edit tool to see quickly the right syntax ... ?
What syntax?
which language to choose?
For what?
To see quickly where an 'if' start and stop, to see if I have a double " which isn't close ...
-----Message d'origine----- De : users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] De la part de Alex Balashov Envoyé : mercredi 3 février 2010 17:22 À : users@lists.kamailio.org Objet : Re: [Kamailio-Users] the best editor?
On 02/03/2010 11:19 AM, BERGANZ Francois wrote:
what is the best edit tool to see quickly the right syntax ... ?
What syntax?
which language to choose?
For what?
In which language?
On 02/03/2010 11:25 AM, BERGANZ Francois wrote:
To see quickly where an 'if' start and stop, to see if I have a double " which isn't close ...
-----Message d'origine----- De : users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] De la part de Alex Balashov Envoyé : mercredi 3 février 2010 17:22 À : users@lists.kamailio.org Objet : Re: [Kamailio-Users] the best editor?
On 02/03/2010 11:19 AM, BERGANZ Francois wrote:
what is the best edit tool to see quickly the right syntax ... ?
What syntax?
which language to choose?
For what?
Francois-
To see quickly where an 'if' start and stop, to see if I have a double " which isn't close ...
You might try Programmer's Notepad (pnotepad.org, http://en.wikipedia.org/wiki/Programmer%27s_Notepad)... the source language syntax highlighting and checking is really outstanding. It's a Windows thing, so for Linux systems we use it combined with WinSCP.
-Jeff
-----Message d'origine----- De : users-bounces@lists.kamailio.org [mailto:users-bounces@lists.kamailio.org] De la part de Alex Balashov Envoyé : mercredi 3 février 2010 17:22 À : users@lists.kamailio.org Objet : Re: [Kamailio-Users] the best editor?
On 02/03/2010 11:19 AM, BERGANZ Francois wrote:
what is the best edit tool to see quickly the right syntax ... ?
What syntax?
which language to choose?
For what?
-- Alex Balashov - Principal Evariste Systems LLC
Tel : +1 678-954-0670 Direct : +1 678-954-0671 Web : http://www.evaristesys.com/
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
El Miércoles, 3 de Febrero de 2010, BERGANZ Francois escribió:
Hello all,
what is the best edit tool to see quickly the right syntax ... ?
which language to choose?
I assume you mean for kamailio.cfg syntax, right? Then AFAIK there is a vim syntax.
In my case I use Kate editor (KDE) with Bash syntax. It's not perfect however as the syntax is not the same.
Hello,
On 2/3/10 5:41 PM, Iñaki Baz Castillo wrote:
El Miércoles, 3 de Febrero de 2010, BERGANZ Francois escribió:
Hello all,
what is the best edit tool to see quickly the right syntax ... ?
which language to choose?
I assume you mean for kamailio.cfg syntax, right? Then AFAIK there is a vim syntax.
it is, yes:
http://by-miconda.blogspot.com/2009/11/vim-syntax-file-for-kamailio-30.html
Should work fine with older versions of kamailio.
It works with vim and gui versions like gvim (vim-gtk), kvim, macvim, etc...
Cheers, Daniel
In my case I use Kate editor (KDE) with Bash syntax. It's not perfect however as the syntax is not the same.