Как я могу получить плагины для GEDIT для масштабирования текстового файла?

Мне нужен плагин gedit для масштабирования текста в файле. Когда я щелкнул плагин Edit-preference-plugin, он показывает мне сообщение ниже, где я не смог найти плагин. enter image description here

5
задан 23 January 2014 в 17:02

3 ответа

Если в gedit отсутствуют плагины, убедитесь, что у вас установлен gedit-plugins.

sudo apt-get install gedit-plugins

После этого (вам, вероятно, нужно перезапустить gedit) у вас будет плагин под названием «Размер текста».
Убедитесь, что плагин включен, и вы сможете «масштабировать» (т.е. изменять размер шрифта), используя Ctrl + колесико мыши.

gedit Plugins

Это список плагинов, доступных в пакете gedit-plugins

$ apt-cache show gedit-plugins
[...]
 The following plugins are included:
  * Git: Git differences
  * Bookmarks: Easy document navigation with bookmarks
  * Bracket Completion: Automatically adds closing brackets.
  * Character Map: Insert special characters just by clicking on them.
  * Code comment: Comment out or uncomment a selected block of code.
  * Color Picker: Pick a color from a dialog and insert its hexadecimal representation.
  * Color Scheme Editor: Source code color scheme editor
  * Commander: Command line interface for advanced editing
  * Dashboard: A Dashboard for new tabs
  * Draw Spaces: Draw Spaces and Tabs
  * Git: Git differences
  * Join/Split Lines: Join several lines or split long ones
  * Multi Edit: Edit document in multiple places at once
  * Smart Spaces: Forget you're not using tabulations.
  * SyncTeX: Synchronize between LaTeX and PDF with gedit and evince.
  * Embedded Terminal: Embed a terminal in the bottom pane.
  * Text Size: Easily increase and decrease the text size
  * Word Completion: Word completion using the completion framework
[...]
0
ответ дан 23 January 2014 в 17:02

НЕКОТОРЫЕ СПОСОБЫ ИСПРАВЛЕНИЯ:

  1. $ sudo apt-get install gedit-plugins -y

Перейдите к gedit preference> plugins и активируйте то, что вам нужно.

Если размер текста не отображается, выполните следующие действия:

  1. googling: ищите размер текста плагина gedit. Я нашел это: https://packages.debian.org/buster/gedit-plugin-text-size .

    Пакет существует.

    *** и сделайте это:

    $ sudo apt-get install gedit-plugin-text-size   -y 
    

    Затем снова откройте gedit: preference> plugins. Вы увидите «размер текста» появится.

(ЭТО РАБОТАЛО ДЛЯ МЕНЯ).

0
ответ дан 23 January 2014 в 17:02

Вот список плагинов Gedit от Gnome https://wiki.gnome.org/Apps/Gedit/Plugins , если вам не нужно изменить размер шрифта на больший.

0
ответ дан 23 January 2014 в 17:02

Другие вопросы по тегам:

Похожие вопросы: