Haxe plugin for Sublime Text 2 - sublimetext2

Woke up today to the Haxe plugin for Sublime Text 2 having just not working. I tried removing it and installing it again, but no success. Anyone who has any ideas on how to debug this?

Looks like it got renamed from "HaXe" to "Haxe". You can try uninstalling (Cmd-Shift-P, "Remove Package") and then reinstall (Cmd-Shift-P, "Package Manager: Install Package").
If that doesn't help, perhaps you can look at the Console (View -> Show Console) and look for any error messages related to Haxe and post them here...

Related

Can not install Colorsublime via Package Control - Sublimetext 2

I tried using the solution in this post but I could not get it to work. I also see that the Colorsublime plugin is not installed so it should show up when I do a search for it via Package Control. Puzzled.
Installed plugins: http://grab.by/DBDi
Many thanks,
Houston
If you look at the documentation for Colorsublime, you'll see that it only works with Sublime Text 3.

Sublime Text2 keeps crashing

I installed SublimeText 2 yesterday, installed package, and just a few plugins, emmet, snippets, boilerplates etc, nothing major.
When i closed and opened again after a save it crashed, so i decided to re-install again and i got the following message
It wont let me reinstall again, as far as i know i have deleted everything, but evidently not.
Would be grate full for help. because its a beautiful piece of kit!
Open that file in notepad or something, there must be a JSON syntax error in that file that is causing it. Fix it.
User/Preferences.sublime-settings
If it doesn't work just delete the file/whole User directory and install sublime text again.

Sublime Text 2/3 - tag multiplier not working on tab

I have just found something on my new Ubuntu installation that has not happened before. I will explain
Normally if i do this code:
div*3 and press tab
I get:
<div></div><div></div><div></div>
But now when I do the same thing, I get nothing. It just "tabs" over the line. This never happened before so if someone knows the answer I would be very thankful.
All this is happening with Emmet already installed
Sublime Text 3: 3059
Ubuntu 12.04 64 Bits
Same is also happening on Sublime Text2.
Sublime Text does not come with the Emmet package by default. You will need to install Package Control first - remember that there are different versions for ST2 and ST3. After it has been installed and you've restarted Sublime Text, open the Command Palette with CtrlShiftP, search for Package Control: Install Package, type in emmet, hit Enter, and it will be installed for you.

Sublime Text 3 - Sublime Linter 3 - Why isn't "HTML Tidy" working?

I'm a brand new coder trying to wean myself off of the Codecademy web environment. I'm using Sublime Text 3 in tandem with Sublime Linter 3 in order to approximate the real-time error-checking to which I've become accustomed from Codecademy's site.
I know that each linter needs to be installed separately in ST3 and I've successfully integrated "csslint" and "jshint". Both work properly.
Now, I'm trying to get an html linter to error-check my html code and I can only seem to find "HTML Tidy", which I have installed via package control. Unlike the aforementioned linters, which simply require a pre-defined command line string for input at terminal, online tutorials have me installing "HTML tidy" via a winrar executable.
Now I am regrouping and would greatly appreciate any feedback you can provide that might move me incrementally closer to having a working HTML linter. I am using a windows xp computer. Many kind thanks for your help.
According to the Installation Instructions for the plugin, there is a Windows binary for Tidy available here.
For some background, Tidy is a command line tool that comes pre-installed with Mac and Linux but not Windows. Downloading the binary mentioned here and placing it in your path will allow it to be run. To check where it should be placed, run echo %path% from the command line.
Once that is there it will work. To see the available arguments to be run with Tidy, run tidy -help from the command line. These arguments can be added to "args" linter settings.
Just copy tiny.exe to folder C:\Windows\System32\, and restart ST3.

Eclipse Juno - Hangs on Type Space loading

Don't know what happened, but it just hangs on "Type Space loading (4%)" and that's it. I tried to solve problem with -clean option and with deleting .history and eclipse resources folder under plugins. I also tried with new workspace and it's still the same.
Before that I installed JVET. Don't know if it's connected with that.
Yes, it's because of VJET, see https://www.ebayopensource.org/jira/browse/VJET-57
To me it happened on a fresh installation of Eclipse IDE for JavaScript Web Developers.
Just leave it for about half an hour and it should finish successfully.
May i ask why did you install VJET? If as me to be able to debug node.js you might wanna try https://github.com/joyent/node/wiki/Using-Eclipse-as-Node-Applications-Debugger