Posted
over 13 years
ago
by
sylvanaar2
fix inference of functions. have inferencing on all the time and rebuild it a lot. we can work on optimization later.
src/editor/annotator/LuaAnnotator.java
(4 lines added, 3 lines
|
Posted
over 13 years
ago
by
sylvanaar2
tweak
src/lang/psi/types/LuaType.java
(5 lines added, 0 lines removed)
|
Posted
over 13 years
ago
by
sylvanaar2
minor fixes
src/editor/completion/LuaCompletionContributor.java
(1 lines added, 1 lines removed)
|
Posted
over 13 years
ago
by
sylvanaar2
result of concat operation is string
src/lang/psi/impl/expressions/LuaBinaryExpressionImpl.java
(12 lines added, 1 lines removed)
|
Posted
over 13 years
ago
by
sylvanaar2
get help for aliased symbol
src/lang/documentor/KahluaPluginDocumentationProvider.java
(26 lines added, 0 lines removed)
src/lang/psi/impl/symbols/LuaReferenceElementImpl.java
(3 lines added, 0 lines removed)
|
Posted
over 13 years
ago
by
sylvanaar2
change completion weights
src/editor/completion/LuaCompletionWeigher.java
(17 lines added, 7 lines removed)
|
Posted
over 13 years
ago
by
sylvanaar2
completion after a . is working for simple cases
META-INF/plugin.xml
(1 lines added, 1 lines removed)
src/editor/annotator/LuaAnnotator.java
|
Posted
over 13 years
ago
by
sylvanaar2
type inferences are being saved to the index and can be restored.
src/LuaFileType.java
(1 lines added, 0 lines removed)
|
Posted
over 13 years
ago
by
sylvanaar2
remove LibraryCreator, not used on IJ11
src/library/LuaLibraryCreator.java
(0 lines added, 55 lines removed)
|
Posted
over 13 years
ago
by
sylvanaar2
,,,
src/lang/Inferenceable.java
(26 lines added, 0 lines removed)
src/lang/parser/LuaParserDefinition.java
(4 lines added, 1 lines removed)
|