[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/interfaces/ktexteditor
From:       Dominik Haumann <dhdev () gmx ! de>
Date:       2005-09-18 9:42:57
Message-ID: 1127036577.857680.10606.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 461614 by dhaumann:

It takes years until everything looks like you want to look it.


 M  +1 -1      document.h  
 M  +1 -1      editor.h  
 M  +6 -6      view.h  


--- trunk/KDE/kdelibs/interfaces/ktexteditor/document.h #461613:461614
@@ -51,7 +51,7 @@
  * To reload a document from a file call documentReload(), to save the
  * document call documentSave() or documentSaveAs(). Whenever the modified
  * state of the document changes the signal modifiedChanged() is emitted.
- * Check the modified state with isModified().
+ * Check the modified state with KParts::ReadWritePart::isModified().
  * Further signals are documentUrlChanged(). The encoding can be specified
  * with setEncoding(), however this will only take effect on file reload and
  * file save.
--- trunk/KDE/kdelibs/interfaces/ktexteditor/editor.h #461613:461614
@@ -186,7 +186,7 @@
     virtual ConfigPage *configPage (int number, QWidget *parent) = 0;
 
     /**
-     * Get a readable name for the config page @e number. The name should be
+     * Get a readable name for the config page @p number. The name should be
      * translated.
      * @param number index of config page
      * @return name of given page index
--- trunk/KDE/kdelibs/interfaces/ktexteditor/view.h #461613:461614
@@ -80,12 +80,12 @@
  *
  * A view supports several edit modes (EditMode). Common edit modes are
  * @e insert-mode (INS) and @e overwrite-mode (OVR). Which edit modes the
- * editor supports depends on the implementation, another famos mode is the
- * @e command-mode for example in vim and yzis. The getter viewMode() returns
- * a string like @p INS or @p OVR and is represented in the user interface
- * for example in the status bar. Further you can get the edit mode as enum
- * by using viewEditMode(). Whenever the edit mode changed the signals
- * viewModeChanged() and viewEditModeChanged() are emitted.
+ * editor supports depends on the implementation, another well-known mode is
+ * the @e command-mode for example in vim and yzis. The getter viewMode()
+ * returns a string like @p INS or @p OVR and is represented in the user
+ * interface for example in the status bar. Further you can get the edit
+ * mode as enum by using viewEditMode(). Whenever the edit mode changed the
+ * signals viewModeChanged() and viewEditModeChanged() are emitted.
  *
  * @see KTextEditor::Document
  * @author Christoph Cullmann \<cullmann@kde.org\>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic