Frank Wunderlich a écrit :
SCITE_HOME? where is this variable defined? normally tsct is
extracted into scites app-dir so its working-dir is scite-dir ;)

In the official documentation ;-)
And in the environment.

which kind of ifs are existing (i know only win and GTK).note that
the if-structure is not easy to manage.

Custom ones? I have some to actually disable sections, but one can create real ones to keep one file across system (various resolutions, different font sizes, etc.).

Example:

ComputerX=1
ComputerY=0
...
if ComputerX
  tabbar.visible=0
if ComputerY
  tabbar.visible=1

Now, I think it is rarely used, so managing this correctly isn't paramount.

resizing is only useful for the listviews to prevent scrolling.

Exactly. Today we have big screens, and I would like to see more lines
at once...

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

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

Reply via email to