I am discovering SciTE and, if possible, I would switch to it for all my
editing.
I am running under Windows XP SP3.
I will use it for simple text editing, but also for editing Lua scripts
and the different kind of TeX system (LaTeX, XeLaTeX, ConTeXt; in
different locations on the disk).
I have some questions to which I didn't find answer in the archives
(could just be that I didn't formulate the search properly).
1) To modify the behaviour of SciTE for the different systems, I'll have
to define .properties files for each system and also use the language
menu (all TeX family files end with .tex, but the actions are different
-- like place of the compilers, compile commands,...).
The version of SciTE I am using now came with the Lua distribution and
is in the Lua directory of Program Files.
Could the distribution for SciTE be on its own (how to install: with the
installer?) and still (automatically) load the correct .properties files?
2) For compiling the TeX documents, I can define where the programs are
and the execution commands.
For viewing the .pdf result, I'll have to define the command to open the
.pdf in SumatraPDf, Adobe Reader, or...
I would also like to have the "Synctex" possibility to have forward and
inverse search. It uses, if I understood well, DDE command. Is this
possible with SciTE?
3) To simplify typing, I'd like to have kind of auto-completion. I am
sure it is possible; is this linked to "lexer" or abbreviations?
Thanks for your help,
Alain Delmotte
> I would also like to have the "Synctex" possibility to have forward and
> inverse search. It uses, if I understood well, DDE command. Is this
> possible with SciTE?
SciTE does not support DDE. You could write an external tool that
performs the DDE and bind that into the Tools menu.
Neil