Matthew Rose
35e7e026cd
add "Insert Terminal Name" to the group menu
2022-11-20 13:42:20 -05:00
Matthew Rose
3d63c91517
[New Plugin] Plugin that inserts the name
...
This plugin inserts the name of the terminal, as determined by
Terminal.get_window_title() to all open terminals. Fixes #540
2022-11-19 23:01:05 -05:00
Matt Rose
4e5e790a81
Merge pull request #189 from phidebian/phi-zero-padded
...
Use the term 'zero padded' instead of 'padded'.
2022-11-19 15:09:43 -05:00
Vishweshwar Saran Singh Deo
8802e9b912
[bug 681] 681-Plugin-Submission-Plugin-Utility-KeyBinding-Mouseless-Keyboard-URL-Open #681
...
Merge remote-tracking branch 'upstream/master' into 450-mouseless-URL-opening-or-yanking
1) Mouse less/free opening / yanking feature
2) plugin_util file to assist this and other plugins with key-press Helper function
3) adding Key Binding Help Functions in above (2) to config and preferences->keybinding to have a consistent behavior
2022-11-19 21:07:34 +05:30
Vishweshwar Saran Singh Deo
0ae2aba167
1) Mouse less/free opening / yanking feature
...
2) plugin_util file to assist this and other plugins with key-press Helper function
3) adding Key Binding Help Functions in above (2) to config and preferences->keybinding to have a consistent behavior
2022-11-19 20:06:24 +05:30
Matt Rose
a83ee32840
Merge pull request #589 from Vulcalien/zoom-on-notebook
...
Zoom on notebook even if there is only one terminal in the tab + keep tab position and label in notebook rotation
2022-11-18 23:28:17 -05:00
Matt Rose
2aff8dbf30
Merge pull request #679 from mattrose/add-readonly
...
Add Readonly toggle to popup menu
2022-11-18 23:15:43 -05:00
Matt Rose
1d5351ed86
Merge pull request #665 from vssdeo/559-Add-menu-autocomplete
...
[bug 559] Add menu autocomplete #559
2022-11-18 23:10:10 -05:00
Matt Rose
a6b78bbbf0
Merge pull request #666 from vssdeo/662-In-the-Context-Menu-right-click-show-keyboard-shortcuts
...
[bug 662] [Feature Request] - In the Context Menu(Right-Click) show k…
2022-11-18 21:29:46 -05:00
Matt Rose
230e1e5985
Merge pull request #671 from vssdeo/613-shortcut-autosplit-h-v-dependingon-terminal-size
...
[bug 613] - Shortcut for autosplit h/v depending on active terminal …
2022-11-18 21:22:44 -05:00
Matthew Rose
0d362fc0f5
Add Readonly toggle to popup menu
...
Fixes #649
2022-11-18 21:14:42 -05:00
Matt Rose
1d1e57b8f2
Merge pull request #674 from mattrose/remove-ibus-hacks
...
Remove all ibus workarounds
2022-11-18 16:13:41 -05:00
Tobias Farrenkopf
91cc928f0d
Fix argument handling of the --execute flag
...
--execute behaves now like in the docs:
Runs the rest of the command line instead of your default shell
or profile specified command.
This fixes it's proper usage with tools like gio or xdg_open
2022-11-18 13:12:59 +00:00
Matt Rose
044b3eaee1
Remove all ibus workarounds
...
I am sick of ibus breaking every single time we issue a new
release, so as of now, I've gone through the code and removed
all of the workarounds that we have put in to try and get
around issues in ibus, and GTK Input Methods in general.
The code as it stands should work, I'm going to mention a
bunch of people in this PR and ask them to beta test this
change.
2022-11-14 11:00:25 -05:00
Vishweshwar Saran Singh Deo
85f57543ed
-added split_auto to prefseditor
...
-had to comment out test for ctrl shift a (need to cross check)
2022-11-05 15:29:42 +05:30
Vishweshwar Saran Singh Deo
6bdb0c648c
[bug 613] - Shortcut for autosplit h/v depending on active terminal size #613
...
-added auto split feature
-new signal split-auto was added
-currently this uses widget dimensions for the split as rows, cols were having different space and was not consistent, this can be changed if needed
-short cut was also added
-icon for the menu item needs to be added
2022-11-05 11:42:38 +05:30
Vishweshwar Saran Singh Deo
ffd7ae518e
[bug 662] [Feature Request] - In the Context Menu(Right-Click) show keyboard shortcuts / accelarators #662
...
-fixed: The problem in displaying is happening as the the config the key for eg Control is being saved as <Primary> and the short cut alphabetic character is being picked when creating the menu item and not being overwritten from config
-Note: the short cut for function keys are not being displayed in context-menu
2022-11-01 16:28:09 +05:30
Vishweshwar Saran Singh Deo
fdcf8facf4
[bug 559] Add menu autocomplete #559
...
- added a filter to the preferences menu for easy access to shortcuts
- may require some tweak, on search term size and update
Note: when edited in prefs it seems the Short Cut Labes in (right click) Context Menu are not updated will fix that in that bug Issue #662
2022-11-01 15:29:07 +05:30
Matt Rose
1aa437d6e3
Merge pull request #663 from vssdeo/662-In-the-Context-Menu-right-click-show-keyboard-shortcuts
...
[bug 662] [Feature Request] - In the Context Menu(Right-Click) show k…
2022-10-31 12:50:11 -04:00
Vishweshwar Saran Singh Deo
548a51c6bb
[bug 662] [Feature Request] - In the Context Menu(Right-Click) show keyboard shortcuts / accelarators #662
...
- added short cuts / accelarators to right click context menu
- menu is updated from config so changes in preferences keybindings appear dynamically
- Note: I think there is a bug or discrepancy where
for the action edit window title config.py says:
'edit_window_title': 'w where as in code: terminal_popup_menu.py
item = Gtk.ImageMenuItem.new_with_mnemonic(_('Set W_indow Title'))
Character i is selected as mnemonic.
- fixed the above discrepancy
2022-10-31 12:26:34 +05:30
Matt Rose
f289b4df33
Merge pull request #632 from xuezhixin/master
...
this line has an extra ';' symbol
2022-10-30 21:30:34 -04:00
Matt Rose
3fa8669050
Merge pull request #661 from vssdeo/654-Plugin-Submission-SaveLastSessionLayout-Uses-Layout-to-Auto-Save-Last
...
[bug 654] - Plugin Submission : SaveLastSessionLayout Uses Layout to …
2022-10-30 21:23:15 -04:00
Vishweshwar Saran Singh Deo
3aaf54b5de
[bug 654] - Plugin Submission : SaveLastSessionLayout Uses Layout to Auto-Save Last session and CWD on Terminal Window Close
...
- changes for the pre-close-term event in the plugin
- submitting as I had first thought of using current event close-term, but later thought of a consistent solution
2022-10-30 23:26:10 +05:30
Matt Rose
df1a433c61
Merge pull request #651 from kianmeng/fix-typos
...
Fix typos
2022-10-30 11:29:12 -04:00
Matt Rose
7c83d23e55
Merge pull request #659 from flaviosteimacher/patch-1
...
Update terminal.py
2022-10-30 11:15:46 -04:00
Matt Rose
c4d7253d66
Merge pull request #655 from vssdeo/654-Plugin-Submission-SaveLastSessionLayout-Uses-Layout-to-Auto-Save-Last
...
Plugin Submission : SaveLastSessionLayout Uses Layout to Auto-Save Last session and CWD
2022-10-30 10:57:18 -04:00
Matt Rose
af1ec64c93
Merge pull request #653 from vssdeo/bug-652-loading-layout-loads-the-last-added-layout
...
- bug context menu (right click)->layouts->"Layout Name" always selec…
2022-10-30 10:38:45 -04:00
flaviosteimacher
295cfd9f60
Update terminal.py
...
Fix error insert terminal number
2022-10-27 16:02:02 -03:00
Kian-Meng Ang
25111f2402
Fix typos
...
Found via `codespell -S .eggs,po,*.css -L boddy,maco,trough,wont,poing,gir,visibles`
2022-10-22 00:07:07 +08:00
Matt Rose
c447ae0201
Release version 2.1.2
2022-10-19 10:22:21 -04:00
Vishweshwar Saran Singh Deo
e7f9c731e8
- bug context menu (right click)->layouts->"Layout Name" always selects the last Layout
...
- fixed so the right layout is picked and loaded
2022-10-16 01:47:36 +05:30
Vishweshwar Saran Singh Deo
5bd81ce478
- added plugin save_last_session_layout.py
...
- saves the working directory and layout of last session (last window) closed
- layout is saved under name of SaveLastSessionLayout
- can be loaded from context menu (right click) -> layouts -> "SaveLastSessionLayout"
- last working directory is also saved
2022-10-16 01:32:30 +05:30
Vulcalien
df0643b1a4
Notebook rotate: keep tab position and label
2022-08-27 22:06:00 +02:00
xuezhixin
6c2e3b8bf7
this line has an extra ';' symbol
2022-08-15 14:33:01 +08:00
Vulcalien
784dc4946e
Terminal mousewheel event: check for all modifiers
2022-06-13 15:16:24 +02:00
Vulcalien
06ada7c655
Notebook tab zoom: keep label and position
2022-05-20 13:12:16 +02:00
Matt Rose
d33c145ba8
Merge pull request #592 from mattrose/fix-prefs-setcolor
...
More fixes to the Color pickers in the Preferences Editor
2022-04-18 13:24:28 -04:00
Matt Rose
0e04376afb
Merge pull request #588 from mattrose/586-fix-readme
...
Various README fixes
2022-04-18 12:56:33 -04:00
amaan khan
33f7927bfa
fixed indent
2022-04-16 12:09:38 +05:30
amaan khan
ed93ccb7e5
no need to go to custom to set custom palette
2022-04-16 12:05:29 +05:30
Vulcalien
c2f2addf05
Remove unused code (container.py, toggle_zoom)
2022-04-09 11:19:36 +02:00
Vulcalien
04bd693586
Zoom/maximize with one terminal in notebook tab
2022-04-09 11:15:36 +02:00
Jay W
886412fcf1
Add logic to remove duplicate shell from args
2022-02-01 19:06:23 +00:00
Jay W
967f039e60
Simplify flatpak-spawn args
2022-01-31 19:59:34 +00:00
Jay W
a41a38bcc9
Add flatpak support to terminatorlib
2022-01-31 19:12:16 +00:00
Vulcalien
8e50eb75ce
Remove duplicated info in some debug messages
2022-01-28 21:51:54 +01:00
Matt Rose
ca335e45eb
Merge pull request #561 from Vulcalien/cell-width-preferences
...
Fix: handle_size treated as cell_width
2021-12-26 18:12:29 -05:00
Matt Rose
96aa749678
Merge pull request #553 from Vulcalien/zoom-terminal-switch
...
Unzoom terminal on interaction
2021-12-26 18:10:22 -05:00
Vulcalien
3c575029e7
Move 'cell_height' setting
2021-12-25 14:21:19 +01:00
Vulcalien
eacd72124a
Fix: handle_size treated as cell_width
2021-12-25 13:09:33 +01:00
Matt Rose
d2c428bc60
Merge pull request #506 from Vulcalien/master
...
Improve argument parser + implement bash completion
2021-12-19 13:21:46 -05:00
Matt Rose
8f13beffbf
Merge pull request #552 from FernandoBasso/feat/configure-cell-width
...
Add ability to configure cell width (font character spacing)
2021-12-19 13:17:47 -05:00
Vulcalien
c574d77374
Remove duplicated variable
2021-12-18 11:58:38 +01:00
Vulcalien
0ed248c0c7
Clear pending events after unzoom + navigate/rotate
...
Navigation is consistent
2021-12-17 19:51:22 +01:00
Fernando Basso
bd5dba5b08
Refactor line height to cell height
...
After the previous commit [1], which implements ‘cell width’, it makes
sense to rename ‘line height’ to ‘cell height’, especially because it is
the terminology used by VTE itself [2].
1. ef1768505c
Add cell width configuration in preferences
2. https://lazka.github.io/pgi-docs/Vte-2.91/classes/Terminal.html#Vte.Terminal.set_cell_height_scale
2021-12-14 06:30:58 -03:00
Vulcalien
8c90bb4dc3
Unzoom terminal on interaction
...
There is a bug: strange behavior for navigation and rotation
2021-12-10 20:57:48 +01:00
Fernando Basso
ef1768505c
Add cell width configuration in preferences
...
Currently, we have a setting for changing the line height (cell height),
but not for changing cell width (both available in VTE).
Depending on the font used, it is useful to have the ability to set a
little more space between characters.
This commit adds a configuration similar to the existing one for line
height, but for character space (cell width scale [1]).
Thanks Matt Rose for helping and encouraging me to implement this.
1. https://lazka.github.io/pgi-docs/Vte-2.91/classes/Terminal.html#Vte.Terminal.set_cell_width_scale
2021-12-10 07:58:02 -03:00
Vulcalien
1118fb0cfd
Use FAST as filter for scaling background image
2021-12-10 00:35:34 +01:00
Vulcalien
122b0fe3ae
background_draw: organize code
2021-12-09 23:01:58 +01:00
Vulcalien
5a6237cc47
Performance: use Surface instead of PixBuf
2021-12-09 23:00:35 +01:00
Vulcalien
a06e7951f6
Update background image without restarting
2021-12-08 16:05:38 +01:00
Vulcalien
25902fd73e
Only set background_image if background_type is 'image'
...
+ Fixed code duplication
2021-12-08 12:05:28 +01:00
Vulcalien
b2d15898a2
Fix: 'None' value for keybindings breaks editor
...
The bug: Gtk.accelerator_parse throws an error if the arg is None.
This means that if one keybinding is set to None, it is impossible to
set any new keybinding.
2021-12-07 16:09:56 +01:00
xuezhixin
35e4ee7286
Added Lang option
2021-12-02 00:10:19 +08:00
xuezhixin
5f9544b3b3
Lang in os.environ is used as an alternative
2021-12-01 21:32:49 +08:00
Vulcalien
308c8d81a2
Remove encoding from the Context menu
2021-11-06 11:55:33 +01:00
Vulcalien
9f7ed7ee21
Remove encoding from the Preferences menu
2021-11-06 11:43:23 +01:00
Matt Rose
62e111d8df
Merge pull request #515 from tomty89/not_none
...
Fix hide_window keybinding unset check
2021-11-02 16:59:02 -04:00
Matt Rose
5d43005df1
Merge pull request #519 from caprinux/master
...
Fix terminal separator size setting
2021-11-02 16:57:29 -04:00
Vojtech Duchon (Ext)
0a4affee66
Allow multiline commands in Custom Commands plugin
2021-10-12 08:49:54 +02:00
Vulcalien
817f820cfb
Change output of --list-profiles and --list-layouts
...
Bash completion is also added for --profile and --layout but it won't
work if the profile/layout has quotes or spaces in the name.
2021-10-11 12:04:47 +02:00
Rafael Kitover
705322dfff
Add paste_selection keybinding.
...
Unbound by default, pastes primary selection.
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2021-10-01 02:47:15 +00:00
caprinux
c8cd50ba9a
modify terminator separater size setting in gui to start from 1
2021-09-26 22:51:18 +08:00
Matt Rose
0b2d91786c
Merge pull request #516 from Vulcalien/keybinding-menu
...
Automatically focus the Keybindings menu
2021-09-21 16:08:39 -04:00
Vulcalien
ed157684f3
Automatically focus the Keybind menu
...
This makes the search bar work without having to click the widget.
2021-09-19 17:23:47 +02:00
Tom Yan
3c33a7770d
Fix hide_window keybinding unset check
...
We use empty string for unset, not None
2021-09-19 13:40:15 +08:00
Vulcalien
2251a3489b
Implement GUI for disable_mouse_paste
2021-09-13 12:11:01 +02:00
Vulcalien
fa09ba0cda
Add setting 'disable_mouse_paste'
2021-09-12 22:13:01 +02:00
Vulcalien
8381045d5a
Bug Fix: hide_window keybinding ignores Shift key
2021-09-11 17:57:13 +02:00
Vulcalien
4d00f83084
Obsolete "optparse" library replaced by "argparse"
2021-09-09 16:05:39 +02:00
Vulcalien
8f41308cb2
Add --list-profiles and --list-layouts options
2021-09-09 11:48:19 +02:00
Matt Rose
b0cae43512
Merge pull request #499 from Vulcalien/master
...
Add a "Copy" button to clone profiles
2021-09-02 21:10:26 -04:00
Matt Rose
a7d9304f2f
add Set Window Title item to context menu
2021-08-30 20:41:27 -04:00
Vulcalien
672e6fb4c8
BugFix: terminal won't restart if there is no custom command
2021-08-31 01:48:41 +02:00
Vulcalien
cbd8f0e3a8
Add a "Copy" button to clone profiles
2021-08-30 17:55:42 +02:00
Vulcalien
28e76fe469
BugFix: on destroy, window does not close every terminal in it
2021-08-27 18:54:21 +02:00
Vulcalien
dea06ed3bd
Add dbg message for Notebook::create_window_detach
2021-08-27 11:13:12 +02:00
Vulcalien
387bcd2ee3
Disconnect child after detaching the tab
2021-08-26 18:42:58 +02:00
Vulcalien
e9b29a1dfc
Make tabs detachable
2021-08-25 22:21:37 +02:00
Matt Rose
d169a322fc
remove vsplit_cmd and hsplit_cmd from ipc.py, superseded by newer hsplit and vsplit
2021-08-21 21:13:38 -04:00
Matt Rose
f7f47f4f5e
Merge pull request #487 from mattrose/issue-466
...
add bg_img and bg_img_all commands to remotinator
2021-08-16 19:31:57 -04:00
Matt Rose
c11c9a0db0
add bg_img_all command to switch background on all terminals
2021-08-16 19:16:21 -04:00
Matt Rose
0434880f13
initial commit for remotinator background image command
2021-08-14 11:38:49 -04:00
Vulcalien
9ded8988ad
When "Use default colors" is unchecked, save the current values
2021-08-14 17:10:38 +02:00
Vulcalien
880a15d5d3
Make terminal cursor colors fallback to foreground & background
2021-08-14 17:07:00 +02:00
Vulcalien
eae7dcca3d
Make the GUI work
2021-08-14 16:45:18 +02:00
Vulcalien
ee823a9cc9
Custom foreground color for cursor (GUI not implemented yet)
2021-08-14 15:14:02 +02:00
Vulcalien
bc3b64570e
Removed inconsistencies: Text/Font color -> Foreground + fixed missing margin
2021-08-13 17:58:48 +02:00
Vulcalien
31f429a71f
Changed cursor customization GUI
2021-08-13 17:27:47 +02:00
Matt Rose
2a24c9191a
fixes for --config-json
2021-08-11 21:23:01 -04:00