File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ protected override void OnShown(EventArgs e)
338338 if ( Settings . TypeExplorerSize . Width > MinimumSize . Width ) Size = Settings . TypeExplorerSize ;
339339 searchingInExternalClasspaths . Checked = Settings . TypeExplorerSearchExternalClassPath ;
340340 }
341- timer . Interval = PluginBase . MainForm . Settings . DisplayDelay ;
341+ timer . Interval = Math . Max ( PluginBase . MainForm . Settings . DisplayDelay , 100 ) ;
342342 timer . Tick += OnTimerTick ;
343343 timer . Start ( ) ;
344344 }
Original file line number Diff line number Diff line change 11os : Visual Studio 2015
22environment :
3+ ID : quicknavigate
34 PLUGIN_VERSION : 2.8
45 PLUGIN_NAME : QuickNavigate
56 PLUGIN_DESC : Quickly navigate through Types, Fields, Projects and more
@@ -37,7 +38,7 @@ after_build:
3738- set /p CHECKSUM=<checksum.md5
3839- rm checksum.md5
3940- mv %APPMAN_TEMPLATE% %APPMAN_CONFIG_XML%
40- - sed -i -e s/_ID_/quicknavigate/g %APPMAN_CONFIG_XML%
41+ - sed -i -e " s/_ID_/%ID%/g" %APPMAN_CONFIG_XML%
4142- sed -i -e "s/_NAME_/%PLUGIN_NAME%/g" %APPMAN_CONFIG_XML%
4243- sed -i -e "s/_DESC_/%PLUGIN_DESC%/g" %APPMAN_CONFIG_XML%
4344- sed -i -e "s/_VERSION_/%PLUGIN_VERSION%/g" %APPMAN_CONFIG_XML%
You can’t perform that action at this time.
0 commit comments