1. Overwriting in Edita
Hello everybody,
How does one change overwrite in Edita
For example you start with "xyz" in the editor.
Place the cursor between the x and y and type the letter a.
One way results in xayz the other way results in xaz.
I don’t know what to call these two methods?
How do you change them in Edita?
Thank you in advance,
Don Cole
2. Re: Overwriting in Edita
Press "Ins" on your keyboard.
3. Re: Overwriting in Edita
Hello Alex,
And thank you.
Don Cole
4. Re: Overwriting in Edita
On Thu, 24 Aug 2006 04:23:25 -0700, Alex Chamberlain
<guest at RapidEuphoria.com> wrote:
>
>
>posted by: Alex Chamberlain <alex.chamberlain at tiscali.co.uk>
>
>Press "Ins" on your keyboard.
That's correct. The status bar (if visible) should show it toggling
between the normal INS (insert) and OVR (overstrike) modes.
On a related note, also see the lower right hand corner of
Options/Edit. There are seven checkboxes which control the automatic
return to INS mode - I have them all checked.
Regards,
Pete
5. Re: Overwriting in Edita
- Posted by don cole <doncole at pacbell.net>
Aug 24, 2006
-
Last edited Aug 25, 2006
Hello Pete,
And thank you. Did you get the email opf my ini file?
I remmed out these 2 lines
-- addTool("Database Viewer:tedb")
-- addTool("Verify edita.edb:vedb")
and still get repeats of those two items in the Tools menu.
Shoudn't
procedure addTool(sequence tool)
if not find(tool,isToolSet) then
isToolSet=append(isToolSet,tool)
end if
end procedure
Take care of that?
Don Cole
6. Re: Overwriting in Edita
On Thu, 24 Aug 2006 15:10:22 -0700, don cole <guest at RapidEuphoria.com>
wrote:
>Hello Pete,
>
>And thank you. Did you get the email of my ini file?
Yes: http://www.listfilter.com/EUforum/m9335.html
Far as I know apparently no-one else got this message either or tried
the steps I asked.
>I remmed out these 2 lines
>-- addTool("Database Viewer:tedb")
>-- addTool("Verify edita.edb:vedb")
>and still get repeats of those two items in the Tools menu.
>
>Shoudn't
>
>procedure addTool(sequence tool)
> if not find(tool,isToolSet) then
> isToolSet=append(isToolSet,tool)
> end if
>end procedure
>
>Take care of that?
Quite, it should. Please let me know if/when you try the steps in the
message referenced above.
Regards,
Pete