Axel Anceau
Axel Anceau
Hello, In fact, my plugin does not depend on any PHP server and all my completions (except classes list) are done "on the fly". Many features are already supported :...
I'm using twitter too, but email subscription could be nice ! :+1:
I only tried cpp & neko yes. I can't test flash on my computer ^^"
I will post an example this evening. In fact, it's only this line if there's no placeholder, but if I add a placeholder to the input, the following line is...
This is a piece of code that breaks : ``` haxe package; import haxe.ui.toolkit.controls.TextInput; import haxe.ui.toolkit.containers.VBox; import haxe.ui.toolkit.core.Toolkit; import haxe.ui.toolkit.core.Root; import views.Home; class Main { public static function main() {...
It was on 1.6.10, I just tried on 1.6.12, it's the same thing.
It takes between 1 & 10 seconds, and yes, it resizes "live". Perhaps that's just a bug on my linux, the strange thing is that with buttons, no problems. Perhaps...
Hello, I added this traces ``` haxe trace('before ' + text.height); trace('text ' + text); trace('defaultTextFormat ' + (text.defaultTextFormat)); text.height = text.defaultTextFormat.size + 8; trace('after ' + text.height); ``` I've...
Nothing logical.. ``` haxe trace('before ' + text.height); trace('text ' + text); if (text.defaultTextFormat != null) { trace('innnnn'); trace('defaultTextFormat ' + (text.defaultTextFormat)); text.height = text.defaultTextFormat.size + 8; } trace('after '...
In fact, I have the problem too, it happens if your cursor is just at the beginning of your class name. If your cursor is in the word, there's no...