Hi all,
I recently installed a plugin called CapsToggle which does the usual
toggling between upper and lower case, but it also can toggle between
db format and camel case such as DB_FIELD_NAME -> dbFieldName. This is
really handy and it works great. The problem is that for some reason
this enabled for java source files but disabled in XML files which is
where I need to use it 95% of the time. Has anyone got any idea how I
can fix this?
TIA
rcgough@gmail.com - 05 Oct 2007 15:19 GMT
I should add that I looked through the source code of the plugin
itself and it doesn't seem to be doing any enabling/disabling based on
the context.