| View previous topic :: View next topic |
| Author |
Message |
silentblood
Joined: 19 Jun 2004 Posts: 36
|
Posted: Sun Jun 20, 2004 5:25 pm Post subject: Question on syntax coloring! |
|
|
| Is it possible to get syntax coloring in reguler notepad or should I use a specific test editor I have ultraedit but haven't tried it. I know nothing about how syntax coloring works so treat me as a noober here. |
|
| Back to top |
|
 |
beardboy
Joined: 02 Mar 2004 Posts: 444 Location: SLC, Utah
|
Posted: Sun Jun 20, 2004 7:02 pm Post subject: |
|
|
Notepad won't do it for you. If you want to use a notepad type editor without syntax coloring I suggest using metapad. I renamed metapad to notepad.exe and replaced regular notepad on my computer. As far as syntax coloring there are multiple editors to do this:
EditPlus, Multiedit, PSPad, TextPad, etc...
Just have to check them out and see which one you like.
thanks,
beardboy |
|
| Back to top |
|
 |
bigred Guest
|
Posted: Sun Jul 25, 2004 9:48 am Post subject: |
|
|
| Are there definition files for UltraEdit? I have access to that program, so I would like to use it with AHK. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sun Jul 25, 2004 12:17 pm Post subject: |
|
|
| Not yet, just TextPad, EditPlus, and PSPad so far. Anyone wanting to make a syntax file for another editor could probably use the TextPad files as a reference for all the keywords and command syntax. |
|
| Back to top |
|
 |
bigred Guest
|
Posted: Sun Jul 25, 2004 2:33 pm Post subject: |
|
|
| I noticed that AutoIt3 has a def. file for UltraEdit. Would that work for AHK? |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sun Jul 25, 2004 10:39 pm Post subject: |
|
|
| Different syntax and commands, so no. |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Jul 29, 2004 3:27 pm Post subject: |
|
|
| AAAAAAARGH! I had made a good ahk syntax file for UltraEdit, but it seems to have vanished. It would be a tad out of date, but easy to update. I'll try again to find it, but I suspect it's gone forever. |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Thu Jul 29, 2004 3:51 pm Post subject: |
|
|
tip: never keep your script in any folder/subfolder in ahk installation folder. _________________
 |
|
| Back to top |
|
 |
beardboy
Joined: 02 Mar 2004 Posts: 444 Location: SLC, Utah
|
Posted: Thu Jul 29, 2004 3:55 pm Post subject: |
|
|
Does it purge the directory when installing a new version?
thanks,
beardboy |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Thu Jul 29, 2004 6:57 pm Post subject: |
|
|
| Yes, the Extras folder is purged to remove obsolete files; but that's obviously a mistake so I will change it (I didn't expect anyone to store the original copies of any of their scripts or documents in there). |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1717
|
Posted: Thu Jul 29, 2004 10:09 pm Post subject: |
|
|
| Quote: | | I didn't expect anyone to store the original copies of any of their scripts or documents in there |
i once did, as it was ahk cmd autocomplete script and it belonged there... but i guess maybe it was stupid. _________________
 |
|
| Back to top |
|
 |
Gre Guest
|
Posted: Tue Aug 10, 2004 4:34 am Post subject: |
|
|
Can someone tell me how to match the first character of a line
using C++ language?
I am trying to make a lexer for scintilla, and i am having some trouble with the folding feature.
Thanks. |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Tue Aug 10, 2004 12:32 pm Post subject: |
|
|
There are several nice guys (and dools ?) at the AU3 forum (TBH others as well ). As they are quite sophisticated with Scite/Scintilla, maybe they can answer you some basic questions. Or Scintilla.org ...
Good luck ! |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Tue Aug 10, 2004 12:35 pm Post subject: |
|
|
Dools Dolls  |
|
| Back to top |
|
 |
Gre Guest
|
Posted: Tue Aug 10, 2004 1:03 pm Post subject: |
|
|
Thanks BoBo , I will take a look there.
I guess the use of "\t" wich represents "horizontal TAB" may do the trick
for me.
Since english is not my language ,searching for details of a programing
language is not so easy |
|
| Back to top |
|
 |
|