| View previous topic :: View next topic |
| Author |
Message |
bahri
Joined: 24 Jun 2004 Posts: 101 Location: Malta
|
Posted: Sun Aug 26, 2007 4:33 pm Post subject: Help for SciTE |
|
|
Hi!
May be this belongs to another section but since reference to scite is mainly found here, (frankly I could find a better forum to post to).
For those using SciTE for Autohotkey as Adapted by other members.(thanks to all)
Viewing SciTEGlobal.properties one notices that the help file
section is all commented out.
So I gathered as much info I could find and compiled it into a help (chm) file.
I anybody want to use it:
Download the chm at : http://www.mediafire.com/?6zxnnb4ughg
Copy it to your SciTE folder.
Open SciTEGlobal.properties and edit the help section such like:
(Remove the #)
# Help - will be soon! (But Untill Then)
command.scite.help="file://$(SciteDefaultHome)\SciTE.chm"
command.scite.help.shortcut=Ctrl+F1
command.scite.help.subsystem=2
At least you have some help now.
Regards
bahri |
|
| Back to top |
|
 |
fincs
Joined: 05 May 2007 Posts: 82 Location: Seville, Spain
|
Posted: Sun Aug 26, 2007 5:45 pm Post subject: |
|
|
Interesting! But this help-file rather it is oriented to an Scintilla/SciTE programmer. But thanks anyway to this help-file ! _________________ Sorry my poor English
Fincs
MsgBox % RegExReplace("Fernando Incs.", "^(\w).*\s+I(\w{3})\w*\.$", "$1i$2") |
|
| Back to top |
|
 |
BeginningRubyer Guest
|
Posted: Sun Apr 27, 2008 1:20 am Post subject: SciTE |
|
|
I have a question about SciTE and if anyone could answer that would be great:
After I create a program using SciTE and save it, when I try and run it it opens and closes very quickly, how would I keep it from doing that?
- |
|
| Back to top |
|
 |
SomeGuy
Joined: 21 Apr 2008 Posts: 96 Location: somewhere
|
Posted: Sun Apr 27, 2008 1:49 am Post subject: |
|
|
| #persistent ?????? |
|
| Back to top |
|
 |
|