Can't add command with double colon
Bug #683015 reported by
Denis Kovalkov
This bug report is a duplicate of:
Bug #819038: if the command has ":" character, the command gets broken into two.
Edit
Remove
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CLI Companion |
Fix Committed
|
Medium
|
Denis Kovalkov |
Bug Description
Button 'Add command'. Can't add command ike 'perldoc Test::Class'. ::Class saved in description.
Related branches
lp:clicompanion
Approved
for merging
into
lp:clicompanion/1.0
- David Caro (community): Needs Information
- Duane Hinnen: Needs Resubmitting
-
Diff: 5659 lines (+5448/-23) (has conflicts)25 files modified.bzrignore (+8/-0)
.clicompanion (+48/-23)
MANIFEST (+23/-0)
clicompanion (+66/-0)
clicompanion.1 (+61/-0)
clicompanionlib/__init__.py (+23/-0)
clicompanionlib/config.py (+353/-0)
clicompanionlib/helpers.py (+186/-0)
clicompanionlib/menus_buttons.py (+253/-0)
clicompanionlib/plugins.py (+249/-0)
clicompanionlib/preferences.py (+708/-0)
clicompanionlib/tabs.py (+598/-0)
clicompanionlib/utils.py (+269/-0)
clicompanionlib/view.py (+575/-0)
data/clicompanion.desktop (+7/-0)
data/clicompanion2.config.debian (+150/-0)
data/clicompanion2.config.ubuntu (+150/-0)
locale/clicompanion.pot (+155/-0)
plugins/CommandLineFU.py (+282/-0)
plugins/LaunchpadURL.py (+62/-0)
plugins/LocalCommandList.py (+808/-0)
plugins/StandardURLs.py (+91/-0)
plugins/__init__.py (+23/-0)
plugins/clfu.py (+243/-0)
setup.py (+57/-0)
Changed in clicompanion: | |
assignee: | nobody → Denis Kovalkov (dkovalkov) |
Changed in clicompanion: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
Denis,
Thank you so much for taking the time to file this bug report. I want the application to work with as many commands as possible so I am glad you brought this to my attention.
thanks again,
duanedesign