-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will not allow '>' at the end of any cfml tags #34
Comments
Can you verify that you are using this package and not https://github.com/SublimeText/ColdFusion? I know this issue has occured with If you are using this package, and you have I can't reproduce it with just this plugin. If it still happens after disabling
|
We did have that package installed. I get the same thing after disabling all packages and removing them from the Packages directory. I have tried both CFC and CFML but get the same results with a brand new file and where the only line is
So it seems to be trying to run the function correctly but just not outputting anything. |
I assume after running
|
I am having the same issue. I have Emmett installed, will this cause a collision? |
If you close and then open Sublime Text, then open the console, do you see any import errors? I think I may have hard coded a path in the package which could be the source of this problem. |
Yes, it says, "ImportError: No module named 'CFML'" |
These were causing import errors when package was installed in a folder with a name other than `CFML` . Hopefully fixes the problems in #34
@Shult2: Thanks, I have removed the hard coded import paths, it should hopefully fix the issue you are seeing. |
Appears to be working. You rock! |
@Shult2: Thanks for confirming. @Yamaha32088: I am going to close this, as 42cfa33 does fix an issue that was causing behavior similar to what you described. If after trying the latest master this is still an issue for you please let me know. |
Hi, I still seem to be having the problem described here (unable to type ">" or "/"). The console outputs the same commands as Shult2, except no "ImportError" appears upon load (I'm using Mac OS). CFML package: v0.16.0 The comment in 42cfa33 hints at having a folder named "CFML"—is it possible this still doesn't work for OS X which only has an "Installed Packages" folder? |
Hi, as a starting point for debugging this, could you take a look at the questions here: #42 (comment)? You have already given the plugin version, and you indicate that the commands are logged to the console. So it would be helpful to know to if you installed the plugin via package control, and if you have ever installed it manually or not. |
Hi, this seems to be working for me now after a second reboot—apologies for the false alarm (I was using package control only). Thanks for the reply. and for the great sublime package :) |
Another developer and I noticed that when we try to type something like
<cfset foo="bar">
the closing>
will not be printed. It is like the key is disabled. We were on the most recent branch as well using the latest version of Sublime.The text was updated successfully, but these errors were encountered: