When i thought all my problems where over i hit the wall again
Ever seen the message Internal Build Error ?
This must be the worst error message ever.
Stupid me when i tried to resolve my previous error i installed eclipse Galileo and hit the wall again when i tried to compile my flex project.
Luckily [...]
Havent we all seen nested loofs and if statements spanning over 100’s of lines ?The problem then is to finding out where the different code blocks are starting and ending.
Eclipse shortcuts can help you there.
Place the cursor after the opening bracket, press Crtl+Shift+P and poof you are at the end of the codeblock..
For developers who want to manage their own bundle manifests, but need a little help to automating the details,
like specifying package versions across a range of imports, the Bundlor tool is now available and is feature-complete.
Bundlor, a SpringSource project, can also help developers who want to generate manifests based on the content of [...]
Finally adobe released these eclipse plugins.
Wiki pages:
http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD
http://opensource.adobe.com/wiki/display/flexpmd/FlexMetrics
http://opensource.adobe.com/wiki/display/flexpmd/FlexCPD
Eclipse plugin download:
http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD+Eclipse+plugin
Changing keyboard shortcuts in eclipse is really easy task.
Goto windows-preferences and type key in the input field.
This will open the dialog below and you can play around changing shortcuts as pleased.
After writing my first two articles on this subject i saw the popularity on the topic. So i decided to digg around and have a look at whats out there on other sites to.
I have always been a fan of using keyboard shortcuts when im working with gui based applications.
And i was happy when someone sent me a link to these posts:
FlexBuilder / Eclipse keyboard shortcuts that will change your life
Eclipse 3.5 and FDT 3.2 for Actionscript development – Part 5 – Keyboard Shortcut
In addition i also have [...]
(Blog post moved from gwinnem.wordpress.com)
This is the shortcuts i use most of the time.
Shortcuts
Most Common
Delete line
ctrl + d
Go to Method
ctrl + o
Format Code
ctrl + shift + f
Last Edit
ctrl + q
Line Number
ctrl + l
Move line(s)
alt + up/down
Open Resource
ctrl + shift + r
Open Proj Prop
alt + enter
Open Type
ctrl + shift + t
Run Java App
alt + shift + [...]
CFeclipse has been around for a while but is mostly used by ColdFusion developers.
I found it by accidence and after using it for the last 8 months i cant live without it. Im using to insert snippets to my classes,fileheaders,generate getter/setter functions etc..
I stumpled over the source code to a opensource project at adobe which looks like it is a project where they plan todo a eclipse plugin for flex PMD. I hope they will finnish it and release it soon, because the tool is excellent but i really hate running it and then uploading the result [...]