JimHokanson / matlab_standard_library

Standard Library for my Matlab Projects
MIT License
7 stars 10 forks source link

Create window that displays function help #19

Open JimHokanson opened 9 years ago

JimHokanson commented 9 years ago

My goal is to create a floating window that displays help for the current line of text I am working on (whether that be in the editor or the command window).

This work has been started at: sl.ml.popup_windows.function_help_display

See: sl.ml.popup_windows.function_help_display.launch

JimHokanson commented 7 years ago

I've also started a sl.hud package. This code should be moved into that directory.