| Author |
Message |
|
amin
Member
Joined: Sat Jun 27, 2009 5:35 am Posts: 23
|
 Re: What should be the next big thing in FD?
much better MXML completion like FDT5
|
| Wed Dec 07, 2011 4:13 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 10746 Location: Paris, France
|
 Re: What should be the next big thing in FD?
amin wrote: much better MXML completion like FDT5 We try to fix issues with MXML so it's usable, but it's less and less a relevant feature for us.
|
| Wed Dec 07, 2011 11:06 pm |
|
 |
|
BizU
Member
Joined: Tue Apr 05, 2011 8:07 pm Posts: 24
|
 Re: What should be the next big thing in FD?
what about JSON support? 'code' formatting, coloring and validator?
|
| Wed Jan 11, 2012 10:43 am |
|
 |
|
IneedHelp
Member
Joined: Tue Jan 10, 2012 4:25 pm Posts: 33
|
 Re: What should be the next big thing in FD?
Open Call Hierarchy like in Flash Builder, unless I'm a complete idiot and missed it.
|
| Thu Jan 12, 2012 4:26 pm |
|
 |
|
NemoStein
Member
Joined: Tue Aug 31, 2010 1:39 pm Posts: 107
|
 Re: What should be the next big thing in FD?
BizU wrote: what about JSON support? 'code' formatting, coloring and validator? This would be great, indeed!
_________________ "Tu deviens responsable pour toujours de ce que tu as apprivoisé" - Antoine de Saint-Exupéry
|
| Fri Jan 13, 2012 4:01 pm |
|
 |
|
benjiamin_id@yahoo.com
Member
Joined: Thu Jun 12, 2008 9:10 pm Posts: 3
|
 Re: What should be the next big thing in FD?
the next big thing should be an OSX release. At that moment FD will became "the only" editor.
|
| Tue Jan 24, 2012 7:10 pm |
|
 |
|
Deril
Member
Joined: Sun Aug 19, 2007 4:56 pm Posts: 195 Location: Germany (TEMP)
|
 Re: What should be the next big thing in FD?
currently there are 2 things that waste a lot of time in FD. (and force me to switch to FDT.)
1 - Class rename 2 - Class move
as much as I TRY to name and place my classes perfectly, now I then I need to do this change... and do it manually over 260 Class project with over 70K lines of code is suicide..
|
| Thu Jan 26, 2012 1:14 pm |
|
 |
|
IneedHelp
Member
Joined: Tue Jan 10, 2012 4:25 pm Posts: 33
|
 Re: What should be the next big thing in FD?
Deril wrote: currently there are 2 things that waste a lot of time in FD. (and force me to switch to FDT.) 1 - Class rename 2 - Class move as much as I TRY to name and place my classes perfectly, now I then I need to do this change... and do it manually over 260 Class project with over 70K lines of code is suicide.. +1 for this. Currently I'm using FlashBuilder for this. I keep both FlashDevelop and FlashBuilder opened, work mainly in FlashDevelop, but use unique features from FlashBuilder. The great thing about it is that regardless of changes, code gets updated in both IDEs.
|
| Thu Jan 26, 2012 1:20 pm |
|
 |
|
Kulkoff
Member
Joined: Sat Nov 15, 2008 4:00 am Posts: 171
|
 Re: What should be the next big thing in FD?
Yeah, pleeeeeease, get us more refactoring features ... moving/renaming classes and packages. And one more request is to added a classes creation chain by some arguments in templates or in different way. For example I need a create 2 classes one by one View+Mediator or Command+Event+VO from templates, would be cool if we can add some marker one temaplate (first Class in chain) that tell FD to make a next Class after creation current. Or its can be a one template where we can add Class templates names to start creation that templates in chain. That could be mega feature for supporting different frameworks 
|
| Fri Jan 27, 2012 10:54 am |
|
 |
|
Deril
Member
Joined: Sun Aug 19, 2007 4:56 pm Posts: 195 Location: Germany (TEMP)
|
 Re: What should be the next big thing in FD?
Kulkoff wrote: And one more request is to added a classes creation chain by some arguments in templates or in different way.
I had idea to make project templates for these.. sadly not everything needed is supported by project templates.
|
| Sat Jan 28, 2012 10:39 am |
|
 |
|
NemoStein
Member
Joined: Tue Aug 31, 2010 1:39 pm Posts: 107
|
 Re: What should be the next big thing in FD?
Something that could be really cool is auto-complete for custom metatags. And an easier way to manage -keep-as3-metadata (compiler options) too.
_________________ "Tu deviens responsable pour toujours de ce que tu as apprivoisé" - Antoine de Saint-Exupéry
|
| Sun Jan 29, 2012 8:35 pm |
|
 |
|
julesd
Member
Joined: Wed Feb 15, 2012 7:18 pm Posts: 1
|
 Re: What should be the next big thing in FD?
Just want to say install flash develop is very easy, it installs almost everything in one install, the only problem I have is it would be nice if it installed java runtime for you as well.
|
| Wed Feb 15, 2012 7:24 pm |
|
 |
|
sauronz
Member
Joined: Mon Nov 28, 2011 9:01 am Posts: 4
|
 Re: What should be the next big thing in FD?
I just love FlashDevelop. It's the perfect IDE  I have a couple of suggestions that might improve it even more (idk if any of these ideas have been posted already, if they have. sorry): * I have tested various IDEs, and the only two that still amaze me each time I open them is: FlashDevelop and Sublime Text 2. One feature in Sublime Text 2 that makes me drool all over the keyboard is MiniMap. This is a feature that lets you see your entire code structure, and also lets you scroll through it. ( http://nagpals.com/wp-content/uploads/2 ... bivore.jpg) <-- see that thing on the top-right side, that minimap. * Another feature that would make a lot of things easier, is being able to rename a class and then FD makes changes to the constructor, and hopefully all references. Example: if I rename Class1.as to Class2.as, the constuctor will also change. And that applies to all references in the project too. (if I create an instance of Class1() on another class, it will automatically rename it to Class2()). Other than those two things, FD has it all! Keep up the good work!
|
| Thu Mar 01, 2012 5:37 pm |
|
 |
|
mrpinc
Member
Joined: Tue Jun 30, 2009 8:06 pm Posts: 78
|
 Re: What should be the next big thing in FD?
sauronz: Minimap plugin is available thanks to Joey Robichaud - you can get it here - viewtopic.php?f=4&t=9397In regards to your second request - I do believe more advanced refactoring is planned but don't quote me on that.
|
| Thu Mar 01, 2012 6:30 pm |
|
 |
|
paranoio
Member
Joined: Thu Mar 15, 2012 6:49 pm Posts: 2
|
 Re: What should be the next big thing in FD?
Hello can i suggest features like these : http://www.break.com/index/smart-video- ... -tool.htmlSliderBar for changing var values, Control timeline for past and present preview or maybe some tool like xray http://code.google.com/p/osflash-xray/that would be awesome 
|
| Thu Mar 15, 2012 6:57 pm |
|
|