Skip to content
GavriYashar edited this page Oct 18, 2017 · 56 revisions

Welcome to the Matlab-Editor-Plugin wiki!

In short, it will mess around with Matlabs Editor:

  • Navigation History: using the Mouse Forward and Backward button to navigate through location history

  • Auto-Detail-Viewer: updates the detailviewer of matlab if active editor has changed

  • Auto-Switch-Current-Folder: changes currentfolder if active editor has changed

  • KeyPressListener: executes custom Matlab functions on keypress passed in by the user beforehand

  • ClipboardStack: opened via CTRL + SHIFT + V, stores the previous 10 strings copied to clipboard from Matlab.

  • FileStructure: opened via CTRL + F12, searching through functions and sections

  • BookmarkViewer: opened via CTRL + SHIFT + F2 View all bookmarks in every opened and closed editor. Stored and restored after closing and reopening an editor or Matlab

  • Duplicate line: CTRL + SHIFT + D

  • delete line: CTRL + SHIFT + Y

  • LiveTemplatesViewer: ALT + INSERT view all created livetemplates

  • Quicksearch Templates: CTRL + SPACE quick searches live templates when writing an command (%MYTEMPL + CTRL + SPACE = %MYTEMPLATE)

  • Execute Current Line: SHIFT + F9

  • Recently Closed Editor: CTRL + SHIFT + T

  • Shortcuts can be changed in *.properties file

Setup

Follow this link

Features

Follow this link

Why?

I use Matlab on a daily basis (well from Monday to Friday). The lack of a proper IDE motivates me enough to write this "plug-in". Since this is a hobby side project, written in a language i don't use on a daily basis, updates, bug fixes, enhancements and the coding style may... IS not as i would like it to be. I started writing this plugin back in 2013 in Matlab for me personally and my colleagues. In 2015 i startet writing the plugin in java. I made it available for the community in the hope that more people would find it somewhat useful.

contact

gavriyashargithub@gmail.com

Clone this wiki locally