Posts: 1,271
Threads: 399
Joined: Mar 2003
can you give me an example dialog with enabled QM_Code control in it ?
(syntax highlight and context menu)
i would like to have a second window for editing functions.
i tried to embedd QM_Code but mouse and keys are not enabled.
that would very very helpful.
thanks
Posts: 12,073
Threads: 140
Joined: Dec 2002
It is almost impossible, because QM_Code control is very integrated with QM.
Posts: 1,271
Threads: 399
Joined: Mar 2003
ok.
can you make an exe without all the main options from qm.exe.
only editor ?
Posts: 12,073
Threads: 140
Joined: Dec 2002
Posts: 1,271
Threads: 399
Joined: Mar 2003
what about qmscript syntax definitions for other text editors ?
for scite its called a lexer, in uestudio/ultraedit its a section in the wordfile.txt.
on my website i could use geshi for syntax highlight.
take a look on this site for autoit (Syntax Highlighting and Syntax Folding):
http://www.autoitscript.com/autoit3/sci ... _Lexer.htm
small sql geshi example (for webpages without using qm phpbb code):
http://qbnz.com/highlighter/examples.php?c=sql&e=simple
more info about the scite api
http://scintilla.sourceforge.net/SciTEExtras.html
uestudio syntax example:
http://ftp.ultraedit.com/index.php?name ... &view=next
http://ftp.ultraedit.com/index.php?name ... age&pid=88
Posts: 1,271
Threads: 399
Joined: Mar 2003
a textfile with informations for syntax highlight.
something like the wordfiles for ultraedit:
http://www.ultraedit.com/downloads/additional.html
Posts: 1,271
Threads: 399
Joined: Mar 2003
can we have syntax highlight in multiline strings ?
[color=blue]str [/color]code=
[color=green];Dim av
;Set av = CreateObject("Avedesk.Application")
;av.ShowControlPanel[/color]
script.VbsExec(code)
or can i get an option to make the str text black ?
or red.
because green means ever comment to me.
hock:
Posts: 1,271
Threads: 399
Joined: Mar 2003
i merged all my syntax related postings.
most of them were from 2003/2004
hock:
any news ?