Chris Sutcliffe:
Is it possible to suppress menu entries like 'Compile', 'Build' and 'Go'? I know they are disabled when they are not viable (i.e. editing a text file), but I was wondering if it was possible to hide them completely.
No. You could try removing them from the source code (scite/gtk/SciTEGTK.cxx for GTK+ and scite/win32/SciTERes.rc on Windows) and rebuilding but the rest of the menu is maintained based on positions (and removing these changes all the positions) so you should also modify TOOLS_START in scite/src/SciTE.h. There may be other issues: this isn't a change that fits in easy. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
