Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.74
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
help-langpack /
en_GB /
gedit /
[ HOME SHELL ]
Name
Size
Permission
Action
gedit-change-color-scheme.page
2.54
KB
-rw-r--r--
gedit-change-default-font.page
1.82
KB
-rw-r--r--
gedit-character-encodings.page
3.09
KB
-rw-r--r--
gedit-close-file.page
1.25
KB
-rw-r--r--
gedit-create-new-file.page
1.46
KB
-rw-r--r--
gedit-edit-as-root.page
1.65
KB
-rw-r--r--
gedit-files-basic.page
1.06
KB
-rw-r--r--
gedit-full-screen.page
2.54
KB
-rw-r--r--
gedit-open-files-from-sidepane...
2.44
KB
-rw-r--r--
gedit-open-files.page
2.21
KB
-rw-r--r--
gedit-open-on-server.page
2.34
KB
-rw-r--r--
gedit-open-recent.page
1.67
KB
-rw-r--r--
gedit-plugin-guide.page
1.97
KB
-rw-r--r--
gedit-plugins-change-case.page
2.15
KB
-rw-r--r--
gedit-plugins-doc-stats.page
1.87
KB
-rw-r--r--
gedit-plugins-external-tools.p...
2.01
KB
-rw-r--r--
gedit-plugins-file-browser.pag...
1.93
KB
-rw-r--r--
gedit-plugins-insert-date-time...
2.08
KB
-rw-r--r--
gedit-plugins-install.page
2.78
KB
-rw-r--r--
gedit-plugins-modelines.page
3.54
KB
-rw-r--r--
gedit-plugins-pyconsole.page
1.47
KB
-rw-r--r--
gedit-plugins-quick-open.page
2.84
KB
-rw-r--r--
gedit-plugins-snippets.page
6.5
KB
-rw-r--r--
gedit-plugins-sort.page
2.75
KB
-rw-r--r--
gedit-printing-order.page
2.48
KB
-rw-r--r--
gedit-printing-select.page
1.75
KB
-rw-r--r--
gedit-printing.page
4.03
KB
-rw-r--r--
gedit-quickstart.page
1.66
KB
-rw-r--r--
gedit-replace.page
5.13
KB
-rw-r--r--
gedit-save-file.page
1.56
KB
-rw-r--r--
gedit-search.page
3.93
KB
-rw-r--r--
gedit-spellcheck.page
4.86
KB
-rw-r--r--
gedit-syntax-highlighting.page
1.62
KB
-rw-r--r--
gedit-tab-groups.page
3.32
KB
-rw-r--r--
gedit-tabs-moving.page
3.59
KB
-rw-r--r--
gedit-tabs.page
2.28
KB
-rw-r--r--
gedit-undo-redo.page
1.65
KB
-rw-r--r--
index.page
2
KB
-rw-r--r--
legal.xml
322
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gedit-plugins-modelines.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="gedit-plugins-modelines" xml:lang="gedit-en-GB"> <info> <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/> <revision pkgversion="3.8" date="2013-02-24" status="review"/> <credit type="author"> <name>Daniel Neel</name> <email>dneelyep@gmail.com</email> </credit> <credit type="author"> <name>Jim Campbell</name> <email>jcampbell@gnome.org</email> </credit> <desc>Emacs, Kate and Vim-style modelines support for gedit.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Zander Brown</mal:name> <mal:email>zbrown@gnome.org</mal:email> <mal:years>2020</mal:years> </mal:credit> </info> <title>Modelines</title> <p>The <app>Modelines</app> plug-in allows <app>gedit</app> to analyse the lines of text at the start and end of a file, and then apply a set of document preferences to the file. The <app>Modelines</app> plug-in supports a subset of the options used by the <app>Emacs</app>, <app>Kate</app> and <app>Vim</app> text editors.</p> <p>To enable the <app>Modelines</app> plug-in, select <guiseq><gui style="menu">gedit</gui> <gui style="menuitem">Preferences</gui><gui>Plug-ins</gui><gui>Modelines</gui></guiseq>.</p> <section id="modelines-general"> <title>General Modeline Options</title> <p>The following options can be set using <app>gedit</app> modelines:</p> <list> <item><p>Tab width</p></item> <item><p>Indent width</p></item> <item><p>Inserting spaces instead of tabs</p></item> <item><p>Text Wrapping</p></item> <item><p>Right margin width</p></item> </list> <note> <p>Preferences set using modelines take precedence over the ones specified in the preference dialogue.</p> </note> </section> <section id="modelines-emacs"> <title>Emacs Modelines</title> <p>The first two lines of a document are scanned for <app>Emacs</app> modelines, and <app>gedit</app> supports the following <app>Emacs</app> modeline options:</p> <list> <item><p>Tab-width</p></item> <item><p>Indent-offset</p></item> <item><p>Indent-tabs-mode</p></item> <item><p>Text auto-wrap</p></item> </list> <p>For more information on <app>Emacs</app> modelines, visit the <link href="https://www.gnu.org/software/emacs/manual/emacs.html">GNU Emacs Manual</link>.</p> </section> <section id="modelines-kate"> <title>Kate Modelines</title> <p>The first and last ten lines a document are scanned for <app>Kate</app> modelines, and <app>gedit</app> supports the following <app>Kate</app> modeline options:</p> <list> <item><p>tab-width</p></item> <item><p>indent-width</p></item> <item><p>space-indent</p></item> <item><p>word-wrap</p></item> <item><p>word-wrap-column</p></item> </list> <p>For more information about <app>Kate</app> modelines, visit the <link href="https://kate-editor.org/">Kate website</link>.</p> </section> <section id="modelines-vim"> <title>Vim Modelines</title> <p>The first and last three lines a document are scanned for <app>Vim</app> modelines, and <app>gedit</app> supports the following <app>Vim</app> modeline options:</p> <list> <item><p>et (expandtab)</p></item> <item><p>ts (tabstop)</p></item> <item><p>sw (shiftwidth)</p></item> <item><p>wrap</p></item> <item><p>textwidth</p></item> </list> <p>For more information on <app>Vim</app> modelines, visit the <link href="https://www.vim.org/">Vim website</link>.</p> </section> </page>
Close