Hi!
I don't know if there's a documentation about it, or even if this was already discussed around here.
I use to develop a lot with Wordpress, and I would like to add its functions to Geany dropdown auto-completion list. How can I do it?
Thanks! -- Vinícius Massuchetto http://vinicius.soylocoporti.org.br
Hi,
What language do you use to edit Wordpress?
The manual explains how to add global tags files (which are used for autocompletions) for existing languages.
Cheers Lex
2009/10/6 Vinicius Massuchetto viniciusandre@gmail.com:
Hi!
I don't know if there's a documentation about it, or even if this was already discussed around here.
I use to develop a lot with Wordpress, and I would like to add its functions to Geany dropdown auto-completion list. How can I do it?
Thanks!
Vinícius Massuchetto http://vinicius.soylocoporti.org.br _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Hi,
On Tue, 6 Oct 2009 13:14:40 +1100 Lex Trotman elextr@gmail.com wrote:
What language do you use to edit Wordpress?
I assume PHP.
The manual explains how to add global tags files (which are used for autocompletions) for existing languages.
Yes, Please check http://www.geany.org/manual/current/index.html#global-tags for a start.
Regards, Frank
2009/10/6 Frank Lanitz frank@frank.uvena.de:
Hi,
On Tue, 6 Oct 2009 13:14:40 +1100 Lex Trotman elextr@gmail.com wrote:
What language do you use to edit Wordpress?
I assume PHP.
Note to self, RTFE, I was thinking about writing posts (XML, HTML, ?ML) not Wordpress itself :-) sorry.
But the answer is the same.
Cheers Lex
The manual explains how to add global tags files (which are used for autocompletions) for existing languages.
Yes, Please check http://www.geany.org/manual/current/index.html#global-tags for a start.
Regards, Frank -- Frank Lanitz frank@frank.uvena.de _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Tue, Oct 6, 2009 at 4:40 AM, Frank Lanitz frank@frank.uvena.de wrote:
On Tue, 6 Oct 2009 13:14:40 +1100
[...]
The manual explains how to add global tags files (which are used for autocompletions) for existing languages.
Yes, Please check http://www.geany.org/manual/current/index.html#global-tags for a start.
Thanks! I'll take a close look on that. -- Vinicius Massuchetto http://vinicius.soylocoporti.org.br
On Tue, Oct 6, 2009 at 8:00 AM, Vinicius Massuchetto viniciusandre@gmail.com wrote:
On Tue, Oct 6, 2009 at 4:40 AM, Frank Lanitz frank@frank.uvena.de wrote:
On Tue, 6 Oct 2009 13:14:40 +1100
[...]
The manual explains how to add global tags files (which are used for autocompletions) for existing languages.
Yes, Please check http://www.geany.org/manual/current/index.html#global-tags for a start.
Thanks! I'll take a close look on that.
Wonderful! I've just created a tags file from the PHP sources. That's why I use Geany.
So, there is any way of detecting the parameters to be shown on the parameters dialog when opening brackets?
Thanks again, guys. -- Vinícius Massuchetto http://vinicius.soylocoporti.org.br
On Tue, 6 Oct 2009 08:41:34 -0300 Vinicius Massuchetto viniciusandre@gmail.com wrote:
Wonderful! I've just created a tags file from the PHP sources. That's why I use Geany.
So, there is any way of detecting the parameters to be shown on the parameters dialog when opening brackets?
I don't think the PHP parser supports calltips (yet).
Regards, Nick
On Fri, Oct 16, 2009 at 1:53 PM, Nick Treleaven nick.treleaven@btinternet.com wrote:
On Tue, 6 Oct 2009 08:41:34 -0300 Vinicius Massuchetto viniciusandre@gmail.com wrote:
Wonderful! I've just created a tags file from the PHP sources. That's why I use Geany.
So, there is any way of detecting the parameters to be shown on the parameters dialog when opening brackets?
I don't think the PHP parser supports calltips (yet).
No, it doesn't. How people did it with the default PHP functions? -- Vinícius Massuchetto http://vinicius.soylocoporti.org.br
2009/10/17 Vinicius Massuchetto viniciusandre@gmail.com:
On Fri, Oct 16, 2009 at 1:53 PM, Nick Treleaven nick.treleaven@btinternet.com wrote:
On Tue, 6 Oct 2009 08:41:34 -0300 Vinicius Massuchetto viniciusandre@gmail.com wrote:
Wonderful! I've just created a tags file from the PHP sources. That's why I use Geany.
So, there is any way of detecting the parameters to be shown on the parameters dialog when opening brackets?
I don't think the PHP parser supports calltips (yet).
No, it doesn't. How people did it with the default PHP functions?
See scripts/create_php_tags.php in the Geany source distribution.
Cheers Lex
-- Vinícius Massuchetto http://vinicius.soylocoporti.org.br _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Fri, 16 Oct 2009 17:53:34 +0100, Nick wrote:
On Tue, 6 Oct 2009 08:41:34 -0300 Vinicius Massuchetto viniciusandre@gmail.com wrote:
Wonderful! I've just created a tags file from the PHP sources. That's why I use Geany.
So, there is any way of detecting the parameters to be shown on the parameters dialog when opening brackets?
I don't think the PHP parser supports calltips (yet).
Last week, I think it was Thursday or Friday, a guy appeared in #geany (IRC) and requested a similar feature. After some talk about the current limitations of the regex-based PHP parser, he was keen to start working on a more sophisticated parser. Let's see what happens.
Regards, Enrico