as3boyan
as3boyan
I had this issue some time ago.
Please try to run `HaxeBuilder` command in command prompt (`cmd`) in project folder I'm curious which error you get and please copy error/output if possible. Also I created new version...
@ayush-jayaswal Tern demo uses something like server.addFile and Tern demo shows completion for custom function as you may seen in Tern demo
Indentation issues fixed in 8a25f24.
@angelozerr Hi, Angelo, could you please tell me how you managed to show small images in completion dialog (I don't need much detail, just want to know which additional changes...
Never mind, I was able to do this.
Thanks. I was able to find a CSS for template here(I am using CM without Tern) https://github.com/angelozerr/CodeMirror-XQuery/blob/master/codemirror-extension/addon/hint/templates-hint.css#L15 I am using your show-context-info and snippets addons in my IDE, they work...
Also I think this line can be removed https://github.com/angelozerr/CodeMirror-XQuery/blob/master/codemirror-extension/addon/hint/templates-hint.js#L262. It's just creates additional reference to same completion object. I can submit pull requests if you want.
Hi Angelo! It's good to know that Marijn merged your commit. I think there should be some delay before showing hover(check if user still holds cursor for some time), like...
 Stops on ${cursor}. http://as3boyan.github.io/ Seems like idents works pretty badly, maybe Haxe mode needs fixes...