misc...
	* texbro search: SearchFromStart option (match start of texture name)
	* texbro search: entry is activated/deactivated by mouse pointing
	* texbro search: clear button
This commit is contained in:
Garux
2017-08-02 09:26:22 +03:00
parent e3fd576624
commit 969b901abe
3 changed files with 83 additions and 34 deletions

View File

@@ -2346,6 +2346,7 @@ void SurfaceInspector_registerShortcuts(){
void TexBro_registerShortcuts(){
command_connect_accelerator( "FindReplaceTextures" );
command_connect_accelerator( "RefreshShaders" );
toggle_add_accelerator( "SearchFromStart" );
}
void Misc_registerShortcuts(){