Showing posts with label eclipseIDE. Show all posts
Showing posts with label eclipseIDE. Show all posts

Monday, 10 January 2011

adobe, flex4, the whole Eclipse environment freezes with CPU at 99%

environment: adobe flex4 AS3.0 Eclipse ide

problem: the whole Eclipse environment freezes with CPU at 99% and never becomes normal


solution: 
it IDE's bug, if you have remarked text in the are of arguments of a function... move them somewhere else
i.e.
  public function newItem(
   /**HELP, creates a new item */
   name:String
  ){
    ....
  }

the red text indicates the wrong remarked text

adobe flex4 AS3.0, eclipse IDE, the code insight doesn't insights

environment: adobe flex4 AS3.0 with eclipse ide

problem: on design time, creating a object with "new operator", the code insight doesn't show the required arguments by the constructor of the class

solution: the arguments appeared when I removed the ":void" from the constructor… this is not so usual!