Merge lp://staging/~jordy-provost/terminator/custom_commands_submenus into lp://staging/terminator/gtk3
Proposed by
Jordy PROVOST
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~jordy-provost/terminator/custom_commands_submenus |
Merge into: | lp://staging/terminator/gtk3 |
Diff against target: |
896 lines (+436/-394) 1 file modified
terminatorlib/plugins/custom_commands.py (+436/-394) |
To merge this branch: | bzr merge lp://staging/~jordy-provost/terminator/custom_commands_submenus |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexander van Teijlingen (community) | Approve | ||
Jordy PROVOST (community) | Approve | ||
Terminator | Pending | ||
Review via email: mp+351362@code.staging.launchpad.net |
Commit message
- Permit to create submenus in a more graphical way (instead of using '/' in command names)
- Fixes for indentation coherence (first level is 4 spaces, second is 8, third is 12, etc...)
- Clean some trailing spaces, and spaces only lines
To post a comment you must log in.
Unmerged revisions
- 1804. By Jordy PROVOST
-
Add graphical way to create submenus and fixes for identation coherence (4spaces)
Tested on Debian Stretch and Buster without any problem.
Indentation fix does not change the behaviour but improve readability for further changes.