Seeing that
FlexBuilder Alpha 4 still didn't have refactoring I had to
search once again for solution with
FDT on Linux. And well, seems that a solution for my problem has been out there for months!
I managed to register it without problems, but when I was creating a class I had this:
package com {nullimport flash.display.Sprite;/**null * @author Mr.doob */nullpublic class Main extends Sprite {nullpublic function Main(){null}}null}null
Maxim Zaks posted the solution
here.
you can check this by going to Menu: "Window/Preferences/General/Workspace" and than in the "New text file line delimiter" Panel change from "Default" to "Other: Unix"
Big Pheeew!!!! Having to swap between FDT and FlexBuilder in some projects were driving me nuts... this really looks like the final "Bye bye Windows!".
#permalink