AS3 Boyan

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
AS3 Boyan created a post, IDEA 14 JPS API CHANGES: org.jetbrains.jps.model.serialization.JpsModelSerializerExtension is missing
I am trying to migrate from 13.1.6 to 14 and got following compilation issue, it misses some classes://import org.jetbrains.jps.model.serialization.JpsModelSerializerExtension;//import org.jetbrain... -
AS3 Boyan created a post, Create a library with specific kind
How to create library like <library.type implementation="com.intellij.plugins.haxe.ide.library.HaxeLibraryType"/>?LibraryTable libraryTable = ProjectLibraryTable.getInstance(myModule.getProject(... -
AS3 Boyan created a post, Library(path/url) doesn't get added to External Libraries
ApplicationManager.getApplication().runWriteAction(new Runnable() { @Override public void run() { ModifiableRootModel rootModel = ModuleRootManager.getInstance(module).getModifiabl... -
AS3 Boyan commented, -
AS3 Boyan commented, -
AS3 Boyan created a post, on Paste code - suggest imports(custom lang implementation)
on Paste code - suggest imports(custom lang implementation)I was searching for it in code and descriptor, PasteProvider, CopyPasteReferenceProcessor,CopyPastePostProcessor, but still can't figure o... -
-
AS3 Boyan created a post, Custom language: Complete statement(Ctrl-Shift-Enter)
Hello,I was searching info how to implement this feature, and the best I been able to find is com.intellij.codeInsight.editorActions.smartEnter(for example MissingClassBodyFixer) I guess that it co... -
AS3 Boyan created a post, IntelliJ IDEA Ultimate 13.1.5 [SOLVED by including netty..alpha]
Hello,I am Haxe plugin for IDEA maintainer.Recently updated from 13.1.4 to 13.1.5 and IntelliJ IDEA fails to run each unit testtestVarDeclaration:log4j:WARN No appenders could be found for logger (... -
AS3 Boyan commented,