Both sides previous revisionPrevious revisionNext revision | Previous revision |
apps:mousepad:start [2022/04/01 16:34] – [Required packages] gael | apps:mousepad:start [2024/12/11 10:32] (current) – kevinbowen |
---|
~~NOTOC~~ | ~~NOTOC~~ |
{{ :xfce:xfce.mousepad.png?no link|}} | {{ :apps:mousepad.png?nolink|}} |
====== Mousepad ====== | ====== Mousepad ====== |
| |
| |
===== Screenshots ===== | ===== Screenshots ===== |
<figure "Main window"> | <figure "Mousepad Main Window"> |
{{::apps:mousepad:mousepad_window.png|:apps:mousepad:mousepad_window.png}} | {{::apps:mousepad:mousepad_window.png?600|Mousepad Main Window}} |
</figure> | </figure> |
| |
<figure "View and Editor Preferences"> | <figure "Mousepad View and Editor Preferences"> |
{{:apps:mousepad:mousepad_view_preferences.png|:apps:mousepad:mousepad_window.png}} | {{:apps:mousepad:mousepad_view_preferences.png|Mousepad View Preferences Window}} |
{{:apps:mousepad:mousepad_editor_preferences.png|:apps:mousepad:mousepad_editor_preferences.png}} | {{:apps:mousepad:mousepad_editor_preferences.png|Mousepad Editor Preferences Window}} |
</figure> | </figure> |
| |
<figure "Window and File Preferences"> | <figure "Mousepad Window and File Preferences"> |
{{:apps:mousepad:mousepad_window_preferences.png|:apps:mousepad:mousepad_window_preferences.png}} | {{:apps:mousepad:mousepad_window_preferences.png|Mousepad Window Preferences}} |
{{:apps:mousepad:mousepad_file_preferences.png|:apps:mousepad:mousepad_file_preferences.png}} | {{:apps:mousepad:mousepad_file_preferences.png|Mousepad File Preferences Window}} |
</figure> | </figure> |
| |
<figure "Plugins Preferences"> | <figure "Mousepad Plugins Preferences"> |
{{:apps:mousepad:mousepad_plugins_preferences.png|:apps:mousepad:mousepad_plugins_preferences.png}} | {{:apps:mousepad:mousepad_plugins_preferences.png|Mousepad Plugins Preferences Window}} |
</figure> | </figure> |
| |
===== Keybindings ===== | ===== Keybindings ===== |
| |
After its first use, Mousepad will generate the file ''~/.config/Mousepad/accels.scm'', containing the list of configurable keybindings. To customize a keybinding, uncomment the corresponding line by removing the semicolon at the beginning, then change the shortcut at the end of the line, without touching the rest. | After its first use, Mousepad will generate the file ''~/.config/Mousepad/accels.scm'', containing the list of configurable keybindings. This file is overwritten by Mousepad at the end of each session, so to customize a keybinding you have to: |
| * quit Mousepad; |
| * open this file with a different text editor; |
| * uncomment the line corresponding to the shortcut you want to customize by removing the semicolon at the beginning; |
| * change the shortcut at the end of the line, without touching the rest. |
| |
As of version 0.5.9, Mousepad has a shortcuts editor that can be accessed from the "Edit" menu or the preferences dialog, "Plugins" tab. However, it requires Libxfce4ui 4.17.5 to work, which is a development version. It is therefore likely that until Xfce 4.18 is released, this plugin will not be available in the versions of Mousepad packaged by your distribution. | As of version 0.5.9, Mousepad has a shortcuts editor that can be accessed from the "Edit" menu or the preferences dialog, "Plugins" tab. However, it requires Libxfce4ui 4.17.5 to work, which is a development version. It is therefore likely that until Xfce 4.18 is released, this plugin will not be available in the versions of Mousepad packaged by your distribution. |
| |
| [[|Back to Top]] |
| ---- |
| |
| ===== Theming ===== |
| |
| As of version 0.5.9, Mousepad has a CSS style class "mousepad" to ease theming, which is used for example in this way: |
| |
| .mousepad { color: red; } |
| |
| It is also possible to mitigate some bugs by this way, like scrollbar grabbing when Mousepad is maximized (see https://gitlab.xfce.org/apps/mousepad/-/issues/34): |
| |
| .mousepad.maximized > box > notebook > stack, |
| .mousepad.maximized > box > notebook > stack > scrolledwindow { |
| border-left: 0; |
| border-right: 0; |
| } |
| |
[[|Back to Top]] | [[|Back to Top]] |
The original mime type file will be kept as ''~/.config/mimeapps.list.bak'' after running this command. | The original mime type file will be kept as ''~/.config/mimeapps.list.bak'' after running this command. |
===== Latest Release ===== | ===== Latest Release ===== |
{{rss>https://archive.xfce.org/feeds/project/mousepad 1 date description 2h}} | {{rss>https://archive.xfce.org/feeds/project/mousepad 1 date 2h}} |
| |
| [[https://gitlab.xfce.org/apps/mousepad/-/blob/master/NEWS|Read the CHANGELOG]] |
| |
* **[[https://archive.xfce.org/src/apps/mousepad/|Previous Releases]]** | * **[[https://archive.xfce.org/src/apps/mousepad/|Download current release]]** (older versions of this component are also available here) |
| |
[[|Back to Top]] | [[|Back to Top]] |
---- | ---- |
===== Reporting Bugs ===== | ===== Reporting Bugs ===== |
* **[[:apps:mousepad:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs | * **[[:apps:mousepad:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports |
| |
[[|Back To Top]] | [[|Back To Top]] |
---- | ---- |
[[:start|Back to main Xfce documentation page]] | [[:start|Return to Xfce Main Documentation Page]] |