Bug 380613 - IMPLEMENTED IN SVN: Improve warning: console is busy
Summary: IMPLEMENTED IN SVN: Improve warning: console is busy
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-13 20:31 UTC by RKWard Team
Modified: 2011-03-20 11:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RKWard Team 2010-08-13 20:31:58 UTC
-- Originally posted by (AT sourceforge.net): *anonymous --

-- This ticket was imported from http://sourceforge.net/p/rkward/feature-requests/79 on 2017-05-31 14:48:58 +0100 --
For someone using rkward regularily as me, it would be extremely useful if executing commands using F7, F8 or F9 with some text in the console does not show the window: “You have configured RKWard to run script commands through the console. However, the console is currently busy \(either a command is running, or you have started to enter text in the console\). Do you want to bypass the console this one time, or do you want to try again later?”. 

Instead, whatever is in the console should be simply removed. I often type somethings in the console, and realize that I could execute simply a line in the code. Implementing this wish - at least as a configurable behaviour - would improve the useability of rkward for me very much\!

Except of this little issue, thank you very much for this great and very useful software\!

Johannes-- Labels: Console --
Comment 1 Thomas Friedrichsmeier 2010-09-01 12:18:36 UTC
This warning can be pretty annoying indeed. I think it makes sense to differentiate two cases:

1\. User typed something in the console, but did not hit enter, yet, OR command in console is syntactically incomplete:
Yes, probably it makes most sense to offer the option to remove the old command.

2\. A command is actually running in the console:
Add the new command in the paste buffer, instead \(and display a note with "do not show again"-option\).

Perhaps it would really makes sense to offer the option of secondary console windows for power users, after all.
Comment 2 Thomas Friedrichsmeier 2011-01-26 17:22:08 UTC
I did not remove the dialog, but rather changed it offer more useful options, instead:
\- Append to whatever is in the console
\- Clear console and submit \(the option you suggested\)
\- Cancel

This is much better than before, IMO, so I consider this request as implemented.

Regards
Thomas
Comment 3 Thomas Friedrichsmeier 2011-01-26 17:22:08 UTC
- **summary**: Remove warning: console is busy --> IMPLEMENTED IN SVN: Improve warning: console is busy
Comment 4 Thomas Friedrichsmeier 2011-03-20 11:37:04 UTC
- **assigned_to**: nobody --> tfry
- **status**: open --> closed