monica1
6th June 2005, 14:07
I have a problem installing scite editor.
I read all posts writed about this topic, but I cann“t find the solution.
I have installed the version find in the scintilla.org website, and I change in baan.properties, SciTEGlobal.properties, SciTEUser.properties the routes.
When I open a .bc the comments became green, the strings became pink and the numbers became red, but the rest of the code contine black.
The F1 key works perfecty but autocomplete, calltip, .. doesn't work.
Somebody can help me?
Thank you in advance,
mark_h
6th June 2005, 15:37
These four lines are in my baan.properties file:
word.characters.$(file.patterns.baan)=$(chars.alpha)$(chars.numeric)_#.$
calltip.baan.word.characters="._0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$"
autocomplete.baan.ignorecase=1
calltip.baan.ignorecase=1
And these are in my Sciteuser.properties file:
# User Options file for SciTE
# for Windows NT this file should be in C:\winnt\profiles\xxxxxx\
# directory where xxxxxx is the windows user name
# Window sizes and visibility
if PLAT_WIN
position.left=0
position.top=0
api.*.bc=c:\wscite\baan.api
api.*.cln=c:\wscite\baan.api
if PLAT_GTK
position.left=5
position.top=22
#Commented out 8-16-02
# position.width=750
# position.height=720
buffers=10
autocompleteword.automatic=1
#Command properties
#command.help.$(file.patterns.baan)=$(CurrentWord)!D:\BaanHelp\tt2.hlp
command.help.$(file.patterns.baan)=$(CurrentWord)!c:\wscite\tt_mp2.hlp
command.help.subsystem.$(file.patterns.baan)=5
# Sizes and visibility in edit pane
# Set line.numbers to 30 if youwant to see them
#line.numbers=30
# Personal Preference
line.margin.visible=1
line.margin.width=5
toolbar.visible=1
You can see that I have installed it in the "c:\wscite". You will need to change these to your directory.
monica1
6th June 2005, 17:06
Thank you very much, now it works perfectly.
jmathew
21st August 2010, 03:52
Hi Mark,
I have download scite and I do not find any install program, and the zip folder has been unzipped to a folder C:\wscite. I have defined my editor in baan as scite.exe. I am not able to open the script in scite and no error message aslo is given.
Can you please guide me how I should go ahead to have this working. I also find that in the downloaded version of Scite, in languages drop-down, I do not find Baan. Please help me on this as I am new to this. Thanks.
mast_aadmi
21st August 2010, 07:02
Hi Mark,
I have download scite and I do not find any install program, and the zip folder has been unzipped to a folder C:\wscite. I have defined my editor in baan as scite.exe. I am not able to open the script in scite and no error message aslo is given.
Can you please guide me how I should go ahead to have this working. I also find that in the downloaded version of Scite, in languages drop-down, I do not find Baan. Please help me on this as I am new to this. Thanks.
I guess in the session ttams1500m000 - Development parameters template the path needs to be defined in the field Editor Read only command and Editor Read/Write command.
For eg the value in the fields should be c:\Wscite\Scite.exe.
jmathew
21st August 2010, 12:16
Hi,
Thanks, I defined a new template code in ttams1500m000 and gave the path c:\wscite\scite.exe, the fields Editor Read only command and Editor Read/Write command, and it worked.
mark_h
23rd August 2010, 15:55
Hmm we don't have ttams1500m000 session, we use ttadv0110m000. In this program we have this k:\common\baan\scite\scite.exe -read.only $* for the read only command. We run scite from a common drive now so it works no matter which site we are at.