[rkward-cvs] SF.net SVN: rkward:[3210] trunk/rkward/rkward/rkconsole.h
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Nov 23 11:42:47 UTC 2010
Revision: 3210
http://rkward.svn.sourceforge.net/rkward/?rev=3210&view=rev
Author: tfry
Date: 2010-11-23 11:42:46 +0000 (Tue, 23 Nov 2010)
Log Message:
-----------
Small cleanups
Modified Paths:
--------------
trunk/rkward/rkward/rkconsole.h
Modified: trunk/rkward/rkward/rkconsole.h
===================================================================
--- trunk/rkward/rkward/rkconsole.h 2010-11-23 11:36:59 UTC (rev 3209)
+++ trunk/rkward/rkward/rkconsole.h 2010-11-23 11:42:46 UTC (rev 3210)
@@ -66,7 +66,7 @@
static void setMainConsole (RKConsole *console) { main_console = console; };
bool isBusy () const;
-/** Overload for the above function: Use this, if you just need to run a string with no specials */
+/** Run a command through the console (unless user has configured such commands to be run outside the console: then it will run in separately). */
static void pipeUserCommand (const QString &command);
/** reimplemnented from RKMDIWindow to clear selection when gaining focus */
@@ -87,7 +87,6 @@
/** a helper function to doTabCompletionHelper */
void insertCompletion (int line_num, int word_start, int word_end, const QString &completion);
QString incomplete_command;
- bool command_incomplete;
/** A list to store previous commands */
QStringList commands_history;
/** current position in the commands history */
@@ -169,11 +168,11 @@
void clear ();
/** show context help on the current word */
void showContextHelp ();
-/** Cancels the current command, and clears the command buffer */
+/** Cancels the current command, if any, and clears the command buffer(s) */
void resetConsole ();
void runSelection ();
-/** Submits a batch of commands, line by line.
+/** Adds a chunk of commands to the input buffer
\param batch a QString containing the batch of commands to be executed */
void submitBatch (const QString &batch);
private:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list