Skip to content

Text editor specially made for Haxe Programming Language. written in JS

Notifications You must be signed in to change notification settings

mcanthony/Haxe-Studio

 
 

Repository files navigation

Disclaimer: Haxe Studio is written in Javascript. if you're searching the IDE written in Haxe, please visit project HIDE

Haxe Studio

Text Editor specially made for Haxe Programming Language. Haxe Studio splash screen

What's new v0.5.5

  • New plugin 'file_tree'. Show your project Files and Folder
  • Improve plugin 'lib_integration'. Now any library may be easily integrated with Haxe Studio
  • 'lib_integration' supports snipets (a.k.a class template), depends on your project
  • 'lib_integration' supports for haxeflixel
  • 'lib_integration' supports for openfl
  • 'lib_integration' supports for haxepunk
  • 'lib_integration' shows only supported compile-target depends on your project
  • Code Folding for curly brackets & multiline comment
  • Search using (CTRL/META)+F
  • Search&Replace using (CTRL/META)+H

v0.5.4

  • New plugin 'Code Formatter'. just click 'menu->plugin->prettify code'
  • (bugfix) Haxe Studio won't start on OSX
  • Haxe Studio auto check API for new release
  • Improve Haxe Studio plugin loading mechanism

v0.5.3

  • 3 mouse click to update
  • initial integration with API

v0.5.2

  • add auto-include library via CTRL+1
  • Ctrl-Tab and Shift-Ctrl-Tab to navigate to next/previous tab

v0.5.1

  • change ugly theme to black

v0.5

  • Complete rewrite in Javascript
  • uses promises
  • anyword completion always available
  • Haxe completion uses CTRL/META + Space on '.' and '('
  • Haxe completion have description
  • Auto switch to next tab if the active tab are closed.
  • increase speed by converting watch object to promises
  • fix inconsistence in multi os by change menu to HTML
  • new theme
  • new 'new project' mechanism.
  • new 'new project' template, openfl & haxeflixel
  • add console
  • Include About page
  • Include Update page

How to use this ?

Please refer this wiki page

Licence

MIT & Commercial

About

Text editor specially made for Haxe Programming Language. written in JS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.4%
  • HTML 27.3%
  • CSS 2.7%
  • Haxe 0.4%
  • Erlang 0.1%
  • Shell 0.1%