| 28.08.06 15:00 |
Big Update!
Version: 0.3
- Batch Commands
I mentioned them in my ToDo List, and here
they are now!
If you regulary start multiple Applications at the same time then Batch Commands is THE tool for you.
Just create a Command for each Application and then join them with a Batch Command. Type in your Batch Command and voila, your set of apps opens! The Create Command dialog was also updated to include the Batch Command feature. Have fun - I already do! ;)
- Bugfix: HotKey changing
I discarded that shitty control and coded the whole HotKey part myself, so now HotKey changing works.
- Windowsize
You can now change the size of the main window and also save it with the Settings Dialog. Just grab the window on the outer left or right side and drag it!
- Internal Commands with Parameters/Arguments
I changed the way ICMDs (=Internal Commands) that take Parameters should be called. The Calculator (the only ICMD in V0.2) for example should be called like that: #calc (530+80)
The parentheses are the important thing here! Please remember to include them when you enter ICMDs that take parameters!
- 2 New Internal Commands
#countdown
The Countdown Command calculates the time until a date you specify. It is, like the Calculator an ICMD which takes parameters. It is not intended to be a stopwatch and more like the "how many days until my birthday"-thing. It should be called like that: #countdown (date/time, format)
as format you can choose between the following: Seconds, Minutes, Hours, Days, Weeks, Months, Years.
Example: #countdown (11.09.06, days)
#reload/refresh
These Commands will refresh the commands list. So if you change your commands.xml file by hand and don't want to restart runXT to load it, invoke one of those commands.
- Speed
runXT is a little bit faster now because i changed the way Applications get started.
|