[rkward-cvs] rkward/rkward/windows rkcommandeditorwindow.cpp,1.27,1.28 rkcommandeditorwindow.h,1.19,1.20

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Apr 20 14:02:14 UTC 2006


Update of /cvsroot/rkward/rkward/rkward/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13415/rkward/windows

Modified Files:
	rkcommandeditorwindow.cpp rkcommandeditorwindow.h 
Log Message:
use RKCommandEditorWindow instead of obsoleted RKCommandEditor in plugins

Index: rkcommandeditorwindow.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/windows/rkcommandeditorwindow.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** rkcommandeditorwindow.cpp	10 Apr 2006 13:12:08 -0000	1.27
--- rkcommandeditorwindow.cpp	20 Apr 2006 14:02:12 -0000	1.28
***************
*** 161,164 ****
--- 161,169 ----
  }
  
+ void RKCommandEditorWindow::setText (const QString &text) {
+ 	RK_TRACE (COMMANDEDITOR);
+ 	m_doc->setText (text);
+ }
+ 
  void RKCommandEditorWindow::updateCaption () {
  	RK_TRACE (COMMANDEDITOR);

Index: rkcommandeditorwindow.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/windows/rkcommandeditorwindow.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** rkcommandeditorwindow.h	9 Nov 2005 22:53:26 -0000	1.19
--- rkcommandeditorwindow.h	20 Apr 2006 14:02:12 -0000	1.20
***************
*** 64,67 ****
--- 64,69 ----
  /** Show help about the current word. */
  	void showHelp ();
+ /** set the current text (clear all previous text, and sets new text) */
+ 	void setText (const QString &text);
  public slots:
  /** update Tab caption according to the current url. Display the filename-component of the URL, or - if not available - a more elaborate description of the url. Also appends a "[modified]" if approriate */





More information about the rkward-tracker mailing list