| Author |
Message |
|
JoeyRobichaud
Member
Joined: Thu Feb 02, 2012 5:59 pm Posts: 44 Location: Alabama
|
 [FD4] QuickLaunch v0.9.1
QuickLaunch for FlashDevelop 4Adds a quick launch box that provides easy access to commands, files, classes, and more. It can be placed in either the menu bar or the tool bar. By default it will search all providers. You can use a shortcuts to search an individual provider: @cmd to search menu items, @doc to search open documents, or @type to search types in your project. History:v0.9.1 - Now targets the .Net 2.0 Framework. v0.9 - Changed the search logic of the Open Documents and Project Types providers to use the same logic as Open Resource. The search box now handles the 'common' editing shortcuts such as ctrl+v (paste). Added search and clear icons in the margins of the search box to mimic the look and functionality of vista/web search boxes. Removed the shortcut key text from the search box watermark. v0.8 - Added Type provider and shortcut to activate quick launch. Downloads:Thanks go to- The FlashDevelop team for making an awesome product and being very helpful in the forums
My other FlashDevelop work
Last edited by JoeyRobichaud on Mon Mar 26, 2012 3:25 pm, edited 2 times in total.
|
| Mon Feb 27, 2012 2:03 am |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10746 Location: Paris, France
|
 Re: [FD4] QuickLaunch v0.8
Incredible... Do you cache files like Open Resource dialog (Ctrl+R)?
|
| Mon Feb 27, 2012 12:52 pm |
|
 |
|
JoeyRobichaud
Member
Joined: Thu Feb 02, 2012 5:59 pm Posts: 44 Location: Alabama
|
 Re: [FD4] QuickLaunch v0.8
Currently it is just a lot of 'dumb', linear searching. Single search terms only. No relevance weighting or anything of the like. Despite all that the performance seems reasonable and it is relatively useful.
There is an API for registering new quick launch providers. For instance someone could write a Task provider to search those strings and provide navigation to the tasks. =)
|
| Mon Feb 27, 2012 2:28 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10746 Location: Paris, France
|
 Re: [FD4] QuickLaunch v0.8
Then I suggest you go and "steal" the files caching & matching done in Open Resource 
|
| Mon Feb 27, 2012 3:03 pm |
|
 |
|
BizU
Member
Joined: Tue Apr 05, 2011 8:07 pm Posts: 24
|
 Re: [FD4] QuickLaunch v0.8
Suberb plugin. Is it possible that, QuickLaunch will be supported shorcuts ctrl+v ?
|
| Thu Mar 01, 2012 10:31 am |
|
 |
|
JoeyRobichaud
Member
Joined: Thu Feb 02, 2012 5:59 pm Posts: 44 Location: Alabama
|
 Re: [FD4] QuickLaunch v0.9
@Phillipe
I stole the matching code. Still looking at whether to integrate the caching. In the case of Open Documents, it looks like we both just spin through the MainForm's Documents. I still need to do something with the Project Types so that I don't spin through Content.GetAllProjectClasses on each search. Thanks for the suggestion.
@BizU
Glad you like the plugin. I hooked the common textbox shortcuts in the latest version. Thanks!
|
| Sun Mar 04, 2012 9:01 pm |
|
 |
|
BizU
Member
Joined: Tue Apr 05, 2011 8:07 pm Posts: 24
|
 Re: [FD4] QuickLaunch v0.9
Hi, thx for update. Works greate! Is available advanced editing? Like:ctrl + backspace -> remove last word. I think it is hard to implement. Type of input field is diffrent like in editor.
|
| Tue Mar 06, 2012 9:39 am |
|
 |
|
mrpinc
Member
Joined: Tue Jun 30, 2009 8:06 pm Posts: 78
|
 Re: [FD4] QuickLaunch v0.9.1
Great plugin, one thing tho, could you make it (or at least add the option) to not be case sensitive, often it can't find a file I am looking for just because of incorrect case.
|
| Fri May 03, 2013 3:45 pm |
|
|