AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Syntax Dll - [Sample]

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
BoBo
Guest





PostPosted: Sun Mar 05, 2006 12:06 pm    Post subject: Syntax Dll - [Sample] Reply with quote

Quote:
To learn how to build your own custom syntax dll and get samples, download SyntPack.zip, 108 Kbytes.
www.studioware.com/SyntPack.zip


From its ReadMe - SyntPack.doc
Quote:
Before getting in the details of programming a syntax recognition dll, make sure that your problem cannot be solved in a simpler way ... More specifically, the Editeur release contains a generic library "generic.dll" for wich you can create new .ini files to recognize new syntaxes
Back to top
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Sun Mar 05, 2006 3:12 pm    Post subject: Reply with quote

The usefulness and use cases of this one seems a bit cryptic... (didn't downloaded the file, too lazy to extract the URL of the site...) Rolling Eyes
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
BoBo
Guest





PostPosted: Sun Mar 05, 2006 9:14 pm    Post subject: Reply with quote

@ PhiLho
It's a pleasure to support you, here we go: http://www.studioware.com
Back to top
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Mon Mar 06, 2006 10:47 am    Post subject: Reply with quote

So, if I understand correctly, these DLLs are useful only for this payware editor? I am not sure why you gave this link, how it is useful.

Well, I think I will stick with my SciTE anway Smile You have to make DLLs for syntax hightlighting too, but at least I already know the code...
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
BoBo
Guest





PostPosted: Mon Mar 06, 2006 12:31 pm    Post subject: Reply with quote

Quote:
... the Editeur release contains a generic.dll for wich you can create new .ini files to recognize new syntaxes
TBH. The Dll topic isn't out of my scope. I thought it would be possible to link that specific Dll to AHK via AHK's DllCall() if connected to an AHK-SyntaxHighlighting.ini. I take your statement that I'm wrong. Never mind. Cool
Back to top
BoBo
Guest





PostPosted: Mon Mar 06, 2006 12:33 pm    Post subject: Reply with quote

Correction: "The Dll topic is out of my scope."
Back to top
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Mon Mar 06, 2006 1:05 pm    Post subject: Reply with quote

Well, if it is similar to Scintilla, the DLLs are very specific to this software, probably operating on the internal data (in Scintilla, oversimplifying, it interleaves style code bytes and text bytes), etc.

If what you are looking for is a way to get syntax hightlighted output (eg. HTML), there are some freewares able to do this.
If you don't know them already, I can find them quickly. (There is SciTE again, but it doesn't work at command line level for this.)
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group