dschwen / switch-header-source

Quick switching between C/C++ header and source files
MIT License
13 stars 49 forks source link

Implements splitPane option #35

Closed isundaylee closed 5 years ago

isundaylee commented 5 years ago

Adds an option to open new files in a different pane. Useful for viewing header and source files side-by-side.

When the none option is chosen (default), the current behavior is preserved.

When the horizontal option is chosen, new files will be opened in a horizontal split pane: horizontal

When the vertical option is chosen, new files will be opened in a vertical split pane: vertical

dschwen commented 5 years ago

Released as v0.33.0

isundaylee commented 5 years ago

@dschwen Perfect! Thank you for the quick merge and for writing this great package :)