| Author |
Message |
|
Mika
Admin
Joined: Tue Aug 30, 2005 6:14 pm Posts: 1753 Location: Helsinki, Finland
|
 Community testing for next new release (3.1.0)
We are now approaching the next big release of FD3 and we need help testing the new version. Here are the changes from 3.0.6: - Real MXML completion implemented - Flash Player 10.1 and Flex4 support added - Initial simple refactoring support added - Global excluded directories added to Tasks - Embed generation now added for all filetypes - Proper file encoding behaviour without BOM added - HTML ZenCoding implementation added (Control+B) - Simple multiproject support with batch compiling added (*) - Compiler constants and timestamp added now automaticly - Code completion is now fed with classes from SDK sources - Japanese localization added (Settings -> SelectedLocale) - HaXe on demand completion added (patch from filt3r) - Additional keyword groups added to the config - Code completion improvements and bug fixes - General UI improvements and bug fixes * Right click a project file or project node if you have multiple projects present [ sample here] The dev build is available here: viewtopic.php?f=9&t=3529. Please help and comment what you think about this version. All talk and bug reports can be posted here.
|
| Thu Mar 04, 2010 1:24 pm |
|
 |
|
wvxvw
Member
Joined: Sun May 11, 2008 3:01 pm Posts: 860
|
 Re: Community testing for next new release (3.1.0)
Hi Mika. Regarding MXML completion. If I have my components defined in a manifest.xml (I have this manifest specified as additional compiler argument), and the project compiles from FD with FD generated config file, but I don't get the completion for those components. Is there any way to set that, and I've missed it somewhere in the settings? Or is it not yet supported? I think it is a most common practice to organize bigger libraries of components into namespaces, and have them all declared in a manifest file, so, I would see this as a needed feature for MXML completion. Otherwise - thanks a bunch, good work! Well, as always 
_________________ http://www.couchsurfing.com/people/wvxvw
|
| Thu Mar 04, 2010 9:49 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 7477 Location: Paris, France
|
 Re: Community testing for next new release (3.1.0)
wvxvw wrote: Hi Mika. Regarding MXML completion. If I have my components defined in a manifest.xml (I have this manifest specified as additional compiler argument), and the project compiles from FD with FD generated config file, but I don't get the completion for those components. Is there any way to set that, and I've missed it somewhere in the settings? Or is it not yet supported? I think it is a most common practice to organize bigger libraries of components into namespaces, and have them all declared in a manifest file, so, I would see this as a needed feature for MXML completion. Otherwise - thanks a bunch, good work! Well, as always  Not yet supported - I'd like a sample project if you can.
|
| Fri Mar 05, 2010 10:30 am |
|
 |
|
Warappa
Member
Joined: Wed Jun 20, 2007 8:09 am Posts: 245
|
 Re: Community testing for next new release (3.1.0)
Hi, minor XML bug: Try following in an xml (mxml) document: and hit ">". That is the output: Code: <someTag /></someTag> instead of Would be nice if it would be fixed in 3.1.0  Lg warappa
_________________ Practice always defeats theory
|
| Fri Mar 05, 2010 1:28 pm |
|
 |
|
Philippe
Admin
Joined: Wed Aug 31, 2005 7:27 am Posts: 7477 Location: Paris, France
|
 Re: Community testing for next new release (3.1.0)
@Warappa: thanks, fixed in SVN 
|
| Fri Mar 05, 2010 9:08 pm |
|
 |
|
Aphex
Member
Joined: Sun Sep 17, 2006 3:03 am Posts: 40
|
 Re: Community testing for next new release (3.1.0)
So far things are working perfectly. I am on a 64 bit machine in windows 7, no issues at all.
Question about the multiple project feature. Is there a way to control the order in which projects are compiled? If not what is the current system for determining what is compiled first?
thanks -ross
|
| Sat Mar 06, 2010 12:52 am |
|
 |
|
Mika
Admin
Joined: Tue Aug 30, 2005 6:14 pm Posts: 1753 Location: Helsinki, Finland
|
 Re: Community testing for next new release (3.1.0)
Other projects are built alphabetically and current project last. I quess adding a number before the filename lets you order them. 
|
| Sat Mar 06, 2010 5:41 am |
|
 |
|
wvxvw
Member
Joined: Sun May 11, 2008 3:01 pm Posts: 860
|
 Re: Community testing for next new release (3.1.0)
