Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I was about to write a plugin for this functionaluity
How about submitting here such tips and tricks?
I often use the Code Templates (configured in Tools->Options->Editor/PHP), the fast Rename (cursor positioned on the varibale/function name and Ctrl+R pressed)
There are 10 types of people in this world, those who understand binary and those who don't
Jump to matching bracket
keyboard shortcut = control + [
combine it with shift to select all code between current bracket & matching bracket.
Also highlight a project or path within a project and control f to search.
Also shift + escape hides all the docked panels and maximizes the code. control + 1 shows the projects window, control + 7 to show the navigator window again.
I dunno, but on the subject of palettes a minor gripe of mine - unless/hopefully I'm missing something - is that it doesn't seem possible to define your own colours in hex/RGB, instead you have to select from the predefined range of colours.
VladSun wrote:I was talking about Code Palettes ... No colors
Aaahh... ! Even so, and continuing my slight digression, I do like the darker [syntax highlighting] profiles - although I'm not completely enamoured with the supplied Norway Today theme.
I think you should extract new methods at that point. If you need to fold code, your methods are too long in my opinion For me code folding is a tool for dealing with "code smells", not a tool for developing.