terminator/terminatorlib
Vishweshwar Saran Singh Deo 4519b3e631 [bug 760] working directory feature is broken
- as per the bug the layout does not get updated when "Save" button in layout is pressed
- it does get updated if the window is closed by pressing top x close icon.
- on pressing Save, it seems that the prefseditor takes this from current_layout = terminator.describe_layout() and saves it in config
- whereas the current changes are done per key stroke and config is updated
- this patch copies the parameters like directory and command when Save is press and on_layoutrefreshbutton_clicked() is called
- Hence working dir and command are copied when Save is pressed using uuid to match terminals.
- If there is a command registered then the terminal runs the command and exits. so one is not able to see the results.
2024-02-05 22:35:26 +05:30
..
plugins fix: Remove unused imports in several modules #752 2024-01-26 20:20:19 +02:00
themes Some small fixes for transparent scrollbars in Breeze and HighContrast 2016-12-12 13:10:29 +01:00
__init__.py Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
borg.py Remove duplicated info in some debug messages 2022-01-28 21:51:54 +01:00
config.py [bug 760] working directory feature is broken 2024-02-05 22:35:26 +05:30
configjson.py Merge pull request #736 from rkashinin/issue-676 2023-08-26 21:49:12 -04:00
container.py Merge pull request #589 from Vulcalien/zoom-on-notebook 2022-11-18 23:28:17 -05:00
cwd.py fix cwd for non-vte shells 2020-06-10 17:06:36 -04:00
debugserver.py fix io errors on debugserver 2020-06-01 20:11:03 -04:00
editablelabel.py Fix typos 2022-10-22 00:07:07 +08:00
factory.py Remove duplicated info in some debug messages 2022-01-28 21:51:54 +01:00
ipc.py Merge branch 'feature/add-command-line-command-to-reload-configuration' of https://github.com/dantecalderon/terminator into dantecalderon-feature/add-command-line-command-to-reload-configuration 2023-08-26 21:39:29 -04:00
keybindings.py fix indent 2020-04-22 21:44:45 -04:00
layoutlauncher.glade Fix #345 The Alt+L layout chooser is too small 2020-12-31 14:20:34 -03:00
layoutlauncher.py Fix #345 The Alt+L layout chooser is too small 2020-12-31 14:20:34 -03:00
notebook.py - removed KeyBindUtil dependency as its now a seperate pull request 2023-08-09 14:39:45 +05:30
optionparse.py Merge branch 'feature/add-command-line-command-to-reload-configuration' of https://github.com/dantecalderon/terminator into dantecalderon-feature/add-command-line-command-to-reload-configuration 2023-08-26 21:39:29 -04:00
paned.py Merge pull request #589 from Vulcalien/zoom-on-notebook 2022-11-18 23:28:17 -05:00
plugin.py Merge pull request #806 from vssdeo/805-keyboard-shortcut-support-for-plugins-code-decoupling 2023-08-25 21:20:05 -04:00
preferences.glade [bug 802] - Ability to undo or restore changes to the preferences #802 2023-09-04 17:21:37 +05:30
prefseditor.py [bug 760] working directory feature is broken 2024-02-05 22:35:26 +05:30
regex.py add option to not match case during search 2020-06-22 15:24:41 -04:00
searchbar.py Fix typos 2022-10-22 00:07:07 +08:00
signalman.py Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
terminal.py [bug 760] working directory feature is broken 2024-02-05 22:35:26 +05:30
terminal_popup_menu.py fix: Remove unused imports in several modules #752 2024-01-26 20:20:19 +02:00
terminator.py fix: Remove unused imports in several modules #752 2024-01-26 20:20:19 +02:00
titlebar.py Make Ctrl+Click on group button automatically create groups 2022-12-06 18:08:01 -03:00
translation.py Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
util.py Merge pull request #632 from xuezhixin/master 2022-10-30 21:30:34 -04:00
version.py Release version 2.1.3 2023-03-01 17:36:20 -05:00
window.py Add command line option --toggle-visibility 2023-07-20 17:38:37 +02:00