Changeset 4251
- Timestamp:
- 07/08/08 13:01:21 (5 months ago)
- Files:
-
- trunk/dabo/ui/uiwx/dEditor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dEditor.py
r4249 r4251 1935 1935 1936 1936 def _setEOLMode(self, val): 1937 if _constructer():1937 if self._constructed(): 1938 1938 if val.lower() == "crlf": 1939 1939 self.SetEOLMode(stc.STC_EOL_CRLF)
