ColdFusion icon indicating copy to clipboard operation
ColdFusion copied to clipboard

vintageous plugin conflict when trying to indent with ">" in ST3

Open leeahoward opened this issue 12 years ago • 3 comments

I use the Vintageous plugin and the ColdFusion(development branch) plugin. I frequently use > in visual mode of Vintageous to indent blocks of text. Since installing ST3 I have had trouble getting this to work. Instead of indenting it inserts a ">" at the end of the selection. Looks like the ColdFusion plugin also uses the > key for tag completion. I tried disabling "auto_close_cfml", but it still does not indent and inserts a ">". I was able to work around the problem by commenting out the keybindings for > in the Default.sublime-keymap, but of course then the tag completion will no longer work. I can live with the workaround, but I thought you might want to be aware of the problem.

Thanks for all your work on this plugin. I use it daily..

leeahoward avatar Sep 17 '13 19:09 leeahoward

Thanks. That's really helpful to know.

atomi avatar Sep 18 '13 20:09 atomi

Having a similar problem, cannot use ">" nothing prints when attempting to type character.

palmerlovett avatar Sep 15 '14 16:09 palmerlovett

@palmerlovett Workaround for your issue is to open Packages/Coldfusion/Default.sublime-keymap and comment out the section around line 11 starting with "{ "keys": [">"], "command": "close_cftag", "context":".

EddieDover avatar Jan 08 '15 19:01 EddieDover