ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CAside

by spywhere ST3

A Source/Header Files Synchronizer for Sublime Text 3

Details

Installs

  • Total 449
  • Win 245
  • Mac 80
  • Linux 124
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

CAside

A source/header files synchronizer for Sublime Text 3

Features

  • Header/Source files synchronization
  • Multiple extensions supported (via Regular Expression)

Important Notes

You must open your workspace as a group you selected

For example: You select to open all files in group 1, then you must set your workspace to group 2 (View > Groups > Max Columns: 2)

Commands

The following commands can be accessed via Command Palette (Control+Shift+P or Super+Shift+P) only

  • Enable/Disable
    • Enable or disable CAside plugin
  • Select
    • Select (a view in) currently focused group
  • Synchronize
    • Synchronize the source and header

How it's work

When you activate a view, CAside will looking for a file from current view and try to find a correspond target file (For example, when you open a .c file, CAside will looking for .h file) if a file is found, it will open on a new group as you assign in settings file.

CAside in action

Demo

Installation

You can install CAside via Sublime Package Control or by clone this repository into your Sublime Text 3 / Packages folder

cd PACKAGES_PATH
git clone git://github.com/spywhere/CAside.git

PACKAGES_PATH is related to folder which can be accessed via the Preference > Browse Packages…

Settings

Settings are accessed via the Preferences > Package Settings > CAside or via command palette by type “Preference CAside”

Default settings should not be modified. However, you can copy the relevant settings into CAside user settings file