1. Re: Edita 0.06 (was... Edita 0.05)

On Mon, 07 Feb 2005 15:33:24 +0100, Juergen Luethje <j.lue at gmx.de>
wrote:

>I found a simple solution for this dilemma. It's probably not perfect,
>but at least you'll see the idea. In 'edita.exw' I wrote
>- in procedure mouseHandler():
>  if (length(oneline) >= 5) and equal(lower(oneline[1..5]), "file:") then
>     oneline = oneline[6..$]
>  end if
Thanks, applied.

>Another suggestion: I'm curious to look a little closer at Edita's
>source code when I'll have some time. This would be much easier, when
>you put all original ARWEN files in a separate subdirectory.
By the official release I hope to be using a standard release of
arwen, and encourage it to be put in EUINC, but at the moment it is
changing too rapidly. All the code files, apart from edita.exw, begin
with "ea".

>
>Al Getz wrote:
>
>> I noticed a couple things with 06 that i thought i would mention...
>>
>> 1. Cant seem to select font attribs like bold or italic anymore.
Open the colours dialog. Some entries (eg Background) never allow Bold
or Italic, so select "Other". Now open the font dialog (so both are on
screen) and change the font face. The stock fonts (eg ANSI_FIXED_FONT)
don't support bold or italic, so they are disabled in the colours
window. Some fonts either don't support Bold or display it in a
different width (eg Lucida Console) so Bold may remain disabled.
Courier New should be ok, so Bold and Italic should be enabled.

I might one day merge these two windows.

>> 2. Date format displays as "day/month/year"
I've changed the Date and time display in the status bar to use the
locale settings (as set in control panel, regional settings).
(The funny thing is, it took me about five minutes to "find" the date
you were talking about. I was searching through the menus, going nope,
no date there. Of course it was on-screen all the time...)

>b) Or Edita could display the date according to the local settings of
>   the computer on which it is running.
Yes, that one.

>> 3. When you go to change the font via font select window and hit cancel
>> a crash occurs.
Oops. This will happen if the cancel resets to a stock font. Fixed.
in eafonts.ew, closeHandler:
		if FaceIdx>=5 then			-- added
			isPointSize = sizes[FaceIdx][PointIdx]
		end if					-- added

>> 4. I use multiple indents all the time with my editor, so i'd need
>> this feature for sure.
>>
>> Any chance of adding a context menu?
Yes. I've got to get the line lengths stuff finished, and the modified
indicator, and the clipboard and undo/redo status nailed down first,
so I can enable/disable these menu entries as I add them, otherwise
I'll have to go back and revisit them all.

I'm open to suggestions as to what entries the context (and edit) menu
should have, rather than just blindly copying MEditor. Maybe I should
have an option whether to display keyboard shortcuts on the context
menu?

Regards,
Pete

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu