LEdautocomplete

Information and discussion about LEd, an integrated LaTeX environment for Windows
Post Reply
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

autocomplete

Post by dmuthu_cse »

hello friends,

i wonder if i can have an autocomplete for my project.

when we define a new environment, an autocomplete is created. But i want to create a autocomplte for this...

Example, if i press "\\[1" then the code completion should be
"\\[10.5pt]
\indent \hspace{5mm}"

I don't know whether we can do coding for this, or we can set options in "LEd"...

Regards,
Muthu

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

autocomplete

Post by frabjous »

I don't know whether or not LEd can do this natively, but you could always make it happen with any editor with AutoHotkey (for Windows).

(I use Autokey for linux to do something similar.)
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Re: autocomplete

Post by dmuthu_cse »

Dear frabjous,

Thanks for the idea. It was quite interesting to use..

REgards,
Muthu
Post Reply