FDT Views/Editors follow Dark Theme
With this release FDT can easily switched to dark theme:Simply select the Dark theme and apply. The Dark theme is available since Eclipse 4.4 (Luna). Older versions of Eclipse (and FDT) does not support color themes of this form. The FDT views and editors will switch to their default dark color set: In case you […]
The link to the zip is broken.
[…] to other resources and tutorials: FDT HTML Template using Ant FDT and ANT | A User’s Guide – Part […]
Thank you for zip and tutorial.
Thanks for this, quick question though, reviewing the template file, I notice there is a spot in the javascript to define flashvars, but I’m having trouble getting it to work.
var flashvars = {};
I tried
flashvars.account = “666”;
flashvars.transactionID = “999”;
flashvars.routeID = “555”;
flashvars.sessionID = “9999”;
I’ve never tried creating flashvars in javascript, is that the correct method?