[Scilab-Dev] Questions about Xpad menu actions

Kirill Kirillov kirill.kirillov at gmail.com
Fri Nov 6 00:40:12 CET 2009


Hi!

Thanks for your answers.

В Чтв, 05/11/2009 в 23:16 +0100, Sylvestre Ledru пишет:
> Le vendredi 06 novembre 2009 à 01:12 +0300, Kirill Kirillov a écrit :
> > 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
Then it should be named more obviously like "Reformat Selection"
http://bugzilla.scilab.org/show_bug.cgi?id=5219

> > 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.
http://bugzilla.scilab.org/show_bug.cgi?id=5220

> > 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 ?
Assume I've load rather large file into editor and introduced some
changes. Now I want to test them before saving. Scipad can quickly load
current unsaved version, but Scilab Editor can't:
"Execute -> Load Into Scilab" takes ages to finish loading on my PC,
because it prints every line in the file; (bug?)
"Execute -> Execute File Into Scilab" needs saving file. Moreover "Save
and Execute" button opens second dialog for saved file before. (bug?)

> 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. 
IMHO, "Text Editor" would be better, there are many different editors even
inside Scilab, e.g., Graphic (Figure, Axes) Editor, etc.

-- 
Kirill Kirillov
<><




More information about the dev mailing list