Moonshine 1.5.0 Release

2017-07-13 Thread JoelProminic
I am pleased to announce that Moonshine 1.5.0 has been released at http://moonshine-ide.com/ and on the App Store. Updates: - Support for FlexJS 0.8.0 and Flex 4.16.0 - Create Feathers UI projects (SDK must be configured manually) - Rename variables and functions - Automatically add missing packa

Moonshine 1.3.0 Release

2016-12-13 Thread JoelProminic
Today we released Moonshine 1.3.0. The source code is available for download here: http://moonshine-ide.com/ We will be uploading the source to GitHub soon. For the binaries, see the links below. New features: - Support for FlexJS 0.7.0 - Basic implementation of code completion based on https:

Re: Moonshine 1.3.0 Release

2016-12-14 Thread JoelProminic
Thanks, Alex, I have created an internal JIRA issue for your reported glitch. By the way, to download an SDK in Windows Moonshine, do the following: 1. File -> Settings 2. MXMLC Compiler Plugin 3. There is a link called "Download a New SDK" 4. Select the desired FlexJS interface. The download too

Re: Moonshine 1.3.0 Release

2016-12-15 Thread JoelProminic
Hi Peter, I retested the Java 8 text, and it looks like this field is read-only already. I did see a related issue where dragging downward makes the text disappear (drag up to restore it). If this does not match what you saw, could you clarify what you did to delete the text? If this happens to

Re: Filter function to ArrayList?

2016-12-21 Thread JoelProminic
I have been thinking about this a bit over the last couple of days. I think it could be implemented as a Bead like this: Define a new bead, say FilterDataProvider, with a "filter" field. This would implement ICollection or IArrayList so that the methods return the filtered data instead of the ac

Re: Filter function to ArrayList?

2016-12-29 Thread JoelProminic
I started some work on this feature. I created a JIRA issue here: https://issues.apache.org/jira/browse/FLEX-35232 I created a simple implementation, FilteredArrayList, that is just a subclass of ArrayList. I created an IFilter interface to define the filter, rather than the Function used by Ar

Re: Filter function to ArrayList?

2017-01-03 Thread JoelProminic
I updated the JIRA issue (https://issues.apache.org/jira/browse/FLEX-35232) with a modified version of the project where the visible elements of the FilteredArrayList are stored with the superclass logic, while the full list is maintained as a separate ArrayList instance. This makes FilteredArray

Re: Moonshine 1.3.0 Release

2017-01-06 Thread JoelProminic
Moonshine 1.3.0 is now available in the App Store as well. https://itunes.apple.com/us/app/moonshine/id1099109346?mt=12 Joel Anderson My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS. -- View this message in context: http://apache-flex-develop

Moonshine 1.4.0 Release

2017-05-15 Thread JoelProminic
I am pleased to announce that Moonshine 1.4.0 has been released at http://moonshine-ide.com/ and on the App Store. This release was focused mostly on adding some more common IDE features, including: - Command-Click to go to the definition for a variable, function, or class - View code problems in

Re: Moonshine 1.4.0 Release

2017-05-16 Thread JoelProminic
yishayw, It seems that the resolution problem is caused because the default window height is too tall for your monitor after the scale is applied. We will look into making Moonshine more DPI-aware. In the meantime, you can try using the WindowsKey-Up command to maximize the application. I was

Re: Moonshine 1.4.0 Release

2017-05-16 Thread JoelProminic
The Moonshine App Store Helper application is supposed to launch automatically after the installer completes, but it seems that this is currently broken. For now, please launch the application manually. This application will download Flex 4.15.0, FlexJS 0.7.0, and Ant 1.10.1 to ~/Downloads/Moonsh

Re: Moonshine 1.4.0 Release

2017-05-19 Thread JoelProminic
Nemi wrote > It asks me to set/fix FlexJS SDK, but I already set it: > > --- > > And can't click on white X to close it, so one must click "Continue > without Code Completition" although it is properly set in SDK list... > > --- > > Oh, and now "Continue without Code Completition" button does

Re: Moonshine 1.4.0 Release

2017-05-19 Thread JoelProminic
Nemi wrote > On your website, "Latest Version" button is not working, or it is not a > button? It is confusing. > If it is not a button, make it not look like button near by. > If it is a button, why don't you link it to latest win or mac, like links > below?