Home
JAQForum Ver 20.06
Log In or Join  
Active Topics
Local Time 06:45 09 May 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : MM Edit update 3.3.5

Author Message
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 5915
Posted: 10:35pm 08 Jun 2013
Copy link to clipboard 
Print this post

Yet another update to MMedit.
I wasn't able to repeat the problem Hugh had with multiple copies on MMedit open, but I have made a number of changes which are likely to have fixed it. I have tidied up a lot of areas of my code and fixed a number of strange errors. I don't think I have introduced any to replace them but who knows.

The current working folder should behave a lot more reliably and new installations will no longer default to 'C:\" for the various folders.

As well as the bug fixes, Macros can now use C type escape codes.
Macros:
There are 10 macro buttons. To record or edit, hold the Shift key down while selecting the macro.
C type escape sequences can be inserted. End the macro with \n or \010 or \x0A to send a newline.

The following codes are available:
\b 008 backspace
\t 009 tab
\n 010 newline
\v 011 vertical tab
\f 012 form feed
\r 013 carriage return
\e 027 escape
\x.. following two bytes interpreted as hex
\... following 3 decimal digits
\\ backslash

You can send any ASCII code including the Maximite specific codes:

\027 escape \145 F1
\130 left arrow \146 F2
\128 up arrow \147 F3
\131 right arrow \148 F4
\129 down arrow \149 F5
\132 insert \150 F6
\127 delete \151 F7
\134 home \152 F8
\135 end \153 F9
\136 page up \154 F10
\137 page down \155 F11
\139 alt key \156 F12


As usual, you can download the full program of simply replace the MMedit.tkn file with the one in the attached ZIP

2013-06-09_083436_MMedit.zip

Jim
VK7JH
MMedit   MMBasic Help
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024