1. [ANN] Edita 0.2.0 released
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 17, 2005
- 504 views
Control structure and bracket matching via Ctrl [. Keyword and builtin translation handling (eg: se lunghezza(x)=1 allora fine se). -- source file/clipboard always in English (ie: if length(x)=1 then end if). ".." entry added to project tree for files included more than once. F1 help checks the project tree, so eg it can show help for arwen/create() in one file but win32lib/create() in another, based on include statements. (It should also cope with multiple lib versions.) Added Alt key (up,down,left,right,enter) handling on the project and directory trees. ComboDropDownList of routines added to toolbar. The "Replace Tabs with spaces" .ini option now works. Single Dir Tabbar .ini option added for Don Cole. Added FullScreen mode (F11). http://palacebuilders.pwp.blueyonder.co.uk/edita.htm#download Regards, Pete
2. Re: [ANN] Edita 0.2.0 released
- Posted by don cole <doncole at pacbell.net> Aug 17, 2005
- 503 views
I saw that. I'm checking this out. Don Cole, SF
3. Re: [ANN] Edita 0.2.0 released
- Posted by "Juergen Luethje" <j.lue at gmx.de> Aug 18, 2005
- 505 views
Pete Lomax wrote: <snip> > http://palacebuilders.pwp.blueyonder.co.uk/edita.htm#download Thanks for releasing Edita 0.2.0. I encountered some problems (Windows 98): - I've opened a file "test.exw" with the following content: ? 2*3 and pressed [Ctrl]+[M] to display the message area. When I then press [F5], a console window pops up, so I think Edita actually runs the program. But I can't see the output anywhere. It should be in the message area, shouldn't it? - In the 'options' menu, several items have a tick. When I press [F11] to make Edita go fullscreen, the press [Esc] so that Edita shows a normal window again, and then press [Alt]+[O] to display the options menu, the ticks are gone! Regards, J=FCrgen -- Have you read a good program lately?
4. Re: [ANN] Edita 0.2.0 released
- Posted by "Juergen Luethje" <j.lue at gmx.de> Aug 19, 2005
- 470 views
Hello Pete, this is a supplement to my previous post, I encountered another problem: In the edit window I can't type the characters that are "on the 3rd keyboard level". I mean those characters for which you have to press [Ctrl]+[Alt]+[concerning key]. (*) This means on my German keyboard, that I can't enter characters such as {[]}\@ in Edita. Regards, Juergen (*) I know that instead of [Ctrl]+[Alt] we can just press the key that is located on the right next to the space key (called [Alt Gr] key in German).
5. Re: [ANN] Edita 0.2.0 released
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 20, 2005
- 468 views
On Fri, 19 Aug 2005 20:43:03 +0200, Juergen Luethje <j.lue at gmx.de> wrote: >In the edit window I can't type the characters that are "on the 3rd >keyboard level". I mean those characters for which you have to press >[Ctrl]+[Alt]+[concerning key]. (*) >This means on my German keyboard, that I can't enter characters such as >{[]}\@ in Edita. > >Regards, > Juergen > >(*) I know that instead of [Ctrl]+[Alt] we can just press the key that > is located on the right next to the space key (called [Alt Gr] key > in German). Can I confirm that you mean that Alt Gr works fine, and you want Ctrl+Alt to behave the same? I think it is just the line "if not control then -- [eg] ctrl backspace is 127 [???]" in charInput(); it seems to work here (sans German keyboard) with that removed. Regards, Pete PS. Thanks for the updated ealng_de.txt. Re your other post (and Bob Elia's reports), I plan to release 0.2.1, with only about 8 minor mods, so what is the German for "Capture Console Output (use/default to exwc.exe for this file)", as I've added that to the Ctrl F5 pop-up.
6. Re: [ANN] Edita 0.2.0 released
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 20, 2005
- 487 views
On Sat, 20 Aug 2005 01:37:47 +0100, Pete Lomax <petelomax at blueyonder.co.uk> wrote: >I think it is just the line "if not >control then -- [eg] ctrl backspace is 127 [???]" in charInput(); it >seems to work here (sans German keyboard) with that removed. I suppose I should have added some explanation there. I guess I originally thought it wrong that Alt Backspace plonked an odd character in the file, but on reflection I am not banning Alt 127, which happens to be the same value (on my keyboard, anyway). I also stopped Backspace deleting a character when control is depressed... Pete
7. Re: [ANN] Edita 0.2.0 released
- Posted by "Juergen Luethje" <j.lue at gmx.de> Aug 20, 2005
- 461 views
Pete Lomax wrote: > On Fri, 19 Aug 2005 20:43:03 +0200, Juergen Luethje wrote: > >> In the edit window I can't type the characters that are "on the 3rd >> keyboard level". I mean those characters for which you have to press >> [Ctrl]+[Alt]+[concerning key]. (*) >> This means on my German keyboard, that I can't enter characters such as >> {[]}\@ in Edita. >> >> >> (*) I know that instead of [Ctrl]+[Alt] we can just press the key that >> is located on the right next to the space key (called [Alt Gr] key >> in German). > > Can I confirm that you mean that Alt Gr works fine, and you want > Ctrl+Alt to behave the same? Ooops, sorry. Now I see that I expressed myself very ambiguously. No, neither [Ctrl]+[Alt] nor [Alt Gr] does work here. > I think it is just the line "if not control then -- [eg] ctrl backspace > is 127 [???]" in charInput(); it seems to work here (sans German > keyboard) with that removed. Yep, both [Ctrl]+[Alt] and [Alt Gr] work fine here too, with that removed. Thanks. > Regards, > Pete > PS. Thanks for the updated ealng_de.txt. Re your other post (and Bob > Elia's reports), I plan to release 0.2.1, with only about 8 minor > mods, so what is the German for "Capture Console Output (use/default > to exwc.exe for this file)", as I've added that to the Ctrl F5 pop-up. The text in German: "Konsolenausgabe aufzeichnen (standardm=E4=DFig exwc.exe f=FCr diese Datei verwenden)" Regards, Juergen -- Have you read a good program lately?
8. Re: [ANN] Edita 0.2.0 released
- Posted by "Juergen Luethje" <j.lue at gmx.de> Aug 20, 2005
- 481 views
Me wrote: <snip> > The text in German: > "Konsolenausgabe aufzeichnen (standardm=E4=DFig exwc.exe f=FCr diese Datei > verwenden)" I sent the mail with Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit so the German special characters *should* be displayed corrreectly. But I forgot about Topica's infinite wisdom ... When I got a copy of that mail from Topica, the header fields had changed to Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit That doesn't make sense, of course. I'll sent a copy of the translated text to you privately. Regards, Juergen -- Have you read a good program lately?
9. Re: [ANN] Edita 0.2.0 released
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 21, 2005
- 500 views
On Sat, 20 Aug 2005 17:03:47 +0200, Juergen Luethje <j.lue at gmx.de> wrote: >Pete Lomax wrote: >> Can I confirm that you mean that Alt Gr works fine, and you want >> Ctrl+Alt to behave the same? > >Ooops, sorry. Now I see that I expressed myself very ambiguously. >No, neither [Ctrl]+[Alt] nor [Alt Gr] does work here. > >> I think it is just the line "if not control then -- [eg] ctrl backspace >> is 127 [???]" in charInput(); it seems to work here (sans German >> keyboard) with that removed. > >Yep, both [Ctrl]+[Alt] and [Alt Gr] work fine here too, with that >removed. Thanks. Hmm, odd, as Alt Gr worked before the change here... but nevermind then. 0.2.1 is posted (6 bugfixes and capture console flag), usual place: http://palacebuilders.pwp.blueyonder.co.uk/edita.htm#download Regards, Pete
10. Re: [ANN] Edita 0.2.0 released
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 21, 2005
- 472 views
On Thu, 18 Aug 2005 16:52:20 +0200, Juergen Luethje <j.lue at gmx.de> wrote: >- I've opened a file "test.exw" with the following content: > ? 2*3 > and pressed [Ctrl]+[M] to display the message area. > When I then press [F5], a console window pops up, so I think Edita > actually runs the program. > But I can't see the output anywhere. It should be in the message > area, shouldn't it? console capture can only be performed with exwc.exe, not exw.exe. I've added a checkbox (which is remembered) to run the current file with exwc.exe to the Ctrl F5 pop-up. Once checked, F5 (alone) should run that particular .exw file with exwc from then on. > >- In the 'options' menu, several items have a tick. > When I press [F11] to make Edita go fullscreen, the press [Esc] so > that Edita shows a normal window again, and then press [Alt]+[O] to > display the options menu, the ticks are gone! Thanks, I didn't spot that. Regards, Pete
11. Re: [ANN] Edita 0.2.0 released
- Posted by "Juergen Luethje" <j.lue at gmx.de> Aug 21, 2005
- 504 views
Pete Lomax wrote: <snip> > 0.2.1 is posted (6 bugfixes and capture console flag), usual place: > http://palacebuilders.pwp.blueyonder.co.uk/edita.htm#download Nice! Previously I had downloaded Edita's "full" version, now I've downloaded the "plus" version. With this version, I encountered a compatibility problem, because I've installed Eu 2.5. The problem occurs, when a Eu program that I've opened with Edita and that I want to run -- or a file included by the program (e.g. "get.e") --, contains the '$' symbol. This is probably because Edita calls the exw.exe file in the Edita directory (wich is version 2.4) rather than the exw.exe file in the %EUDIR%\bin\ directory. IMHO the simplest solution would be to ship exw.exe _2.5_ with Edita. Regards, Juergen -- Have you read a good program lately?
12. Re: [ANN] Edita 0.2.0 released
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 21, 2005
- 503 views
- Last edited Aug 22, 2005
On Sun, 21 Aug 2005 09:55:47 +0200, Juergen Luethje <j.lue at gmx.de> wrote: >IMHO the simplest solution would be to ship exw.exe _2.5_ with Edita. Yes, on reflection you are quite right. I've added this to my list. Regards, Pete