[Geany-Users] Re: Finding css classes when developing website

2024-02-19 Thread Lex Trotman via Users
On Tue, 20 Feb 2024 at 12:00, H via Users  wrote:
>
> Running geany 1.37 on CentOS 7. I am working on a website using the project 
> manager and would like to be able to quickly find a particular css class in 
> any number of css files in several directories belonging to the project.
>
> I think what I would like is for css classes to be listed under the Symbols 
> tab in geany, then be able to click on the class name and open the file for 
> editing. Since the same css class might be found in multiple css files in the 
> project, the file name should also be visible.

The symbols tab is only symbols from the current file.

>
> So far, I have found that I can search for a class symbol "Find in Project 
> Files" but it is a bit awkward since it defaults to the project directory 
> whereas the css files are actually under /var/www/html/mysite/ which is an 
> external project directory. Even if I do a search, the "Find in Project 
> Files" selection resets to the actual project directory for each new search.

You could try "Find in files" which allows you to set the directory to
search in.

>
> Is what I would like to do possible? Or, is there another way of 
> accomplishing this?
>
> ___
> Users mailing list -- users@lists.geany.org
> To unsubscribe send an email to users-le...@lists.geany.org
___
Users mailing list -- users@lists.geany.org
To unsubscribe send an email to users-le...@lists.geany.org


[Geany-Users] Finding css classes when developing website

2024-02-19 Thread H via Users
Running geany 1.37 on CentOS 7. I am working on a website using the project 
manager and would like to be able to quickly find a particular css class in any 
number of css files in several directories belonging to the project.

I think what I would like is for css classes to be listed under the Symbols tab 
in geany, then be able to click on the class name and open the file for 
editing. Since the same css class might be found in multiple css files in the 
project, the file name should also be visible.

So far, I have found that I can search for a class symbol "Find in Project 
Files" but it is a bit awkward since it defaults to the project directory 
whereas the css files are actually under /var/www/html/mysite/ which is an 
external project directory. Even if I do a search, the "Find in Project Files" 
selection resets to the actual project directory for each new search.

Is what I would like to do possible? Or, is there another way of accomplishing 
this?

___
Users mailing list -- users@lists.geany.org
To unsubscribe send an email to users-le...@lists.geany.org