Hi. Here's a basic example of manifest usage: http://e4xu.googlecode.com/files/fd-man ... xample.zip(the manifest file is in the run folder, and it is specified in additional compiler arguments, I've specified an absolute path to the file, you will have to correct that so it will reflect the actual manifest.xml location. Thanks! EDIT: It also doesn't appear in the outline, if manifest is used.
_________________ http://www.couchsurfing.com/people/wvxvw
|
| Sat Mar 06, 2010 1:22 pm |
|
 |
|
Tyler Egeto
Member
Joined: Wed Jun 11, 2008 11:47 pm Posts: 5
|
 Re: Community testing for next new release (3.1.0)
Hi Mika, I'm getting the following error every time I start it up. All I do is click the start icon and I get this.
I'm running Windows 7 - 64 bit
Let me know if you need any more info, thanks!
************** Exception Text ************** System.InvalidOperationException: This BackgroundWorker states that it doesn't support cancellation. Modify WorkerSupportsCancellation to state that it does support cancellation. at System.ComponentModel.BackgroundWorker.CancelAsync() at FlashDevelop.Dialogs.FirstRunDialog.ProcessCommands(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- FlashDevelop Assembly Version: 3.0.0.0 Win32 Version: 3.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/FlashDevelop/FlashDevelop.exe ---------------------------------------- PluginCore Assembly Version: 2.0.0.0 Win32 Version: 2.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/FlashDevelop/PluginCore.DLL ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ----------------------------------------
_________________ www.tyleregeto.com
|
| Sat Mar 06, 2010 6:42 pm |
|
 |
|
Mika
Admin
Joined: Tue Aug 30, 2005 6:14 pm Posts: 1753 Location: Helsinki, Finland
|
 Re: Community testing for next new release (3.1.0)
Ok that is a bug and it now fixed to the SVN. But it also means that the init process failed for some reason. Could you post the app error log here from:
C:\Users\<username>\AppData\Local\FlashDevelop\Exceptions.log
|
| Sat Mar 06, 2010 8:08 pm |
|
 |
|
Mika
Admin
Joined: Tue Aug 30, 2005 6:14 pm Posts: 1753 Location: Helsinki, Finland
|
 Re: Community testing for next new release (3.1.0)
The dev build has been updated with the fixes to the bugs reported here.
|
| Sat Mar 06, 2010 8:14 pm |
|
 |
|
Mika
Admin
Joined: Tue Aug 30, 2005 6:14 pm Posts: 1753 Location: Helsinki, Finland
|
 Re: Community testing for next new release (3.1.0)
|
| Sat Mar 06, 2010 8:45 pm |
|
 |
|
Tyler Egeto
Member
Joined: Wed Jun 11, 2008 11:47 pm Posts: 5
|
 Re: Community testing for next new release (3.1.0)
Hi Mika, This is what is in the log file:
06/03/2010 12:57:55 PM
Init failed.
System.UnauthorizedAccessException: Access to the path 'AccImpl.as' is denied. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive) at FlashDevelop.Dialogs.FirstRunDialog.ProcessCommands(Object sender, DoWorkEventArgs e)
_________________ www.tyleregeto.com
|
| Sat Mar 06, 2010 8:58 pm |
|
 |
|
Mika
Admin
Joined: Tue Aug 30, 2005 6:14 pm Posts: 1753 Location: Helsinki, Finland
|
 Re: Community testing for next new release (3.1.0)
There FlashDevelop tried to remove unnecessary completion files and failed (from FlashDevelop/Library/frameworks/Flex3 or something like that). File security issue. For some reason those files are locked to someone else (to admin account probably). Try either to remove the lock somehow or you could try to reinstall old FD release for now. We might need to remove this file deletion just to prevent errors like these. I'll think about it and get back with a solution soon.
Thanks for reporting!
|
| Sat Mar 06, 2010 9:21 pm |
|
 |
|
wvxvw
Member
Joined: Sun May 11, 2008 3:01 pm Posts: 860
|
 Re: Community testing for next new release (3.1.0)
After typing = (equals) sing inside <fx:Script> block it is autocompleted to ="" (as if it was an attribute of an XML node). This happens only if there is no space between the last non-space character preceding equals and equals itself. I.e: this.foo="" // autocompleted with quotes this.foo = // no quotes
Another issue (inside <fx:Script> block) : no autocompletion after super. even though the superclass is resolved correctly (can be seen in the outline).
_________________ http://www.couchsurfing.com/people/wvxvw
|
| Sat Mar 06, 2010 9:39 pm |
|
|