Hi,
i've noticed that the build and go menuitem is enabled for new files (select file => new or just openscite without a filename as param).

i clicked on them and scite tells me that "build" starts pdflatex and "go" starts "gv". i think that shouldn't be done.

i take a look in tex.properties and saw the problem (note the ; at the end of line):

file.patterns.tex=*.tex;*.sty;
file.patterns.latex=*.tex;*.sty;*.aux;*.toc;*.idx;
file.patterns.context=*.tex;*.tui;*.tuo;*.sty;

if the file have no extension the tex-lexer is activated.

the following lines can imho be deleted:
file.patterns.tex=
file.patterns.latex=
file.patterns.context=

i removed the ";" and tex-lexer is not further used. instead command "mpost" is started on build and "gv .1" on go...it's the metapost-lexer...same changes...

now there are no build and go-commands for new files.
solution should be checking for an empty extension before activating the menuitems...

Greetings Frank
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to