-
Awesome, thanks so much. That was pretty targeted, but wow this is really comprehensive now.
2009-10-02 02:06:26 UTC in Flex Formatter
-
Our company puts spaces between class function declarations and the bracket.
E.g.
public function blah () :void
{}
instead of
public function blah() :void
{}
It means you can do searches specifically for function declarations or function calls.
2009-09-16 01:38:46 UTC in Flex Formatter
-
Great that worked. I word of warning though, I had to download the jars directly from the update site as the zip file from download button at sourceforge contains the old zip.
Thank you very much, much appreciated.
2009-09-16 01:34:49 UTC in Flex Formatter
-
It's attached.
2009-09-14 22:10:37 UTC in Flex Formatter
-
The problem seems to be Java on the Mac.
The FB logs show the attached error that seems to be the wrong Java version (1.6 needed, 1.5 used). Unfortunatley, FB on the mac currently runs on Java 1.5 (http://kb2.adobe.com/cps/405/kb405284.html). It may be possible to get FB running on a later eclipse version with some hacks, but I can't try that yet.
2009-09-14 19:20:06 UTC in Flex Formatter
-
Plugin version: 0.6.28
Flex Builder 3 Version: 3.0.205647 (Mac v10.5.8)
Installed plugin version: 0.6.28 via update website (after deleting jars from previous manual install).
Tabs: Actionscript ->Rearranging->Elements
Use element ordering selected.
Created New Memeber Selector: Public static properties
Clicked "Ok"
Flex Builder error: An error has occured. See error log for more...
2009-09-14 14:40:58 UTC in Flex Formatter
-
Awesome, thanks for your time, it's much appreciated.
2009-08-24 12:41:35 UTC in Flex Formatter
-
Yeah, you're right, the long list would be unwieldy.
How a list of the order priority. E.g.
Visiblity
Static/Non-static
type (functions, fields)
etc.
Then, you select some (or none) from this list, and order them. Maybe a list of all on the right, and the empty list on the left where you can drag from right to left.
For additional flexibility (and coding speed), you could add to the order...
2009-08-22 01:07:41 UTC in Flex Formatter
-
Ideas/Brainstorming
Regarding the "Rearranging" UI:
It's unclear to me if "Modifiers" and "Elements" are mutually exclusive, or what happens if I've selected both.
For sorting members (class functions and props/fields), allow choosing 2 levels of granularity.
Level 1: only choose visibility order (member types are grouped together, i.e. functions with functions). This is how the "Elements"...
2009-08-16 20:11:29 UTC in Flex Formatter
-
Another request!
Enforcing the order:
public static members
public members
public static methods
public constructors
public accessor methods (get/set-like simple methods)
public methods
protected methods
protected static methods
protected members
protected static members
Currently you can only have all field/methods etc together.
2009-08-16 03:46:11 UTC in Flex Formatter