dabo Commit
Revision 6615
Date: 2011-06-04 07:12:21 -0700 (Sat, 04 Jun 2011)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6615
Changed:
U trunk/ide/ClassDesignerEditor.py
Log:
Removed unneeded code that was commented out.
Diff:
Modified: trunk/ide/ClassDesignerEditor.py
===================================================================
--- trunk/ide/ClassDesignerEditor.py 2011-06-04 14:08:57 UTC (rev 6614)
+++ trunk/ide/ClassDesignerEditor.py 2011-06-04 14:12:21 UTC (rev 6615)
@@ -61,19 +61,6 @@
else:
end = len(curr) - mstart
start = end - len(findString)
-#
-# try:
-# idx = curr.index(adjFindString)
-# except ValueError:
-# # Not found
-# idx = None
-# if idx is not None:
-# if downwardSearch:
-# start = selEnd + idx
-# end = start + len(findString)
-# else:
-# end = len(curr) - idx
-# start = end - len(findString)
if action == "Replace":
txt = self.Value
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]