This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/git/bin/git --git-dir=$myrepo/.git log --oneline | grep --color TODO | perl -e 'while(<>) { $i = $_; $i =~ s/\n/\n\n/; $i =~ s/^\w+/\*/g; print $i;}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kschwen@kschwen-desktop:~/Dev/pida-main$ ./run-pida.py | |
/home/kschwen/Dev/pida-main/pida/resources/data/gtkrc-2.0:5: Unable to locate image file in pixmap_path: "terminal.png" | |
15:04:57 dbus.connection Exception in handler for D-Bus signal: | |
Traceback (most recent call last): | |
File "/var/lib/python-support/python2.6/dbus/connection.py", line 214, in maybe_handle_message | |
self._handler(*args, **kwargs) | |
File "/home/kschwen/Dev/pida-main/pida/editors/vim/vim.py", line 52, in vim_VimEnter | |
self.svc._emit_editor_started() | |
File "/home/kschwen/Dev/pida-main/pida/editors/vim/vim.py", line 141, in _emit_editor_started | |
self.boss.get_service('editor').emit('started') |
NewerOlder