1. MEditor released!

{{{ It's been a wait, but at last I feel it is ready.

From the readme.txt:

New menus Enhanced find first/next/selected File and Directory Compare Find in Files Macro (simple keystroke variety) Enhanced Quick Jump (was List Routines) Autosave Replace tabs with spaces when saving file. Comprehensive Manual

System requirements: Windows 9x, NT, 2000, XP, ... Works happily in 48MB ram, pentium 233Mhz. May run on less.

Installation: If you have Euphoria installed and can run normal exw files just unzip fullsource.zip to any directory and run editor.exw. Otherwise download the standalone.zip file, extract to any directory and run editor.exe

download it from http://palacebuilders.pwp.blueyonder.co.uk/euphoria.html

Have fun

Pete

new topic     » topic index » view message » categorize

2. Re: MEditor released!

>I tried to download the full source (third link) and got a 404. 
oops. I had a link to fullsource.zip when the file was actually named 
fullsource.ZIP 
 
Fixed now. 
 
Pete

new topic     » goto parent     » topic index » view message » categorize

3. Re: MEditor released!

{{{ On Thu, 26 Sep 2002 11:45:56 +0000, Phil Russell <pg_russell at lineone.net> wrote:

======== The Euphoria Mailing List ========

Hi Pete,

Just had a look at MEditor and it looks very promising. Found a couple
of buglets though:

- When you resize the window the repaint is not working quite right and
you get a lot of rectangular edges appearing where the previous client
area margin was.
OOH! Somehow I got used to that. I think I just tracked it down to something I did between 03/02/02 and 06/02/02 (!). Interesting, I'll have a good look at that, thanks.

- The second time I tried to run the editor I got a series of errors
about the following variables not being assigned a value in pixmap.e:

fontheight,fontwidth
pixmaprows, pixmapcolumns

Uncommenting the assignments to the first two and assigning zero to the
last two seems to fix the problem. I inherited that commented-out code from Mike & assume it was a stop-gap which kinda sorted things out but wasn't the way to go.

First glance showed nothing obvious, please send me ex.err direct. Meanwhile, I'll dig deeper.

Keep up the good work!

Keep up the testing!

Thanks, Pete

new topic     » goto parent     » topic index » view message » categorize

4. Re: MEditor released!

On Fri, 27 Sep 2002 11:10:48 +0000, Phil Russell 
<pg_russell at lineone.net> wrote: 
 
>- I notice that the editor automatically saves the files that you are  
>working on when you shut it down.  I would prefer to be given the option  
>to save (or not) explicitly. Perhaps an 'autosave on exit' option should  
>appear in the options menu? 
 
See Options, Files. Does that do what you want? 
 
> Also, if you have 2 new files which are  
>unsaved when you shut the editor, only one default file [untitled] is  
>created and the contents of the second file overwrite the first. 
 
I should add an option to force Save As dialogue when an [untitled] 
file is detected during shutdown & not save the file at all if cancel 
is keyed. 
 
Thanks, 
Pete 
 
PS I've put those initialisations in pixmap.e as you suggested.

new topic     » goto parent     » topic index » view message » categorize

5. Re: MEditor released!

{{{ On Wed, 02 Oct 2002 16:19:58 +1000, mistertrik at hotmail.com wrote:

=>Sometimes when you run a program, when it finishes, the editor is sized
almost to nothing, and you have to re-maximise it. Is this supposed to
happen? No. I tried putting a flag in there, alwaysMax, to force showWindow(MAIN, SW_MAXIMIZE). It had no effect :(. At the moment I've learnt alt-space, X is the quickest way back to normal.
No support for the scrollwheel on the mouse to move the window up and
down. I've had a scroll mouse for many years, and I use it for whatever I
can. Isn't that an API function? Caballero Rojo <pampeano at rocketmail.com> wrote: Date: Thu, 6 Jun 2002 13:43:42 -0700 (PDT) PS: I tried to add wheel mouse movement to the edit text, but i couldn't make it.. WM_MOUSEWHEEL acording to the sdk only works on WinNT. =/

? seems unlikely? Unfortunately I do not possess a mouse wheel, nevertheless I had a search and made a start. Can you test the new version of the editor in this respect as I have nicked a few lines from alpha win32lib: At the moment I am just hoping control gets to routine onMouse_MAIN() where possibly, if you get the event WM_MOUSEWHEEL or similar you might be able to invoke the code further down I have marked with 18/10/02 mousewheel?

Cheers, Pete

new topic     » goto parent     » topic index » view message » categorize

6. Re: MEditor released!

Hi Pete,
   I dunno why, but now WM_MOUSEWHEEL works =)
   If u want i'll code it for you.

Best Regards,
   Guillermo Bonvehi

--- petelomax at blueyonder.co.uk wrote:

<SNIP>

> ? seems unlikely?
> Unfortunately I do not possess a mouse wheel, nevertheless I had a
> search and made a start. Can you test the new version of the editor
> in
> this respect as I have nicked a few lines from alpha win32lib: At the
> moment I am just hoping control gets to routine onMouse_MAIN() where
> possibly, if you get the event WM_MOUSEWHEEL or similar you might be
> able to invoke the code further down I have marked with 18/10/02
> mousewheel?
> 
> Cheers,
> Pete

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu