Search found 405 matches

by Caled
Thu May 14, 2009 4:05 am
Forum: General Forum
Topic: EasyButtons
Replies: 3
Views: 4364

Re: EasyButtons

Nice work.

One question though, regarding: "complete user GUI kit that can be easily access via scripting." Is there any chance for some documentation on this in the near-ish future?
by Caled
Wed May 13, 2009 6:52 am
Forum: Help Forum
Topic: Newline and Duplicated Settings
Replies: 2
Views: 3625

Re: Newline and Duplicated Settings

In an echo, it is echo( "The text you're displaying" .. "\n" ) ^ "\n" As for the duplicated settings, its happened to me once since I installed the newest version, and it was after I did something odd in the script editor. I wasn't able to reproduce it though. I think i...
by Caled
Tue May 12, 2009 3:41 am
Forum: General Forum
Topic: BUG: Cannot resize script window horizontally.
Replies: 4
Views: 5302

Re: BUG: Cannot resize script window horizontally.

The buttons are currently being substantially reworked. The only available toolbar type at the moment is floating toolbar. The other types are currntly disabled. As soon as the new easy buttons are finished I'll make a new release. Hopefully tonight. We're not talking about the toolbars. Here is a ...
by Caled
Mon May 11, 2009 8:55 am
Forum: General Forum
Topic: BUG: Cannot resize script window horizontally.
Replies: 4
Views: 5302

Re: BUG: Cannot resize script window horizontally.

I reported this one a few days back. In the mean time, if you create a new button (you don't have to give it a name or anything) save, close the script editor and open it again, you will be able to resize that field from then on.
by Caled
Mon May 11, 2009 12:28 am
Forum: General Forum
Topic: compass and gauges demo
Replies: 1
Views: 4204

Re: compass and gauges demo

Looks pretty swanky.
by Caled
Mon May 11, 2009 12:26 am
Forum: Help Forum
Topic: regex help
Replies: 3
Views: 3952

Re: regex help

I would agree, but part of the point to originally doing this, was to give myself a problem to try and solve in regex, to learn more about it. Which I did. Certainly, if it ever causes problems in the future I will just take it back to basics.
by Caled
Sun May 10, 2009 3:57 pm
Forum: Help Forum
Topic: regex help
Replies: 3
Views: 3952

Re: regex help

Never mind, I found someone to ask, and this seems to be working:

^go(d)?(s|g)?(\s([A-Za-z' ]*))?$

I didn't realise I could put a capture group inside a capture group. Lots of possibilities there.
by Caled
Sun May 10, 2009 3:24 pm
Forum: Help Forum
Topic: regex help
Replies: 3
Views: 3952

regex help

Alias: ^go(d)?(s|g)?\s?([A-Za-z' ]*?)$ Things I want it to match: go god gos gods go one or more words after god one or more words after gos one or more words after gods one or more words after It matches all of that BUT it also matches" goone or more words after godone or more words after goso...
by Caled
Fri May 08, 2009 11:26 am
Forum: General Forum
Topic: script object bug/missing feature: export
Replies: 1
Views: 3332

script object bug/missing feature: export

I suspect this is known already, but just in case it is not, it is not possible to export script objects to a xml file. This works for triggers, aliases, keys and actions - but not script objects. It appears to export, but in fact the contents of the file it exports to does not contain the intended ...
by Caled
Fri May 08, 2009 10:50 am
Forum: General Forum
Topic: 2x bug: events only fire on new line and not in order
Replies: 4
Views: 6427

Re: 2x bug: events only fire on new line and not in order

I just read your PM now, hehe. After typing all -that- ^