aobrien wrote:
1)Do you have some other documentation besides what is provided in SciTE.chm? It would be really nice not to have to read through 9 forum pages to see if my question has already been posted. It would also prevent you from having to answer the same questions multiple times.
Yes, there is:
http://www.scintilla.org/SciTEDoc.htmlaobrien wrote:
2)Notepad++ has a couple of features that I would love in SciTEAutoHotkey:
a)In Notepad++, when you double click on a word it highlights all of the same words in the entire file (they call it Smart Highlighting). Can SciTEAutoHotkey do this?
I think SciTE doesn't have that feature.
aobrien wrote:
b)In Notepad++, they have a way of specifying a custom fold parameter. Can SciTEAutoHotkey do this?
You mean the folding symbols at the left? Sure, just edit this portion of the SciTEGlobal.properties:
Code:
# Folding
# enable folding, and show lines below when collapsed.
fold=1
fold.compact=0
fold.flags=16
fold.symbols=put a number here, refer to the docs above
fold.on.open=0
fold.comment=1
aobrien wrote:
3)I read through all 9 pages and I didn't see if it was possible to add syntax for other languages.
The custom SciLexer.dll only has the AutoHotkey lexer. Due to the demand, SciTE4AHK v2.1 will readd the missing lexers.
aobrien wrote:
4)Sometimes I want to be able to look at 2 different scripts side-by-side. Is this possible? If not, then, is it possible to make a second installation of SciTEAHK and have both run simultaneously (so that I can put them side-by-side)?
This is not what you might have asked, but you can open both scripts and use the tabs at the top.
aobrien wrote:
Thanks again!
aobrien
No, thanks to you

UMAR wrote:
in the save as dialog for a new script, plz add "AutoHotKey Script (*.ahk)"
SciTE doesn't seem to allow this. Anyway I'll add another hack to SciTE because this seems like a sensible feature.
_________________
fincs
Highly recommended: AutoHotkey_L (
see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)[My project list]