Tools/SublimeText

(Difference between revisions)
Jump to: navigation, search
(Package Control)
Line 18: Line 18:
 
* Package Control: Remove
 
* Package Control: Remove
  
== SublimeTODO ==
+
== TodoReview==
[https://github.com/robcowie/SublimeTODO SublimeTODO]
+
[https://packagecontrol.io/packages/TodoReview TodoReview]
 
+
Ctrl + Shift + P => Package Control: Install Package => SublimeTODO
+
  
 
=== Usage ===
 
=== Usage ===
Lets search all TODO: or NOTE: quotes
+
Simply open your Sublime Text Command Pallet and find the <code>TodoReview: Project Files</code> command. This will generate your TODO List using all files that are currently in your project, except the ones which are excluded in your settings. If you would like to also include your open files within the search, you can use the <code>TodoReview: Project and Open Files</code> command; it's that easy! You can then use these results to jump to the corresponding result. Additionally, you can right click a file or folder in your sidebar and select TodoReview to limit your search.
 
+
<code python>
+
# TODO : Todo text
+
# NOTE : Note text
+
# FIXME : Fixme text
+
# CHANGED : Changed text
+
</code>
+
  
 
== Alignment ==
 
== Alignment ==

Revision as of 09:34, 18 June 2015

Contents

Sublime Text2 is a multifunctional Text editor. https://www.sublimetext.com/

The Editor is based on plugins in order to extent it's functionality. Some important plugins are listed below.

Package Control

Needed to install plugins from a marketplace

Package Control

Installation

Official Instruction

Usage

Ctrl + Shift + P =>

  • Package Control: Install
  • Package Control: Remove

TodoReview

TodoReview

Usage

Simply open your Sublime Text Command Pallet and find the TodoReview: Project Files command. This will generate your TODO List using all files that are currently in your project, except the ones which are excluded in your settings. If you would like to also include your open files within the search, you can use the TodoReview: Project and Open Files command; it's that easy! You can then use these results to jump to the corresponding result. Additionally, you can right click a file or folder in your sidebar and select TodoReview to limit your search.

Alignment

Aligns certain user definable pattern. Alignment Ctrl + Shift + P => Package Control: Install Package => Alignment

Usage

Ctrl + Alt + A

Hex Viewer

View Hex Version of a file

Hex viewer and editor

Ctrl + Shift + P => Package Control: Install Package => Hex Viewer

Usage

  • Hex Viewer = Ctrl + Shift + B, Ctrl + Shift + H

Git

Integrates GIT control into the Editor

Ctrl + Shift + P => Package Control: Install Package => Git

EDA

For syntax highlight of PDC, UCF, VHDL

Preferences => Browse Packages => Copy https://github.com/tschinz/sublime_eda/zipball/master

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox