Instant Method Finder : My first Coldfusion Builder extension!
I was in the process of evaluating CFbuilder to make it more effective among the team. what I was looking for was tips and tricks , Faster coding with shortcuts and snippets, make complete use of RDS and make use of Service Browser.
Then I got stuck with the same old problem all most all CF developers face “Finding the right function”. It is easy in technologies like .net with a ful fledged IDE to find methods or variables through out the project. But somewhere we had to wait centuries for Adobe to come up with CFB. Now we can look for the methods and variables in the page or instantiated component by doing a CTRL + SPACE. But that was’nt enough for me !. most of the time , I even dont know where I could find the right method. I have to scan through the service browser to find the function.
But then came the idea , why not create one for myself and team. 3 days later I created my first Coldfusion Builder extension called “Instant Method Finder”. This is a small extension which does the search for functions in all the components in the root and shows you the matching onces along with its parent component. Now I dont have to scan through the complete list in the Service Browser.
Later I added one more feature to type the function name what you know , and then try “am feeling lucky search” which search for the selected text and applied the most closely matching result directly to the code.
Yupppeeee. it works
ScreenShots
Search
Features
- Search for Functions in components.
- Search for Functions based on selected code (single line offcourse
) - Search and apply the closest resemblance based on selection
Todo
- Directly apply the function from the search window.
You can find the code at http://instantmethodfinder.riaforge.org/
1 Comment to “Instant Method Finder : My first Coldfusion Builder extension!”
Post comment
Take it with you!
Recent Posts
- Instant Method Finder : My first Coldfusion Builder extension!
- Create coldfusion builder snippets from cflib repository
- Tip:Difference between resistive and capacitive touch screen.
- Why QR code is cool and easy with smartphones !!!!!
- Tip : Getting unsorted query columns in coldfusion
Categories
- Coldfusion
- Coldfusion Builder
- HTML
- Javascript
- Jquery
- Movies
- Project Management
- Technology
- Tips and Tricks
- whatsNew
Tags
Archives
- January 2011 (2)
- October 2010 (2)
- February 2010 (2)
- January 2010 (5)
- December 2009 (5)
CF Libs
- arrayTrim January 31, 2012This method trims an array to the specified number of elements. […]
- longTime January 25, 2012Returns a list like 3 years, 2 months, 12 days, 1 hour, 10 minutes, 45 seconds from a seconds count argument. […]
- quickSort January 15, 2012Implementation of Hoare's Quicksort algorithm for sorting arrays of arbitrary items. […]
- GetHostAddress January 12, 2012Performs a DNS lookup. […]
- GetFileFilterCount January 4, 2012Accepts a directory path & a file filter. Returns number of matching files. […]
- replaceSpecialChars January 4, 2012Replaces all special characters in a string of text. […]
- solrClean December 30, 2011Like VerityClean, massages text input to make it Solr compatible. […]
- rjustify2 December 21, 2011Same as built-in RJUSTIFY, but allows optional parameter character to pad with. […]
- RowColor December 21, 2011Returns alternating color based on list of colors. […]

nerdscubecom


wowww..super….very cool…
u think of ideas…and acc go ahead and implement them… way to go…!!!
well..learnt the first part from u.. now gotta learn the 2nd part…