| Author |
Message |
|
IAP
Member
Joined: Thu Feb 09, 2006 10:58 am Posts: 943 Location: Israel
|
 Re: FDFlexFormatter v0.2
It is usually also much more readable...
_________________ MovieClipCommander
|
| Sun Dec 05, 2010 9:23 am |
|
 |
|
Deril
Member
Joined: Sun Aug 19, 2007 4:56 pm Posts: 195 Location: Germany (TEMP)
|
 Re: FDFlexFormatter v0.2
hm... aligning stuff in columns not much more readable to me...
maybe this is one of those habit things - it works for you if you get used to it. So it's not worth arguing witch way is better in this case.
(I don't see the any benefit to get used to it for myself.)
|
| Sun Dec 05, 2010 11:50 am |
|
 |
|
aaulia
Member
Joined: Tue Jul 15, 2008 3:36 am Posts: 160
|
 Re: FDFlexFormatter v0.2
Deril wrote: hm... aligning stuff in columns not much more readable to me...
maybe this is one of those habit things - it works for you if you get used to it. So it's not worth arguing witch way is better in this case.
(I don't see the any benefit to get used to it for myself.) Just turn on line highlight, readability problem solved, nicer code (albeit subjective) acquired. The case that I bring up here actually, matsumos plugins is doing a "formatting" job, why not just merge that functionality into one plugin, instead of having two plugins.
|
| Sun Dec 05, 2010 1:16 pm |
|
 |
|
IAP
Member
Joined: Thu Feb 09, 2006 10:58 am Posts: 943 Location: Israel
|
 Re: FDFlexFormatter v0.2
Deril wrote: hm... aligning stuff in columns not much more readable to me...
(I don't see the any benefit to get used to it for myself.) That is exactly why it should be included as an option 
_________________ MovieClipCommander
|
| Sun Dec 05, 2010 1:28 pm |
|
 |
|
Deril
Member
Joined: Sun Aug 19, 2007 4:56 pm Posts: 195 Location: Germany (TEMP)
|
 Re: FDFlexFormatter v0.2
aaulia wrote: Just turn on line highlight, readability problem solved, nicer code (albeit subjective) acquired.
Well it's a waste to select a line just to make it readable. And this plugin don't have formatter, just variable aligning. PS: Nice plugin... I replace buggy SelectionUtil plugin with it. Thanks!!! I see it has more nice features... I had trouble understanding "calculate selection" until I apply it to selected : 1235 / 25 + 11 IAP wrote: That is exactly why it should be included as an option  Sure, why not.
|
| Mon Dec 06, 2010 10:38 pm |
|
 |
|
aaulia
Member
Joined: Tue Jul 15, 2008 3:36 am Posts: 160
|
 Re: FDFlexFormatter v0.2
Quote: Well it's a waste to select a line just to make it readable. Tools-> Program Settings (F10) -> FlashDevelop -> Highlight Caret Line = true , I don't know about your experience with text editor, but this feature is present in any text editor that I use, except notepad. Quote: And this plugin don't have formatter, just variable aligning. Exactly why I proposed to merge that functionality to FDFlexFormatter (or whatever it's name after the merging with the core code). Because IIRC FlexFormatter on Eclipse only support aligning only on variable declaration assignment and not on all assignment.
|
| Tue Dec 07, 2010 2:44 am |
|
 |
|
Deril
Member
Joined: Sun Aug 19, 2007 4:56 pm Posts: 195 Location: Germany (TEMP)
|
 Re: FDFlexFormatter v0.2
One more little bug : FlexFormater cant handle vectors in inline declaration format : Code: private static const categoryNaming:Vector.<String> = new <String> ["cage","store","factory","house"] it is treated as : "Syntax errors. Could not format code."
|
| Mon Dec 13, 2010 12:37 pm |
|
 |
|
darkein
Member
Joined: Mon Feb 28, 2011 9:06 am Posts: 2
|
 Re: FDFlexFormatter v0.2
Hi everybody! I'm happy to write my first post on the Flashdevelop forum! I love this plugin but the download link is broken. Can somebody post a mirror link? Thanks in advance 
|
| Mon Feb 28, 2011 9:13 am |
|
 |
|
dir
Member
Joined: Fri Feb 18, 2011 10:20 pm Posts: 30
|
 Re: FDFlexFormatter v0.2
darkein wrote: Can somebody post a mirror link? Agree with darkein.
|
| Fri Mar 04, 2011 4:27 pm |
|
 |
|
weaverant
Member
Joined: Mon Aug 09, 2010 5:23 pm Posts: 2
|
 Re: FDFlexFormatter v0.2
We are providing a link to the latest version of this plugin at: http://www.weaverant.com/flashdevelop/F ... matter.zip
_________________ Weaverant - CMS for Flash Developers
|
| Mon Mar 07, 2011 7:31 pm |
|
 |
|
darkein
Member
Joined: Mon Feb 28, 2011 9:06 am Posts: 2
|
 Re: FDFlexFormatter v0.2
thanks a lot! My code is now much cleaner 
|
| Fri Mar 11, 2011 4:38 pm |
|
 |
|
dir
Member
Joined: Fri Feb 18, 2011 10:20 pm Posts: 30
|
 Re: FDFlexFormatter v0.2
Thank you! 
|
| Mon Mar 14, 2011 12:00 pm |
|
 |
|
gruby
Member
Joined: Sun May 08, 2011 4:05 am Posts: 1
|
 FDFlexFormatter v0.2 small problem
The formater works great for me. I've noticed only one problem: The following construct makes the formatting imposible: Code: var gameModel:GameModel = new GameModel(new <Player>[player1, player2], Icons.symbolArray, 24, 12); It produces error: Quote: Syntax errors. Could not format code. Is there any repository where I could post the issue?
|
| Sun May 08, 2011 4:14 am |
|
 |
|
uramis
Member
Joined: Mon Oct 15, 2007 12:26 am Posts: 4 Location: Argentina - Buenos Aires
|
 Re: FDFlexFormatter v0.2
I cant seem to make the plugin work... I'm on a pc, windows 7 64, FD 3.3.4, I tried placing the plugins in the users app settings plugins directory and the application plugins directory, even removed all other custom plugins. Any clue? 
|
| Sun May 15, 2011 10:43 pm |
|
 |
|
EzeQL
Member
Joined: Mon Jan 14, 2008 1:55 pm Posts: 13 Location: Buenos Aires, Argentina.
|
 Re: FDFlexFormatter v0.2
visual.addSequence("up", new <int>[0,11]);
Syntax errors. Could not format code. = > 1+ !
_________________ www.ezeql.com
|
| Sat Jun 11, 2011 2:52 am |
|
|