com/ide/textmate/sugar_hx_textmate

Differences between version #8938 and #8957

15c15,16
< The bundle will default to using a build file called "build.hxml" if it exists.  Pressing **Cmd-B** will build the current project.
---
> f an hxml file is active in the editor, **Cmd-B** will build according to the active file.  If Haxe source code is active in the editor, pressing **Cmd-B** will build the current project using the project specific build file. The bundle will default to using a build file called "build.hxml" if no build file has been specified, and if "build.hxml" exists.
> 
66c67
< By pressing **Cmd-I** at the caret (|), a list pops up with possible classes, taken from the libraries and code paths indicated in the current build hxml.  Selecting one of these classes will automatically insert an appropriate "import" command at the top of the file, without changing the current cursor position:
---
> By pressing **Cmd-I** at the caret (|), a list pops up with possible classes, taken from the libraries and code paths indicated in the current project hxml.  Selecting one of these classes will automatically insert an appropriate "import" command at the top of the file, without changing the current cursor position:
117c118,119
< In addition, it is possible to include arbitrary html in the output with the "# @tm-html" switch. Any additional text added on the same line after this switch will automatically get inserted into the build results.  For instance:
---
> In addition, it is possible to include arbitrary html in the output with the "# @tm-html" switch. Any additional text added on the same line after this switch will automatically get inserted into the build results.  For instance, 
> this command will add a haxe logo to the build result:
124d125
< This command will add a haxe logo to the build result.  
131c132
< **Please note that <script> sections created in this fashion cannot contain relative references to javascript files.  The webkit viewer runs in its own temporary directory, not in the project directory.  Full file references to local javascript files are required.**
---
> **Please note that <script> sections created in this fashion cannot contain relative references to javascript files in the project directory.  The webkit viewer runs out of its own temporary directory, not in the current project directory.  Full file references to local javascript files are required.**
133c134
< likewise, the "div" tab completion command will produce:
---
> likewise, the "div" tab completion command will produce a simple html div:
138c139,140
< 
---
> ==== Snippets ====
> Snippets exist for several haxe specific code templates.  Check the bundle overview for a full list.

	
Ver Date Lg User Action
#8957 2010-08-12 01:15:46 en jjdonald View | Diff
#8938 2010-08-03 22:22:46 en jjdonald View | Diff
#8937 2010-08-03 22:22:06 en jjdonald View | Diff
#8936 2010-08-03 22:20:37 en jjdonald View | Diff
#8935 2010-08-03 22:20:07 en jjdonald View | Diff
#8921 2010-07-29 21:22:23 en jjdonald View | Diff
#8880 2010-07-12 20:48:34 en jjdonald View | Diff
#8879 2010-07-12 20:46:23 en jjdonald View | Diff
#8878 2010-07-12 20:45:26 en jjdonald View | Diff
#8877 2010-07-12 20:44:38 en jjdonald View | Diff
#8569 2010-06-09 12:07:30 en baurel View | Diff
#8568 2010-06-09 12:07:30 en baurel Set title to Sugar hx Textmate

Previous | Next