Image navigation for single tab editor, synchronization of editor with file browser and improvements to various other shortcuts (see issue 47, comment 52). Thanks Hombre & DrSlony for help!
This commit is contained in:
@@ -187,6 +187,12 @@ enum TOITypes {
|
||||
TOI_ICON
|
||||
};
|
||||
|
||||
typedef enum RTNav {
|
||||
NAV_NONE,
|
||||
NAV_NEXT,
|
||||
NAV_PREVIOUS
|
||||
} eRTNav;
|
||||
|
||||
/**
|
||||
* @brief Handle the switch between text and image to be displayed in the HBox (to be used in a button/toolpanel)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user