[Scilab-Dev] Questions about Xpad menu actions

Sylvestre Ledru sylvestre.ledru at scilab.org
Thu Nov 5 23:16:11 CET 2009


Hello,

Le vendredi 06 novembre 2009 à 01:12 +0300, Kirill Kirillov a écrit :
> Hi!
> 
> I'm sorry to trouble you, but I hope this one is a right mailing list
> to ask some questions about Xpad menu actions:
> 1. What does "Edit -> Indent" action do?
Type some text, select all, Edit -> Indent shoud reorganize your code
for example
if 1==1 then
a=2
end
will change your text for
if 1==1 then
	a=2
end


> 2. What does "Document -> Colorize" action do? 
Should apply some colors on the variable, function, keywords, etc.
> May be it should be
> implemented as check box and then it should enable/disable coloring?
You are right.

> 3. I think that it would be more usable if "Execute -> Execute File into
> Scilab" action saved file automatically instead of opening two dialogs.
Why not but save automatically to where ?

By the way, Xpad was just an internal call name. Now, it is just
"Editor" (note the originality ;) and there are still some rather
important bugs in this editor. 

Sylvestre



-- 
-------------------------
Sylvestre Ledru
-------------------------
The Scilab Consortium
Digiteo
Domaine de Voluceau
Rocquencourt - B.P. 105
78153 Le Chesnay Cedex
France




More information about the dev mailing list