I have 2 quick questions...first, one of my machines, my line cursor is a block instead of a thin line, but not my other machines. Is there a setting that I am missing to switch it to a thin line?
Also, is there a setting or a plugin to add highlighting to a closing html tag? So if I click on or select or something an opening <div> tag, it would highlight the closing </div> tag? Just like it does for braces.
Thanks!!
Le 31/01/2014 20:31, Ramsey Darling a écrit :
I have 2 quick questions...first, one of my machines, my line cursor is a block instead of a thin line, but not my other machines. Is there a setting that I am missing to switch it to a thin line?
There is a setting in filetypes.common (caret=), but you most likely didn't change it unexpectedly. Or maybe a theme can change it?
Anyway, aren't you simply in erasing mode? (press Inser, ofc ;)
Also, is there a setting or a plugin to add highlighting to a closing html tag? So if I click on or select or something an opening <div> tag, it would highlight the closing </div> tag? Just like it does for braces.
I think it's what the pairtaghighlighter plugin does.
Cheers, Colomban
Thanks, but no, I am not in erasing mode. pressing insert doesn't take care of it. I will check into the filetypes.common file though, thank you.
On 14-01-31 02:37 PM, Colomban Wendling wrote:
Le 31/01/2014 20:31, Ramsey Darling a écrit :
I have 2 quick questions...first, one of my machines, my line cursor is a block instead of a thin line, but not my other machines. Is there a setting that I am missing to switch it to a thin line?
There is a setting in filetypes.common (caret=), but you most likely didn't change it unexpectedly. Or maybe a theme can change it?
Anyway, aren't you simply in erasing mode? (press Inser, ofc ;)
Also, is there a setting or a plugin to add highlighting to a closing html tag? So if I click on or select or something an opening <div> tag, it would highlight the closing </div> tag? Just like it does for braces.
I think it's what the pairtaghighlighter plugin does.
Cheers, Colomban _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Where would I find that filetypes.common file?
On 14-01-31 02:37 PM, Colomban Wendling wrote:
Le 31/01/2014 20:31, Ramsey Darling a écrit :
I have 2 quick questions...first, one of my machines, my line cursor is a block instead of a thin line, but not my other machines. Is there a setting that I am missing to switch it to a thin line?
There is a setting in filetypes.common (caret=), but you most likely didn't change it unexpectedly. Or maybe a theme can change it?
Anyway, aren't you simply in erasing mode? (press Inser, ofc ;)
Also, is there a setting or a plugin to add highlighting to a closing html tag? So if I click on or select or something an opening <div> tag, it would highlight the closing </div> tag? Just like it does for braces.
I think it's what the pairtaghighlighter plugin does.
Cheers, Colomban _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Le 31/01/2014 20:57, Ramsey Darling a écrit :
Where would I find that filetypes.common file?
either ~/.config/geany/filedefs/ (your own), or /usr/share/geany/ (system one).
But system one should have the default values, which is a stem as you want, so I guess it's not there.
Also, I think the colorscheme might override it, so maybe try another theme?
Anyway, you could try with a new configuration directory to make sure it's in your config:
$ geany -v -c /tmp/geany-test-config
Cheers, Colomban
Thanks! yeah it was just my colorscheme, I was able to edit that config file. thanks!
On 14-01-31 03:30 PM, Colomban Wendling wrote:
Le 31/01/2014 20:57, Ramsey Darling a écrit :
Where would I find that filetypes.common file?
either ~/.config/geany/filedefs/ (your own), or /usr/share/geany/ (system one).
But system one should have the default values, which is a stem as you want, so I guess it's not there.
Also, I think the colorscheme might override it, so maybe try another theme?
Anyway, you could try with a new configuration directory to make sure it's in your config:
$ geany -v -c /tmp/geany-test-config
Cheers, Colomban _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users