Documentation/Source/eric5.Debugger.WatchPointModel.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
--- a/Documentation/Source/eric5.Debugger.WatchPointModel.html	Sun Oct 13 17:29:57 2013 +0200
+++ b/Documentation/Source/eric5.Debugger.WatchPointModel.html	Sun Oct 13 17:44:48 2013 +0200
@@ -138,7 +138,8 @@
 </dd><dt><i>properties</i></dt>
 <dd>
 properties of the watch expression
-            (tuple of temporary flag (bool), enabled flag (bool), ignore count (integer))
+            (tuple of temporary flag (bool), enabled flag (bool),
+            ignore count (integer))
 </dd>
 </dl><a NAME="WatchPointModel.columnCount" ID="WatchPointModel.columnCount"></a>
 <h4>WatchPointModel.columnCount</h4>
@@ -192,7 +193,8 @@
 <h4>WatchPointModel.deleteWatchPoints</h4>
 <b>deleteWatchPoints</b>(<i>idxList</i>)
 <p>
-        Public method to delete a list of watch expressions given by their indexes.
+        Public method to delete a list of watch expressions given by their
+        indexes.
 </p><dl>
 <dt><i>idxList</i></dt>
 <dd>
@@ -226,14 +228,16 @@
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-watch expression (list of six values (expression, special condition,
-            temporary flag, enabled flag, ignore count, index))
+watch expression (list of six values (expression,
+            special condition, temporary flag, enabled flag, ignore count,
+            index))
 </dd>
 </dl><a NAME="WatchPointModel.getWatchPointIndex" ID="WatchPointModel.getWatchPointIndex"></a>
 <h4>WatchPointModel.getWatchPointIndex</h4>
 <b>getWatchPointIndex</b>(<i>cond, special=""</i>)
 <p>
-        Public method to get the index of a watch expression given by expression.
+        Public method to get the index of a watch expression given by
+        expression.
 </p><dl>
 <dt><i>cond</i></dt>
 <dd>
@@ -352,13 +356,15 @@
 </dd><dt><i>properties</i></dt>
 <dd>
 properties of the watch expression
-            (tuple of temporary flag (bool), enabled flag (bool), ignore count (integer))
+            (tuple of temporary flag (bool), enabled flag (bool),
+            ignore count (integer))
 </dd>
 </dl><a NAME="WatchPointModel.setWatchPointEnabledByIndex" ID="WatchPointModel.setWatchPointEnabledByIndex"></a>
 <h4>WatchPointModel.setWatchPointEnabledByIndex</h4>
 <b>setWatchPointEnabledByIndex</b>(<i>index, enabled</i>)
 <p>
-        Public method to set the enabled state of a watch expression given by index.
+        Public method to set the enabled state of a watch expression given by
+        index.
 </p><dl>
 <dt><i>index</i></dt>
 <dd>

eric ide

mercurial