Re: comments, bugs and spanish traslation
harold fonseca wrote:
>1- []
>------
>I always type matching characters together (such as: "", '', (), [], {}),=
>then i move back one position and then type anything i have to type inside=
>the characters.
>In edita it's worked fine with all of them except for [], whenever i do it=
>with [] the closing bracket goes to the beginning of the line, and i end u=
p
>with something like:
>] val = values[
>
>instead of:
> val = values[]
I cannot reproduce this. Has anyone else seen a similar problem?
>2- replace error
I've reproduced this, will get to work on fixing it.
>It seems that there's no support for espa=F1ol colombia #240A.
Added, will be in the next release, thanks.
>1- It'd be interesting if you could add support for e2c (the epuh to c tra=
nslator)
>In the tools menu currently you have bind (and shroud) and run, you could =
add e2c.
I've added this to my suggestion list.
>include c:\info\key_codes.txt
>and i can go to that line, press F9 and the file will be opened immediatel=
y.
Good idea, will be available in the next release, but using F12.
>3- Edita isn't very compatible with err.log.
>All i can do with err.log is make edita to open it after an error occurs.
>But it'd be really nice if edita could read err.log and then give me a
>message telling me for example:
>
>err.log reports:
>"type-check failure positive_int is -3".
>
>I would press OK, and then edita would take me to the exact position in th=
e
>source code in which the error occured (that position is reported in err.l=
og)
>and in the rare case that i would actually needed to check err.log, i coul=
d
>for example press f10 (or whatever) and err.log would be opened.
>
>Another case is when err.log reports that the error occured in an included=
file,=20
>in such a case edita could give me a message like:
>
>err.log reports that the error ocurred in graphics.e
>
>in function graphics_mode() p is -99
>do you want to open it?
>
>i would obviously answer NO and then check my file to see what's wrong.
>(if the error keeps on appearing i could be face to face with an "RDS BUG"=
)
>And if the error occured in an include file that i created, for example:
>
>err.log reports that the error ocurred in open_file.e
>
>in function if_exists() p is -99
>do you want to open it?
>i could answer OK and check wether there's really a mistake in my include =
file.
Are you aware of the F12 key? When in ex.err (or ctrace.out), it
examines the line under the cursor for a filename and line number
which it jumps to. For other files, apart from the include handling
just added, it opens ex.err. Doing it that way, rather than using a
message box, is more flexible (eg press Ctrl Q in ex.err) and gives
more information, but essentially achieves the same result.
>4- And finally a feature that could be feasible is a pause after running a=
program
>this feature would be useful for programs run with ex.ex or exwc.exe.
>if you're a dos programmer it's not so good to see the output of your prog=
ram in a
>"message area" it's better to see the real screen that the program is goin=
g to output.
>I know that the user of Edita could simply add some "pause code" at the en=
d of the program,
>but we would appreciate it if edita could help us with that...
>And there's no need to add any message like "Press any key to continue", y=
ou just add the pause
>so the user can see the output. And you could mention in the documentation=
that it is necessary to
>press any key after a program is run with ex.exe or exwc.exe, in order to =
return to edita.
>And i don't mean that the message area should be taken out, because i know=
that some programmers
>might prefer that rather than a pause, but if the two features could live =
together it'd be great.
I'll think about this one. One of the problems here is that you can
set the "Close on exit" for any executable (specifically here ex.exe,
exw.exe, and exwc.exe) by right clicking on the file in Explorer, and
I don't know where Windows stores that info. Another is that the
programmer might have added their own pause and Edita should not add
another one. If I suddenly have a bright idea, I'll let you know.
Regards,
Pete
|
Not Categorized, Please Help
|
|