jaymukh
7th August 2002, 20:25
Is there any way to use different editor for text editing as External editor. By default it Baan Text editor but you can use Notepad when you define it as external editor. Is there any way to use a different editor than Notepad, like I want to Notespad as editor.
Baan IV b/c.
Thanks in Advance
Jay
~Vamsi
7th August 2002, 21:05
Simple solution:
rename notepad.exe to mynotepad.exe
copy notespad.exe to notepad.exe
This has the added advantage that all programs that usually call notepad will open with notespad. Use solution with caution.
jaymukh
7th August 2002, 22:15
Thanks a lot Mohana,
It worked. You can download a nice editor for free at www.notespad.com
You can use their dictionary for editing also.
Thanks a lot...
Sincerely...
Jay
hsteenwi
16th August 2002, 14:45
Hello all,
It's possible to define other editors than vi or note(s)pad in BaaN. Recently we discovered a little program called Scite.exe. After installing it, our programmers were very enthousiastic. It works with different colours, completes a word when you half type it and has an automatic spellingcheck (very convenient when you're working in 4GL-scripts).
I will try to include this file in this post, for anyone who's interested (because I forgot where I found it in the first place...). The file needs to be installed on your local PC; after that, you define its location in BaaN (ttadv0110m000). After a conversion to runtime (ttaad4200m000) it should work.
Henk.
(mod: ) Please see this thread for download information, baan extentions and installation instructions: scite (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=603)
jaymukh
16th August 2002, 17:31
Please create a new thread.
Thanks
~Vamsi
16th August 2002, 18:45
Hi Henk,
If you click on Help...About Scite in Scite, you will see a credit for Baanboard :). Glad that you like it. But it was not appropriate in the context of this thread - because the user wanted to edit text fields and not program files. The only location where one can download the Baan extensions for Scite continues to be Baanboard.
~Vamsi & Praveen
Authors - Baan extensions for Scite
lsatenstein
5th September 2002, 21:26
I have used Multiedit (www.multiedit.com) as my Baan editor for a long long while. I set up the editor to be local to my system and modified the baan developer defaults to point to my local disk where the editor is located.
The baan extensions which I provided do auto indenting, matching of keyword pairs, (while/endwhile) including nesting recognition, and a whole host of other facilities.
There are also templates to expand small texts to full substitution.
Almost all baan4 and baan5 keywords are recognized.
I use color to identify comments, strings of text and other grammatical words.
It is not a free editor, but it is one that I like
No, I don't own the company.
Leslie
dstegink
4th October 2002, 19:24
look at the external editor field for the text groups. There is an enum. You will not be able to use notepad, but will be able to use an nicer editor than the Baan editor.
may be version dependent as to what editors you can use.
zardoz
20th March 2003, 11:03
I've tried the solution proposed by Vamsi, but when I try to rename notepad.exe as oldnotepad.exe the system create a copy, but restores the original one.
I'm using W2K professional.
Looking in the error log of my system, I read that the error is that I try to rename a system protected program :mad:
I've tried another (more tricky solution):
Using a hex editor I've changed directly in the tttxt1100 object the "notepad.exe" as "etonpad.exe" (this to avoid the checksum conflicts), and copied the wordpad.exe as etonpad.exe in the WINNT directory, the wordpad (renamed) is called :) but there is an error in which no file is called :(
Any idea?
lsatenstein
22nd March 2003, 22:06
The version of Scite that I have colors a line with a string or a comment. I would like to extend Scite to color the strings a darker green, and comments in red.
Also, I would like to be able to click on an if or endif, and find the matching one. I know Scite shows lines down the screen so as to be able to put the matching code in that starting column, but what to do when you inherit code that was not written that way.
Ergo, would like scite to act like the multi-edit editor www.multiedit.com
Multi-edits baan support is superb.
Lets not make this an editor war. Editors are tools, and not the be alls or the end alls
zardoz
24th March 2003, 11:13
Mr. Leslie,
this thread is not made to decide which is the best editor. My question was "How to use a different editor from notepad" in editing texts, not programs....
remcodehaan
27th March 2003, 17:57
Please note that all external editors do not take language codes of baan into consideration!
With the baan editor, one can change the laguage code, this is not possible with external editors.
i.e. When you add text to a sales order (english client/printed in english) but the system (end-user) works in dutch, the editor creates the text for the SO in dutch and will print the sales order in english.
This results in no text in the sales order, as the text is not available in English.
Regards, Remco de Haan