Skip to content

Latest commit

 

History

History
95 lines (71 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

95 lines (71 loc) · 3.03 KB

Features and improvements

0.4.5

  • Removed task picker temporarily due to an unknown issue
  • Fixed issues with templates not appearing on Linux when creating a new file

0.4.0

  • Snippet position changes

0.3.9

  • [Bugfix] Don't add isBuildCommand if the task file didn't originally contain it

0.3.8

  • Added the following snippets
    • Basic haxe types including abstract enums
    • Conditionals
      • if
      • ifelse
      • ifelseif
      • else
    • Function overrides
    • Added a new placeholder for functions to define static and inline
  • Updated Flixel's tasks.json file
  • Updated Kha's tasks.json file
  • Added a task switcher at the bottom left Demo

0.3.7

  • Auto-completion for Kha is now available!
  • Bugfix: Flash application will now open when run from the debugger

0.3.6

  • Bugfix: Fixed Kha launch.json

0.3.5

  • Bugfix: Being asked to setup kha for non-kha projects
  • Added more output messages
  • Added more info messages
  • Project folders will be created when going through initial setup

0.3.4

  • Added Kha support. Debugging works on Flash and HTML5, check the wiki for more information

0.3.3

  • Added some snippets

0.3.2

  • Code cleanup
  • Bug Fix - Package handling is now done properly

0.3.1

  • Added some standard imports to flixel class templates

0.3.0

  • Started some code clean up
  • Started documenting the code
  • Added a quick pick selector for creating projects. A neater way of presenting the option
  • Added a new setting templatePath to allow people to define a different local directory for templates
  • Updated the flixel .vscode folder with up to date templates
  • Fixed file has new content bug
  • Fixed launch config not filling out application name

0.2.1

  • Bug fix: No longer need to reload vscode when setting the source directory
  • Bug fix: Fixed the FlxSprite template file. Forgot to add the elapsed call to the update loop.

0.2.0

  • Added an input prompt for setting the initial project root directory on first launch
  • Added a basic Project Manager based on the above directory! Command is listed when searching for Project Manager.

0.1.2
  • Restructured some code, files and folders
  • Changed the way class template files are parsed
  • Template suggestions when file is created now work as intended!
  • Cleaned up Constants file
  • Updated the project templates tasks.json file
  • Request filepath prompt for project root directory
0.1.1
  • Generate a base haxe cpp project
  • Rudimentry package auto-fill. Requires project files to be stored in a source or src directory
  • Setting to open new projects in a new window or in the current

0.1.0

  • Generate a base haxeflixel project
  • Auto-fill standard haxe class when creating a new haxe file