Hi all,
Just registered here. I really like Geany and especially since discovering the new 1.38! For me that release is a real breakthrough, with notable increases in overall speed and startup speed. What I appreciate the most is that I can now set the auto-save time to 1 seond. IT used to be 5 seconds in older releases in my experience. Anything lower than 5 seconds created instability. Not any longer!
My question is : is there a way to change how %cusor% looks in the finished snippet? As it is now ( e.g. <a href="_|" target="_blank" class="-">_</a>), there a "_" and thus an extra space that is not necessary or handy.
Any pointers would be much appreciated!
Kind regards, Bert
Verzonden met [Proton Mail](https://proton.me/) beveiligde e-mail.
In Geany sometimes the underscore is not showing even though it is there.
One way to correct this is to change the Font to a different one and then it will show up.
On 03/07/2022 1:16 am, Bert Vercauteren via Users wrote:
Hi all,
Just registered here. I really like Geany and especially since discovering the new 1.38! For me that release is a real breakthrough, with notable increases in overall speed and startup speed. What I appreciate the most is that I can now set the auto-save time to 1 seond. IT used to be 5 seconds in older releases in my experience. Anything lower than 5 seconds created instability. Not any longer!
My question is : is there a way to change how %cusor% looks in the finished snippet? As it is now ( e.g. <a href="_|" target="_blank" class="-">_</a>), there a "_" and thus an extra space that is not necessary or handy. Any pointers would be much appreciated! Kind regards, Bert
Verzonden met Proton Mail https://proton.me/ beveiligde e-mail.
Users mailing list --users@lists.geany.org To unsubscribe send an email tousers-leave@lists.geany.org
On Sat, 9 Jul 2022 at 19:50, Gerald Brown gbrown@gerbreown.com wrote:
In Geany sometimes the underscore is not showing even though it is there.
One way to correct this is to change the Font to a different one and then it will show up.
See https://github.com/geany/geany/issues/2466#issuecomment-995257928
On Sat, 9 Jul 2022 at 19:27, Bert Vercauteren via Users users@lists.geany.org wrote:
Hi all,
Just registered here. I really like Geany and especially since discovering the new 1.38! For me that release is a real breakthrough, with notable increases in overall speed and startup speed. What I appreciate the most is that I can now set the auto-save time to 1 seond. IT used to be 5 seconds in older releases in my experience. Anything lower than 5 seconds created instability. Not any longer!
My question is : is there a way to change how %cusor% looks in the finished snippet? As it is now ( e.g. <a href="_|" target="_blank" class="-">_</a>), there a "_" and thus an extra space that is not necessary or handy.
But that is not the finished code, the underscore marks a position where more content is expected to be put, and you can define a keybinding for the "Move cursor in snippet" to move between them. So after you type tab to insert the snippet the first underscore should be selected and you can type content that replaces it, then use your keybinding to move to the next which will be selected and type content that replaces it etc.
Cheers Lex
Any pointers would be much appreciated!
Kind regards, Bert
Verzonden met Proton Mail beveiligde e-mail. _______________________________________________ Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
Thank you very much for your clear explanation! I know understand. I did not know using the keybinding (I chose Ctrl + Tab)is a necessity to replace/remove the underscore. I often jump to the last cursor position using the mouse and then always have to go back to it to manually remove the underscore. Which quickly becomes a nuisance! Thanks again. I will have to get used to always using the keybinding. No problem.
Verzonden met Proton Mail beveiligde e-mail.
------- Original Message ------- Op zaterdag 9 juli 2022 om 12:04 schreef Lex Trotman elextr@gmail.com:
On Sat, 9 Jul 2022 at 19:27, Bert Vercauteren via Users users@lists.geany.org wrote:
Hi all,
Just registered here. I really like Geany and especially since discovering the new 1.38! For me that release is a real breakthrough, with notable increases in overall speed and startup speed. What I appreciate the most is that I can now set the auto-save time to 1 seond. IT used to be 5 seconds in older releases in my experience. Anything lower than 5 seconds created instability. Not any longer!
My question is : is there a way to change how %cusor% looks in the finished snippet? As it is now ( e.g. <a href="|" target="blank" class="-"></a>), there a "" and thus an extra space that is not necessary or handy.
But that is not the finished code, the underscore marks a position where more content is expected to be put, and you can define a keybinding for the "Move cursor in snippet" to move between them. So after you type tab to insert the snippet the first underscore should be selected and you can type content that replaces it, then use your keybinding to move to the next which will be selected and type content that replaces it etc.
Cheers Lex
Any pointers would be much appreciated!
Kind regards, Bert
Verzonden met Proton Mail beveiligde e-mail.
Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org