Skip to content

michaelkonecny/Matlab-Editor-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Matlab-Editor-Plugin wiki!

What is it?

It'll add following features to Matlab, and it's editor

  • 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 (if CTRL + F2 is default for bookmarks) 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

Setup

Follow this link

Features

Follow this link

contact

[email protected]

About

Extends features for the matlab editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.9%
  • MATLAB 1.1%