Jan 15, 2015 Tag: Editor

About Sublimetext

Collecting knowledge about the SublimeText editor.

Updated on Nov 26, 2018

Navigate this page:

How to create a plugin (package)

Find a start

How to transform the selection:

  1. Unpack /opt/sublime_text/Packages/Default.sublime-package as ~/.config/sublime-text-3/Packages/Default
  2. Study Rot13Command and more in ~/.config/sublime-text-3/Packages/Default/transform.py

Preferences

See YouTube 2nC_LiCDgG8

{
   "font_size": 11,
   "ignored_packages": ["Vintage"],
   "trim_trailing_white_space_on_save": true,
   "highlight_line": true,
   "caret_extra_width": 2,
   "caret_extra_top": 2,
   "caret_extra_bottom": 2,
   "line_padding_bottom": 1,
   "line_padding_top": 1,
   "bold_folder_label": true,
}

Previous topic

About Security

Next topic

About TYPO3 Flexible Content Elements (FCE)

Tags

Archives

Languages

Recent Posts

This Page