steveauckly
20th November 2006, 18:36
I am using Scite as my Baan editor. If you already have the editor opened, is there a way when you click on 'Edit' in a Baan script to open the script inside the 1st instance of Scite with a new tab instead of a whole new instance of the editor?

Thanks,
Steve

mark_h
20th November 2006, 19:07
Try this check.if.already.open=1 in one of your properties files. Also you might have to close everything(in scite) down. I think my version works like you are thinking.

steveauckly
20th November 2006, 20:39
Thanks Mark!