Change log
- added button to add namespaces when importing MXML in ImportWindow
- added HTML tag name override in HTML properties
- added HTML override in HTML properties
- fixed bug in CodeInspector when document is null
- added support to drop files on application when at welcome screen
- fixed bug where project was not loading recent projects on welcome screen
- added View in Site Scanner to menu bar options
- fixed export of TLF to HTML where font size was not included in new extended TextFieldHTMLExporter2 class
- added support for importing and exporting of TLF TextFlow in MXML markup
- added initial support of saving individual XML nodes when importing from MXML document
- added support to report errors in imported TLF TextFlow markup
- added initial support to export display object filters to MXML
- turned off option to set explicit size in HTMLDocumentExporter (may cause issues)
- fixed missing styles on body tag including color, background color, padding, typographicCase and tracking
- fixed missing styles padding and scroll policy on groups and border container and other exported components
- exporting TLF textflow markup to HTML
- fixed bug where only first paragraph of HTML was exported from textflow
- added support for minheight, maxheight and minwidth, maxwidth in exported HTML
- fixed bug where cornerRadius value did not include “px” rendering it ineffective when exported to HTML
- fixed bug where no document selected caused error in Selection
- added xml property on document to save a reference to the original XML of an imported MXML file. not fully used yet
- added componentDefinitionAdded event in Radiate
- defining TextFieldHTMLExporter2 class to be used when exporting to HTML from a TLF text flow in Radiate
- added an attempt to fix the layout going wonky when not connected to the internet after loading a Document with a SWFLoader called resizeFix() in Radiate. doesn’t work
- fixed bug where if value of a property was zero then it would not appear in the MXMLi
- added a visual message when MXML has import errors
- added additional applications for testing future design time rich text editing
- Added RichTextEditorCallOut testing application. Can be removed or simplified.
- Added documentationChange and consoleValueChanage to Radiate
- Added support to get namespace attributes and nodes values in getPropertiesStylesEventsFromNode in Radiate
- Added support to format text on the design view using a new RichEditableTextBarCallOut in Radiate. Experimental.
- Added support to open documentation internally in the panel by default
- Added support to export custom HTML before and after exported content in HTMLDocumentExporter
- Added support to export custom attributes to an exported HTML element in HTMLDocumentExporter
- Fixed bug where HTML text was being set as the content of a HTML TextArea. Now setting to normal non-formatted text.
- Fixed indentation bug when adding an anchor
- Checking for duplicate identifiers and logging an error in the sourceData.errors array if found
- Fixed bugs where component definition was not found during MXML export
- Fixed bug where import and export of TextFlow content was not imported when using different namespaces
- Explicit sizing was turned off in HTML export causing sizing to content issues. Needs additional work to check for auto size to work. Set explicit size or set child elements to position relative to support some cases
- Fixed bugs in LayersInspector when nothing was selected. Needs work
- Showing console panel when showing Project or Document source from menu in MainView
- Showing info message when opening a project
- Added info messages when no documents were open when clicking on any of the buttons in the RunToolBar
- Console Inspector panel now has a scroll to end button
- Constraints Panel is now disabled if nothing is selected
- Documents Panel is now showing info messages before performing actions
- In the HTMLInspector panel, the HTML before, after and custom textareas support tab key
- Fixed MXML import warnings from specialized namespace attributes
- Made Save Document before close window clearer
- fixed incorrect URL for the browser screenshot and site scanner sites
- added support for setting basic fonts or all fonts to RichTextEditor pop up
- no longer backing up locally since it is not managed
- preventing a bug that causes documents to have empty source code when saved
- fixed cases where example documents were not saved or saved incorrectly
- fixed projects not saving documents and projects correctly
- showing more information when calling show document or show project menu items
- fixed project list not refreshing after project deleted
- updated descriptors to use AIR 23
- now showing all fonts in editor bar when editing rich text
- fixed first item pushed down when exporting rich text TLF to HTML
- fixed TLF markup collapsing whitespace during export to XML
- fixed TLF markup collapsing whitespace during import to XML
- now saving the document before using functions from RunToolBar
- restoring last scroll bar position when previewing document in HTML preview
- fixed bug where new documents weren’t saved to existing project
- fixed indent issues in rich text output in HTML