UI/BrowserModel.py

changeset 1303
6018d7ac3aec
parent 1227
c5db073a124f
child 1509
c0b5e693b0eb
--- a/UI/BrowserModel.py	Wed Sep 07 18:18:00 2011 +0200
+++ b/UI/BrowserModel.py	Wed Sep 07 20:04:09 2011 +0200
@@ -1528,6 +1528,14 @@
         """
         return self._attributeObject.lineno
     
+    def linenos(self):
+        """
+        Public method returning the line numbers this object is assigned to.
+        
+        return line number the object is assigned to (list of integers)
+        """
+        return self._attributeObject.linenos[:]
+    
     def lessThan(self, other, column, order):
         """
         Public method to check, if the item is less than the other one.

eric ide

mercurial