[rkward-cvs] SF.net SVN: rkward: [2150] branches/KDE4_port
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Oct 30 16:05:10 UTC 2007
Revision: 2150
http://rkward.svn.sourceforge.net/rkward/?rev=2150&view=rev
Author: tfry
Date: 2007-10-30 09:05:09 -0700 (Tue, 30 Oct 2007)
Log Message:
-----------
shortcuts
Modified Paths:
--------------
branches/KDE4_port/ChangeLog
branches/KDE4_port/TODO_KDE4
branches/KDE4_port/rkward/windows/rkcommandeditorwindowpart.cpp
Modified: branches/KDE4_port/ChangeLog
===================================================================
--- branches/KDE4_port/ChangeLog 2007-10-30 15:38:21 UTC (rev 2149)
+++ branches/KDE4_port/ChangeLog 2007-10-30 16:05:09 UTC (rev 2150)
@@ -5,6 +5,7 @@
---- KDE 3 versions
+- Fixed: Console accepted pasted input while a command is running
- Fixed: Analysis->Moments->Moment plugin did not use the order-parameter
- Fixed: Crash on simple assignments in globalenv() with R < 2.4.0
- Fixed: Meta information (labels) did not get shown correctly in the data editor
Modified: branches/KDE4_port/TODO_KDE4
===================================================================
--- branches/KDE4_port/TODO_KDE4 2007-10-30 15:38:21 UTC (rev 2149)
+++ branches/KDE4_port/TODO_KDE4 2007-10-30 16:05:09 UTC (rev 2150)
@@ -36,6 +36,7 @@
-* Code completion setup wizard could (looks better that way?) be in either tab or page format
- Can't do any thing about this. It part of the katepart.
- placement of menu options?
+ - F9 key seems to be occupied, now (by show/hide folding markers)
rkward
- does closing windows work
Modified: branches/KDE4_port/rkward/windows/rkcommandeditorwindowpart.cpp
===================================================================
--- branches/KDE4_port/rkward/windows/rkcommandeditorwindowpart.cpp 2007-10-30 15:38:21 UTC (rev 2149)
+++ branches/KDE4_port/rkward/windows/rkcommandeditorwindowpart.cpp 2007-10-30 16:05:09 UTC (rev 2150)
@@ -54,7 +54,7 @@
runSelection = actionCollection ()->addAction ("run_selection", command_editor, SLOT (runSelection()));
runSelection->setText (i18n ("Run selection"));
runSelection->setIcon (RKStandardIcons::getIcon (RKStandardIcons::ActionRunSelection));
- runSelection->setShortcut (Qt::Key_F9);
+ runSelection->setShortcut (Qt::Key_F8);
runLine = actionCollection ()->addAction ("run_line", command_editor, SLOT (runLine()));
runLine->setText (i18n ("Run current line"));
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