Matt Rose
0fea7d47e5
Merge pull request #767 from x000zh/master
...
add new tab after current tab option
2023-06-20 20:56:37 -04:00
Matt Rose
7023fdc5ab
Merge pull request #778 from mattrose/fix_ratio
...
Revert "modify terminator separater size setting in gui to start from 1"
2023-06-20 19:58:50 -04:00
Matt Rose
928a3dc5ec
Revert "modify terminator separater size setting in gui to start from 1"
...
This reverts commit c8cd50ba9a
.
2023-06-09 23:16:34 -04:00
x000zh
cd04443e29
add new tab after current tab option
2023-06-04 19:13:37 +08:00
Matt Rose
e0592eaf4f
Merge pull request #698 from zpalmtree/add-detchable-tabs-preference
...
Add detachable tabs feature to preferences
2023-04-24 09:55:48 -04:00
Vulcalien
a9c5e18365
Remove more unused settings and update the docs accordingly
...
Removed settings: scroll_background, focus_on_close, cycle_term_tab,
ignore_hosts.
2023-04-01 21:44:28 +02:00
Matt Rose
380be99c9f
Merge pull request #709 from KKoovalsky/master
...
Better distinguishing of inactive windows from the active one, by changing the background brightness
2023-03-01 16:45:25 -05:00
Vulcalien
d52fa5a5d4
Detachable tabs: reposition the code
2023-02-15 11:44:42 +01:00
Vulcalien
6cc3052ba7
Add background image's drawing mode and alignment to preferences GUI
2023-02-14 16:59:59 +01:00
Kacper Kowalski
6551dba9dc
Add config option for inactive background offset
2023-02-03 14:59:36 +01:00
zpalmtree
808d2efaa9
Add detachable tabs feature to preferences
2022-12-28 23:20:28 -05:00
Vishweshwar Saran Singh Deo
98dcd0efec
[bug 680] Open up keybindings page on keypress #680
...
- implemented the short-cut
- seems the key combo is already taken 'go_prev' : 'p'
- How about : 'k', I will make the change for now.
- But adding key seq to a long list of keypress function breaks my heart, If the plugin util keybind makes it to the main branch, I will take this out and may be have a shortcut plugin to handle these.
- Also selecting of Keybindings page is being done for this specific case Page = 3
- A notebook tab number and title map would remove this. Which can be configurable, later.
2022-11-23 20:02:26 +05:30
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
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
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
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
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
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
8e50eb75ce
Remove duplicated info in some debug messages
2022-01-28 21:51:54 +01:00
Vulcalien
eacd72124a
Fix: handle_size treated as cell_width
2021-12-25 13:09:33 +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
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
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
Vulcalien
9f7ed7ee21
Remove encoding from the Preferences menu
2021-11-06 11:43:23 +01:00
Matt Rose
5d43005df1
Merge pull request #519 from caprinux/master
...
Fix terminal separator size setting
2021-11-02 16:57:29 -04: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
Vulcalien
2251a3489b
Implement GUI for disable_mouse_paste
2021-09-13 12:11:01 +02:00
Vulcalien
cbd8f0e3a8
Add a "Copy" button to clone profiles
2021-08-30 17:55:42 +02:00
Vulcalien
9ded8988ad
When "Use default colors" is unchecked, save the current values
2021-08-14 17:10:38 +02:00
Vulcalien
eae7dcca3d
Make the GUI work
2021-08-14 16:45:18 +02:00
Matt Rose
2a24c9191a
fixes for --config-json
2021-08-11 21:23:01 -04:00
Vulcalien
eaed1df6c4
Fix: moved titlebar code from set_values to set_profile_values
2021-08-08 21:55:01 +02:00
Matt Rose
b80d133ccf
add group all terminals in window
2021-08-06 19:02:54 -04:00
Vulcalien
f65770d982
Bug Fix: 'Clear selection on copy' is always unchecked
2021-06-02 16:31:48 +02:00
Matt Rose
5455ac2f3e
Merge pull request #399 from nojhan/feat+RunCmdOnMatch
...
Feat+run cmd on match
2021-04-13 16:47:36 -04:00
nojhan
eef5ffb01f
fix link_single_click configuration
2021-03-09 09:22:22 +01:00
nojhan
8f0e8add14
feat: hidden plugins, managed URLhandlers, RunCmdOnMatch plugin
...
- Plugins starting with underscore will not be displayed by the
preference/plugins window.
- This allow to add URLhandlers plugins on-the-fly.
- Add the RunCmdOnMatch plugin, which creates URLhandlers plugins
based on a regexp/command pair.
- If an URLhandler plugin returns a prepared URL starting with "terminator://",
then terminator will not try to open it with the URL handler (like xdg-open).
2021-03-04 21:09:15 +01:00
nojhan
c47f3a2bad
add feat: config to open links with single click
...
Instead of Ctrl-left click.
2021-03-04 11:17:26 +01:00
Matt Rose
e40f9fe651
Merge pull request #314 from mattrose/zoom-all-keybind
...
issue 271: add keybindings to zoom all terminals at once
2020-12-30 16:24:17 -05:00
Matt Rose
3c4bbf4881
fix 319: refresh layout after save
2020-12-30 15:43:12 -05:00
Jose Augusto
a53dea6fa5
remove rewrap on resize from option and remove functions too
2020-12-27 19:48:41 -03:00
Matt Rose
427c65f2cc
Revert "Merge pull request #36 from waldner/master"
...
This reverts commit 6c56f32eeb
, reversing
changes made to 904676057e
.
2020-12-27 13:29:30 -05:00
Matt Rose
6c56f32eeb
Merge pull request #36 from waldner/master
...
fast resize keyboard shortcuts
2020-12-03 19:29:48 +00:00
Matt Rose
8f94a674d9
issue 271: add keybindings to zoom all terminals at once
2020-12-03 13:43:05 -05:00
Matt Rose
18ed95abe7
fix background image profile preferences ui
2020-11-19 11:49:45 -05:00
Matt Rose
1822d6ccb1
add config entry and preferences GUI
2020-10-19 17:14:40 -04:00