Author Topic: Sync Matlab IDE to SlickEdit  (Read 4501 times)

at5dapa1

  • Senior Community Member
  • Posts: 284
  • Hero Points: 24
Sync Matlab IDE to SlickEdit
« on: April 26, 2020, 07:52:47 PM »
This is a quick macro and utility which syncs Matlab IDE (I tested it with Matlab R2017a) to SlickEdit by opening a file at the same line and optionally setting a breakpoint. Synchronisation is made via keys sending (see sendKeystrokes_src.zip).
Installation is done by copying sendKeystrokes.exe and syncMatlab.e into %SLICKEDITCONFIG% and loading the macro into SlickEdit.
If other Matlab version than R2017a is used, then update the sendKeystrokes accordingly (see included source).

at5dapa1

  • Senior Community Member
  • Posts: 284
  • Hero Points: 24
Re: Sync Matlab IDE to SlickEdit
« Reply #1 on: April 27, 2020, 04:34:19 PM »
And here the reciprocal (jump into SE from Matlab).