| View previous topic :: View next topic |
| Author |
Message |
Andreone
Joined: 20 Jul 2007 Posts: 257 Location: Paris, France
|
Posted: Wed Oct 03, 2007 10:04 am Post subject: |
|
|
Thank you for this. It's really helpful to me.
One request: could you make a version compatible with the Anchor v4 in standard lib? |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Wed Oct 03, 2007 10:58 am Post subject: |
|
|
This project has been discontinued as PhiLho assured me he will take over with a new version. However it's really nice to see that my work still has some interest, and just for that I *may* make plans for an update (if I do it'll be a complete rewrite). _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Wed Oct 03, 2007 12:44 pm Post subject: |
|
|
As with your Macro Recorder I thought about to provide a (German) language module for your (or PhiLho's) RegExAnalyzer.
For that reason I'd wish to get a confirmation about some kind of common (AHK) standard/format for such a module/project.
Replies are highly appreciated (maybe within an extra thread/poll?)!
Thanks for listening.  |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1205 Location: USA
|
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5068 Location: imaginationland
|
Posted: Wed Oct 03, 2007 1:18 pm Post subject: |
|
|
I chose CSV for localization because it's fast and AutoHotkey supports it internally with parsing loops. XML although better suited for this, requires a large library which takes considerable memory or slow and complex COM functions which could deter developers with small applications. INI is obviously out of the question because only a single entity can be read at a time, leading to a high number of disk reads. All other methods including custom parsing techniques should be disregarded in favour of universally accepted data mining systems for interoperability and fair use. Looking at this issue from another perspective one could argue that AutoHotkey itself is only English, the foreign audience is still a minority and designing GUIs with variable text width can be painstakingly difficult - proving that multi-lingual scripts have a low benefit to (labour) cost ratio and thus impractical to consider in the current environment.
Notwithstanding I do commit to writing at least German ports of Macro Recorder and RegEx Analyzer (if I do continue this project).
Feel free to start a poll; I'll be watching out for what other people have to say. _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Andreone
Joined: 20 Jul 2007 Posts: 257 Location: Paris, France
|
Posted: Wed Oct 03, 2007 1:33 pm Post subject: |
|
|
| Titan wrote: | | However it's really nice to see that my work still has some interest, and just for that I *may* make plans for an update (if I do it'll be a complete rewrite). | Thank you very much. |
|
| Back to top |
|
 |
urlwolf
Joined: 16 Mar 2006 Posts: 100
|
Posted: Mon Dec 10, 2007 10:16 pm Post subject: |
|
|
| Great work titan. Love the tree component too. I had no idea it existed. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 903 Location: The Interwebs
|
Posted: Mon May 26, 2008 9:16 am Post subject: |
|
|
| Hm. Having some trouble with this ): Namely... all it does is open a completely blank GUI window >< Er. I guess it at least has "RegEx Analyzer (Alpha 2)" as the title.. but other than that, 100% blank. Is there something I could have done wrong...? x_x |
|
| Back to top |
|
 |
|