Jump to content

MatthiasG

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by MatthiasG

  1. Thanks a lot, it works!
  2. Hello there! I tried to a transparent picture together with another. My Background was the following: And the icon this one here: test.ico But instead of getting a new picture, I got this one: I tried also to make it with GDI+, but the result wasn't as good as I expected: As you can see, you can count the pixels. How can I make this nicer? Have a nice day, Matthias
  3. That means, it isn't possible to make my own sytaxhiglighting? Is it possible to run C++-Code in a DLL to get my own lexer?
  4. Hello again! Yes, I'm meaning how to write my own Sci Lexer. I know that homepage, but how can I do it in AutoIt? Have a nice day, Matthias
  5. Hello there! Has someone an tutorial or an example-script, which shows how to make his own Sci-Lexer in AutoIt? Thanks a lot! Have a nice day, Matthias
  6. Hello again! Thanks for the replies! Now, I'm not having much time, but tomorrow I will do test that. If you meant creating Lexers with that one here: http://www.scintilla.org/Lexer.txt I saw it, but how to do that in AutoIt? I mean, that is a different language, how to "import" it to AutoIt? Thanks again for all replies! Have a nice day, Matthias
  7. Has noone an idea? >_
  8. Why don't you try to use the Ini-Functions? The file-structure is like that from an ini...
  9. Hello there! I've got three question about the _SciLexer: 1st: I want to highlight my own words, for example "tree" gets tree 2nd: I want to highlight everything in brackets, for exapmle "(hello)" gets (hello) 3rt: I want to higlight everything after an Symbol, for example "tree & apple" gets tree & apple How would I do that? Thank you, for all replies >_< Have a nice week! Matthias
×
×
  • Create New...