aafshar / pida-main
The main PIDA branch
Clone this repository (size: 4.7 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/aafshar/pida-main/
| commit 2040: | 4cb33fb03d62 |
| parent 2039: | 407a69e49de4 |
| branch: | default |
finished moving quickopen plugin
9 months ago
Changed (Δ10 bytes):
raw changeset »
pida-plugins/quickopen/quickopen.py (2 lines added, 2 lines removed)
Up to file-list pida-plugins/quickopen/quickopen.py:
| … | … | @@ -195,8 +195,8 @@ class QopenActionsConfig(ActionsConfig): |
195 |
195 |
QopenWindowConfig.action = self.create_action( |
196 |
196 |
'qopen_show', |
197 |
197 |
TYPE_NORMAL, |
198 |
_('QOpen'), |
|
199 |
_('Open QuickOpen window'), |
|
198 |
_('Open in project'), |
|
199 |
_('Open file in project.'), |
|
200 |
200 |
gtk.STOCK_OPEN, |
201 |
201 |
self.on_qopen_show, |
202 |
202 |
'' # default shortcut or '' to enable shortcut for action |
