The problem that we ran into with this was that Eclipse requires you to have a Java class that gets called for each keyboard shortcut. That makes it kinda tricky to allow you to assign any keyboard shortcut to any arbitrary action since the class would have to be generated on the fly. Either that or we'd have to rewrite a fairly significant chunk of the keyboard shortcut handling in Eclipse.
Neither of those options was particularly appealing, so we went with the trigger text idea. Spike Paul Malan wrote: >>For each snippet you can assign a set trigger trigger characters such as >>"cff" for a snippet that inserts a cffunction block. When you type that >>trigger followed by ctrl+i it will insert the snippet and prompt you for >>any custom snippet variables in the snippet. You can configure a >>different shortcut to use instead of ctrl+i. > > > That's something I could probably adapt to... Are there plans to > adopt assignable keyboard shortcuts in future versions, or will these > trigger characters be the only available functionality long term? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190345 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

