|
|
@17344
|
11 years |
tbretz |
We don't need a warning if the history file cannot be opened, it might ...
|
|
|
@16937
|
11 years |
tbretz |
Some fixes for the display of command completion results; fixed the ...
|
|
|
@16917
|
11 years |
tbretz |
Some consistency... dorce update is the strongest call we have to ...
|
|
|
@16916
|
11 years |
tbretz |
Not only when the screen geometry changes, but also when the prompt ...
|
|
|
@16880
|
11 years |
tbretz |
Redisplay has to check if this is an update due to change of terminal ...
|
|
|
@16869
|
11 years |
tbretz |
When we output something ourselves before the event hook is called in ...
|
|
|
@16868
|
11 years |
tbretz |
Added 'home' and 'end' key to fixed key bindings, this makes it work ...
|
|
|
@16862
|
11 years |
tbretz |
Deleteing the line does not seem necessary anymore.
|
|
|
@16469
|
11 years |
tbretz |
Made compile also with the root version on gate.
|
|
|
@15457
|
12 years |
tbretz |
Make java.his go to the same path as other 'log'-files
|
|
|
@15075
|
12 years |
tbretz |
Do not add something to the history in the StaticPrompt if it is ...
|
|
|
@15064
|
12 years |
tbretz |
Do not store entries in the history which were the last entry ...
|
|
|
@14984
|
12 years |
tbretz |
Update the prompt in regular intervals even if GetUpdatePrompt returns ...
|
|
|
@14557
|
12 years |
tbretz |
Added one more custom state, i.e. shifter all internal (negative) ones ...
|
|
|
@14069
|
12 years |
tbretz |
Added something to the EventHook which allows to post command from the ...
|
|
|
@14010
|
12 years |
tbretz |
Exit with 128 not -1
|
|
|
@13947
|
12 years |
tbretz |
Properly save variables in case of nested scripts.
|
|
|
@13938
|
12 years |
tbretz |
Make sure that the section outside of an Execute is properly set to -3 ...
|
|
|
@13899
|
12 years |
tbretz |
Made the script depth static to be able to access it from dimctrl; ...
|
|
|
@13897
|
12 years |
tbretz |
Updated the handling of labels and how a script is stopped.
|
|
|
@13771
|
12 years |
tbretz |
Implemented the possibility to print errors form readline; added .gt, ...
|
|
|
@13744
|
12 years |
tbretz |
Little improvements to the help text.
|
|
|
@13731
|
12 years |
tbretz |
Fixed a problem with the label interpretation; added a storage ...
|
|
|
@13714
|
12 years |
tbretz |
Added comment to help list.
|
|
|
@13713
|
12 years |
tbretz |
Added Uncomment function to tools used to strip off inline comments.
|
|
|
@13702
|
12 years |
tbretz |
Slight change to the meaning of labels; added the direct exit to th ...
|
|
|
@13682
|
12 years |
tbretz |
Fixed a newly introduced bug when parsing the .x - opt should have ...
|
|
|
@13668
|
12 years |
tbretz |
Added a hint for the command line arguments to the explanation of .x; ...
|
|
|
@13649
|
12 years |
tbretz |
Made fLabel static to allow it being set rom dimctrl; added a virtual ...
|
|
|
@12961
|
13 years |
tbretz |
Implementd jumps and labels
|
|
|
@12824
|
13 years |
tbretz |
Changed ifdef to make it compile with boost 1.46
|
|
|
@12781
|
13 years |
tbretz |
Icreased compatibility with different boost versions.
|
|
|
@11479
|
13 years |
tbretz |
Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
|
|
|
@11326
|
13 years |
tbretz |
Added .! command to be able to execute shell commands.
|
|
|
@11131
|
13 years |
tbretz |
Put everything into the history, but only successfull commands into ...
|
|
|
@11049
|
13 years |
tbretz |
Added some comments.
|
|
|
@11048
|
13 years |
tbretz |
Added 'quit' to execute; added IsStopped to check for the 'quit' in Execute
|
|
|
@11046
|
13 years |
tbretz |
Removed an obsolete comment.
|
|
|
@11042
|
13 years |
tbretz |
Added time to output in Execute
|
|
|
@11038
|
13 years |
tbretz |
Make sure the pointer passed to rl_readline_name is kept valid.
|
|
|
@10976
|
13 years |
tbretz |
Added a log-file for everything entered.
|
|
|
@10922
|
13 years |
tbretz |
Added a wait command.
|
|
|
@10868
|
13 years |
tbretz |
Addes some missing comments.
|
|
|
@10654
|
14 years |
tbretz |
Added script execution.
|
|
|
@10498
|
14 years |
tbretz |
Use stringstreams to replace Form not strings and +=
|
|
|
@10496
|
14 years |
tbretz |
Removed usage of Tools::Form.
|
|
|
@10485
|
14 years |
tbretz |
Fixed a valgrind warning about mixing delete and free()
|
|
|
@10429
|
14 years |
tbretz |
Moved the tools function into their own namespace to get rid of ...
|
|
|
@10343
|
14 years |
tbretz |
Replaces local Trim function by function from tools; set ...
|
|
|
@10331
|
14 years |
tbretz |
Added Stop member function to interrupt readline.
|
|
|
@10308
|
14 years |
tbretz |
Added the RedirectionWrapper member function; made the comparison for ...
|
|
|
@10275
|
14 years |
tbretz |
Implemented that all identical previous history entries are removed ...
|
|
|
@10183
|
14 years |
tbretz |
New import.
|