Josh Tynjala
b021dbeae7
lime display: if the project file is newer than an existing debug/release/final.hxml file, don't consider the .hxml file valid anymore
...
Code intelligence should always use the newest hxml content, so the fallback mode where the hxml content is generated, instead of loaded from an existing .hxml file, should be used when the project file is newer.
For instance, if the user changes any file/dir paths in their project file, continuing to use the existing .hxml file could lead to confusing error messages that still reference the old/cached file paths. It should always use the latest paths or other values from the project file. It should be considered a bug to use the old cached paths.
Previously, as a workaround, the user would need to clean or build their project again to get updated .hxml files. It might also require restarting their editor/IDE too. Bad developer experience when we can detect this case automatically.
2024-01-05 13:54:36 -08:00
Joshua Granick
1c92c707cc
Run Haxe formatter
2022-03-23 14:02:39 -07:00
Joshua Granick
362be074f4
Merge HXProject defaults and exclude architectures at end
2022-03-23 14:00:32 -07:00
Joshua Granick
ccd9dca6e1
Add explicit toString() call for HXML display
2020-12-21 17:24:44 -08:00
Joshua Granick
79e21c8312
Fix watch command ( resolves haxelime/hxp#23 )
2020-12-21 12:50:14 -08:00
Joshua Granick
1188b3aa42
Run formatter
2019-07-12 12:08:09 -07:00
Joshua Granick
4a7a9eae9e
Fix Haxe4 dev warnings
2019-03-20 11:28:13 -07:00
Joshua Granick
eee9f26ab5
Fix --output-file for Flash target
2019-03-18 13:21:15 -07:00
Joshua Granick
b795534773
Add initial support for '--output-file' option on 'display' command
2019-03-18 12:01:37 -07:00
Joshua Granick
00e3c85b58
Add entry class to non-template displalay command
2019-02-28 11:58:38 -08:00
Joshua Granick
44bf137f9b
Improve 'lime display' when templates have not been processed
2019-02-26 14:01:45 -08:00
Joshua Granick
0c163a80e7
Use formatter for all Haxe code
2019-02-14 08:41:20 -08:00
Joshua Granick
ccf8c48923
Remove forced -Ddisplay on 'lime display' output
2018-08-14 09:08:50 -07:00
Joshua Granick
430820cdb4
Name lime.tools.Project back to HXProject
2018-08-06 11:03:42 -07:00
Joshua Granick
bd9abc4c2a
Update for HXP API change
2018-08-04 18:09:44 -07:00
Joshua Granick
4ec83c3638
Add lime.tools.* and keep Project-based tool code
2018-08-03 16:38:50 -07:00
Joshua Granick
6d9f3c4bd8
Fixes for dev HXP
2018-08-02 21:25:55 -07:00
Joshua Granick
534c6cd7ce
Eval, HXP, asset library fixes
2018-07-25 20:27:05 -07:00
Joshua Granick
c0b3692402
Sync tool platform changes from HXP
2018-07-24 16:18:49 -07:00
Joshua Granick
ecd7876c4b
Add external platform code for use with HXP
2018-06-21 16:33:33 -07:00
Joshua Granick
ef86c425b1
Migrating components of the Lime tools into the public Lime namespace
2015-02-11 12:02:28 -08:00
Joshua Granick
287b94e6dd
Use a standardized 'targetDirectory' value in the target handlers, and pass this onto the library processors for use with caching
2014-12-25 21:20:32 -08:00
player-03
5e01a7d046
Parse the hxml more intelligently.
...
Based on Haxe's documentation plus a little trial and error, only the first space on each line is a delimiter.
2014-10-20 12:07:09 -07:00
Joshua Granick
8b56b03641
Disable arg combine
2014-10-20 09:43:39 -07:00
player-03
e8f3b83dd8
Don't skip the first argument.
...
(See comments on previous commit.)
2014-10-19 10:34:41 -07:00
player-03
029c5009a9
Merge consecutive arguments that don't start with -
...
Otherwise, if the app title contains a space, it'll be passed as two separate arguments and Haxe won't know what to do with it.
2014-10-19 01:50:30 -07:00
player-03
4d3a2fd1cd
Use a regex to split the hxml file.
...
Allows skipping the "replace newlines with spaces" step, and ensures that there aren't any blank arguments.
2014-10-19 01:31:14 -07:00
Joshua Granick
bc18b61a29
Fix for HXML comments on Flash target
2014-10-16 11:21:36 -07:00
Joshua Granick
44f890f836
Minor tweak
2014-10-01 14:21:12 -07:00
Lars A. Doucet
d261fb4600
Tools fix for flash target when compiling on windows
2014-10-01 16:07:46 -05:00
Joshua Granick
540aa48c39
Merge Aether tools
2014-09-30 17:41:57 -07:00