Open JimHokanson opened 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
I've also started a sl.hud package. This code should be moved into that directory.
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