1

I must have triggered some setting, but in Flash Builder 4.5 now, when I try to skip past a word using Ctrl+Left or Ctrl+Right, it will stop at the nearest capital letter instead of jumping the whole word. Does anyone know how to return this to the normal functionality?

ex:

m_stopDoingThisFlashBuilder

While holding Ctrl, it will take 5 keystrokes on left/right arrow to navigate past, instead of the usual 1.

wittich
  • 2,079
  • 2
  • 27
  • 50
Codin' Wolf
  • 113
  • 6

1 Answers1

1

To fix the issue where it stops at every capital letter, you can disable:

"Use sub-word caret positioning in code"

under

[Preferences] > Flash Builder > Editors

Unfortunately, It will still stop before and after underscores... Which is VERY annoying, since I use m_memberVariables as well

If anyone figures out how to fix that, please post! :-)

Josh Stribling
  • 1,068
  • 10
  • 13