1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2026-05-03 04:10:53 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
cheater a361304e73 Deleted non-iterator code. Refactoring complete. 2012-02-12 14:27:36 +01:00
cheater aee6f328aa Continue refactoring towards an iterator. 2012-02-12 14:27:34 +01:00
cheater ba115f64cc Initial iterator-based implementation. 2012-02-12 14:27:32 +01:00
cheater d6046886a3 Exceptions can tell you the same thing. 2012-02-12 14:27:31 +01:00
cheater f323d3cc74 Starting refactor towards an iterator. 2012-02-12 14:27:29 +01:00
cheater fe86a19e35 Added a FIXME for the 'except Exception'. 2012-02-12 14:27:27 +01:00
cheater c9dc1f3ec0 Lame use of exceptions. Never ever use an except block without qualifying the exception type, never ever catch exceptions from multiple sources at once. 2012-02-12 14:27:25 +01:00
cheater e70cca0a11 Corrected documentation. 2012-02-12 14:27:22 +01:00
cheater 005a35dcf6 More bad English in the doc. 2012-02-12 14:27:20 +01:00
cheater 42d72d9e6b More bad English in the doc. 2012-02-12 14:27:18 +01:00
cheater 6494b9de1c Tweaked installation instructions. 2012-02-12 14:27:11 +01:00
cheater 864d36fd02 Bad English in the installation instructions. 2012-02-12 14:26:58 +01:00
cheater 333db2d78e Yet more typos in the installation instructions 2012-02-12 14:26:55 +01:00
cheater 888970d931 More typos in the installation instructions 2012-02-12 14:26:52 +01:00
cheater 2e27597939 Code style. Tabs AND spaces? WTF. http://i.imgur.com/Lo5Vv.png 2012-02-12 14:26:47 +01:00
cheater 0ce33afc6c Typo in installation instructions. 2012-02-12 14:26:41 +01:00
Oluf Lorenzen 49d018fdc6 let user decide where/how to add the StatusLine
Signed-off-by: Oluf Lorenzen <ol@axxeo.de>
2010-12-17 14:57:15 +01:00
Michal Vitecek 2caa97d75f Version 0.83
Added support for the CursorHoldI event so that the class/method/function is recognized also in Insert mode.
0.83
-
Michal Vitecek b0841be7ee Version 0.82: - fixed a bug when nested functions/classes were not properly detected 0.82 -
Michal Vitecek ab9d0e5e69 Version 0.81: - fixed a small bug in indent level recognition 0.81 -
Michal Vitecek f5b70c33bb Version 0.80
- removed the dependency on exuberant ctags which parsed the python source code wrongly anyways. From now on only VIM with python support is needed. This might greatly help windoze users.
0.80
-
Michal Vitecek 91b230cb51 Version 0.72
- fixed problem with parsing ctags output on python files that use tabs
- when there is a syntax error in the file and ctags parses it incorrectly a warning is displayed in the command line
0.72
-
Michal Vitecek 9f5c2d1dc2 Version 0.71
- fixed problem with undefined window-bound variable w:PHStatusLine when a window has been split into two.
- unbound event BufWinEnter because it's not needed because of the above change now
0.71
-
Michal Vitecek 6a3cd0da42 Version 0.7: Initial upload 0.7 -