Re: How to close quotes

2015-02-05 Thread Fidel N
Thank you both. Just checked the abbreviations, and as I understood I should use ;; after each comma, so ended up going for an AHK solution: ':: Send, ''{Left} ; Will send twice the quote mark, then send the cursor left. return Those 3 lines of AHK code will do the replacement in any environmen

Re: How to close quotes

2015-02-05 Thread Edward K. Ream
On Thu, Feb 5, 2015 at 5:13 AM, Fidel N wrote: > I believe this to be somewhat related to recent discussions about user > friendliness. > ​Even though it's a new feature ;-) ​ > other IDE's > ​...automatically close braces, quotes, and such. > Now that I think of it, I realize the quotes and b

Re: How to close quotes

2015-02-05 Thread Jacob Peck
I suppose a quick way to prototype such a feature would be with the existing abbreviations code. Just add proper abbreviations in your myLeoSettings.leo file and see what happens :) -->Jake On 2/5/2015 6:13 AM, Fidel N wrote: I believe this to be somewhat related to recent discussions about u

How to close quotes

2015-02-05 Thread Fidel N
I believe this to be somewhat related to recent discussions about user friendliness. Recently, I used other IDE's, and when writing, they automatically close braces, quotes, and such. Now that I think of it, I realize the quotes and braces closing steals me a few seconds every day I code with L