Archive

Posts Tagged ‘FrictionFree’

Settings schemes: FrictionFree and Default modes

October 2nd, 2012 Comments off

CodeRush supports setting schemes. This allows you to have different settings schemes for laptop and desktop computers, for various keyboard layouts, for numerous environments and development tasks: code review, code navigation, code refactoring, etc. You can disable or enabled any features in a particular scheme.

Read more…

Resolving code template conflicts

September 30th, 2012 Comments off

Sometimes, you may find unexpected code template expansions when you typing code. This may happen when the template expansion key is bound to the Space Bar. Because this is a key used very often and there are tens of thousands of code templates; a complex contexts system, something may go wrong, especially if you prefer one or two key identifier names which may correspond to existing template abbreviations.

Read more…