Version 7: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
Line 84: Line 84:
# Uses open-iconic icons instead of Font Awesome.
# Uses open-iconic icons instead of Font Awesome.
# 6 new themes.
# 6 new themes.
# Hamburger: Remove default value for background color.


=====Bootstrap 3=====
=====Bootstrap 3=====

Revision as of 21:22, 20 May 2018

Major New Features

  1. Multifile support: The nsx file has been reorganized. It now just contains values for project properties. All code, HTMK and other text entities are now stored as separate folders and files.
  2. GitHub Support: AppStudio projects are now GitHub compatible.
  3. Version control: You can now use git (or other utility) for version control.
  4. Team Development: The combination of multifile and GitHub allows a team of developers to work on the same project.
  5. External Editing: Having all code, HTML, etc. in separate files allows the use of other editors.
  6. Toolbox reorganized: All framework related files are now in folders for that framework.

Upgrading

If you have AppStudio 6 or older, you will need to get the upgrade to use these new features. You can order it here.

If you like would to try it first, download from the 'Check for Updates' screen in the Help menu. You'll get a demo copy.


Version 7.0.0

Version is still under development. Here's a list of what is new: All items are subject to change.

If you own a previous version of AppStudio, you need to buy the upgrade to use Version 7. You can do this from within the app or from our order form.

Until you have bought the upgrade, you can use AppStudio 7 in Demo mode for up to 30 days. Once you buy, your copy will convert automatically to the full version.

IDE - General

  1. Only changed files are written out on save.

Code Window

  1. Format Code now uses the correct indent setting from Preferences.

Design Screen

  1. Add Cut, Copy, Paste to right click on Project Explorer.

Libraries

  1. Get rid of Dropbox Datastores library - no longer supported by Dropbox.
  2. iScroll.js is now stored in the Libraries folder.
  3. jquery.modal.js is now stored in the Libraries folder.
  4. fastclick.js is now stored in the Libraries folder.

Toolbox

  1. All framework related files are now in folders for that framework.
  2. Toolbox files now end in .json, not .js.
  3. New _jqmInUse variable. Set to true if jQuery Mobile in use.
  4. Unneeded references to jQuery removed.
  5. All controls: New 'Display' property. Can be block, none, etc.
  6. AS controls: get rid of redundant 'hidden' attribute.
  7. Container: Add children directly to the control, not a contained DIV. Good for BS.
  8. Toolbox Files: New !g suffix. Combines multiline statements.
  9. Toolbox Files: New {eval expression} operator. Allows expression evaluation.
  10. Toolbox Files: Anything which looks like a list is converted to a string.

Project

  1. Get rid of unused 'hiddenHeaders' property.
  2. Get rid of obsolete 'framework' property.

Forms

  1. Form.reset() now clears subforms and other controls.

Runtime

  1. jQuery 3 is used unless it's a jQM project, when jQuery 2 is used instead.
  2. Correct use of Octal notation
  3. Some declarations fixed for ECMA5 standard.
  4. New loadType property sets how each external JavaScript is loaded.
  5. The Bootstrap 4 functions are processed using Babel, so they will work on IE.

Preferences

Deploy

  1. close.png was not being used, so is no longer deployed.

PhoneGap

  1. WinPhone option deleted. No longer supported by Microsoft.
  2. Set allow-intent to a default value. Allows mailto:, tel:, etc.
  3. cli8.0.0 is now supported (and recommended).

Frameworks

AppStudio

  1. All of the AppStudio controls are now stored in an 'as' folder in the Toolbox.

Bootstrap 4

Bootstrap 4 has been added as a new Framework. It should be used for new projects, though Bootstrap 3 still appears and works fine. You cannot use BootStrap 3 and 4 in the same project - they conflict.

  1. Uses open-iconic icons instead of Font Awesome.
  2. 6 new themes.
  3. Hamburger: Remove default value for background color.
Bootstrap 3
  1. File dependencies corrected for FlipToggle, Image, Media, Slider and Thumbnail.
  2. Select: 'undefined' no longer appears in definition.

jQuery Mobile

jQuery Mobile has gone yet another year without a new release - not even for maintenance. It's looking pretty dead. This framework is not suggested for new projects.

  1. Collapsible: Now properly identified as a jQM14 control. Breaking change - you will need to delete and add back to your project any Collapsible controls you are using.

jqWidgets

  1. jqxLinearGauge: New control

Samples

Documentation

Internals

  1. Code Signing certificate updated.

Breaking Changes

  1. Collapsible: Now properly identified as a jQM14 control. You will need to delete and add back to your project any Collapsible controls you are using.