lsatenstein
19th May 2006, 23:56
We had standardized on notepad, and now want to implement another editor.
Searched through the baan menus and this forums entries and we could not find where to change the setting from notepad to the one we want.
Looked in text management, and other places. Anyone remember which menu path to the appropriate session, or the session to invoke.
please email me with hint. Baan 4C4
lsatenstein@herouxdevtek.com
slovato
20th May 2006, 01:35
Hi Leslie I use Baan 5C, the session in this version is ttams1150m000, I don't know if this will be useful for you but maybe it can help. It is under tools/users/developers/developers parameters
LOBO
SLFNOVA
lsatenstein
20th May 2006, 08:00
Hello Slovato,
In 4c4 we do not nave the ams module. And the developement editor is different from the Baan notepad editor for text. Input in the Notepad editor is immediately translated to internal Baan code for text. In theory, if we switch languages with text, any labels etc, in the text would follow the language switch.
I am after a way to choose other than notepad for baan text
bdittmar
21st May 2006, 12:05
We had standardized on notepad, and now want to implement another editor.
Searched through the baan menus and this forums entries and we could not find where to change the setting from notepad to the one we want.
Looked in text management, and other places. Anyone remember which menu path to the appropriate session, or the session to invoke.
please email me with hint. Baan 4C4
lsatenstein@herouxdevtek.com
Hello Leslie,
1 st Maintain dev. parameter by user (ttadv0110m000), assign editor to the user.
2 nd Maintain textgroups with external editor (tttxt1116m000)
Regards
lsatenstein
22nd May 2006, 00:41
For program editor I use multi-edit with the Baan macro set. BTW, anyone using Multi-edit for Baan can contact me for the macro sources.
But for text, I would like to switch from the notpad editor to another (wordpad, or even multi-edit, wscite, etc). Is there a way to do so.
boXer14
11th February 2009, 17:04
system BaaN IV c4 SP22 Unix, windows bw client
hi all,
Well, this thread is quite old, but i needed to implement an external editor, but not notepad.exe. let's say notepad++ for example
I've read on an oher thread that it can be done with setting association for .c extension to the right editor, but it didn't work for me.
it seems notepad.exe is launch via app_start function which will try to find it in :
1. The directory where BW is loaded.
2. Windows system directory.
3. The windows directory
4. The directories that are listed in the PATH environment variable.
So i've installed the binaries of notepad++ in the "Baan IV\lib\user" directory and renamed notepad++.exe in notepad.exe ... and it works. Texts are opened with notepad++
depending on how you launch bw, you may need to install it in another directory (Baan IV\bin ??)
I think this can work with any text editor which don't need any install (all config files for notepad++ are in "Baan IV\lib\user").
After tests, only probs i've found are the non-availabilty to change text language or edit key-words
I hope this can help c4 users
toolswizard
12th February 2009, 16:21
You can set up any program in the developers data for your user. The trick is that you must have the program in the search path of your pc if the program is pc based. Myself I used SCITE that I have even customized further for Baan use.
boXer14
12th February 2009, 16:29
afaik, the developpers data settings are for scripts only. my post was related to standard baan text such as sale orders text, items text, bom...
it's the only way i found in c4 to edit a text with another program than standard baan editor or notepad
Olivier