2010-09-15 |
peter | under USER_HOME, prefer storing paths relatively MODULE_DIR...
|
commit | commitdiff | tree |
2010-09-15 |
peter | IDEA-58604 smart completion for class name renders...
|
commit | commitdiff | tree |
2010-09-13 |
peter | denis claims this will stop the tests from hanging
|
commit | commitdiff | tree |
2010-09-13 |
peter | Revert " IDEA-57867 Package declaration not updated...
|
commit | commitdiff | tree |
2010-09-10 |
peter | the declared return type should be taken into account
|
commit | commitdiff | tree |
2010-09-10 |
peter | don't infer groovy++ return types
|
commit | commitdiff | tree |
2010-09-10 |
peter | no paired brace insertion => no overtype in plain text
|
commit | commitdiff | tree |
2010-09-09 |
peter | calculate class literal suggestions in smart completion...
|
commit | commitdiff | tree |
2010-09-09 |
peter | don't insert paired brace in plain text and don't red...
|
commit | commitdiff | tree |
2010-09-09 |
peter | search sessions
|
commit | commitdiff | tree |
2010-09-09 |
peter | equals/hashCode for some search scopes
|
commit | commitdiff | tree |
2010-09-09 |
peter | no dom in non-xml files
|
commit | commitdiff | tree |
2010-09-08 |
peter | IDEA-43317 Complete static members from classes that...
|
commit | commitdiff | tree |
2010-09-08 |
peter | Object[] => List<Object>
|
commit | commitdiff | tree |
2010-09-08 |
peter | Object[] => List<Object>
|
commit | commitdiff | tree |
2010-09-08 |
peter | honor transitive module dependencies in groovy compilation
|
commit | commitdiff | tree |
2010-09-08 |
peter | don't suggest the statically importable methods in...
|
commit | commitdiff | tree |
2010-08-31 |
peter | don't qualify magic method calls unless it's really...
|
commit | commitdiff | tree |
2010-08-31 |
peter | thread-safe sem initialization
|
commit | commitdiff | tree |
2010-08-31 |
peter | complete siblings of statically imported fields, too...
|
commit | commitdiff | tree |
2010-08-31 |
peter | in attempt to fix just one test rewrite half the java...
|
commit | commitdiff | tree |
2010-08-31 |
peter | some javadoc
|
commit | commitdiff | tree |
2010-08-31 |
peter | IDEA-43317 Complete static members from classes that...
|
commit | commitdiff | tree |
2010-08-31 |
peter | faster reference providers initialization
|
commit | commitdiff | tree |
2010-08-31 |
peter | IDEA-43317 Complete static members from classes that...
|
commit | commitdiff | tree |
2010-08-31 |
peter | support java-tests written in groovy
|
commit | commitdiff | tree |
2010-08-31 |
peter | extract common testdata path
|
commit | commitdiff | tree |
2010-08-31 |
peter | NormalCompletionTest -> fixture
|
commit | commitdiff | tree |
2010-08-31 |
peter | for classes with already statically imported members...
|
commit | commitdiff | tree |
2010-08-31 |
peter | cleanup
|
commit | commitdiff | tree |
2010-08-29 |
peter | update DomFileIndex when the plugins change that contain...
|
commit | commitdiff | tree |
2010-08-29 |
peter | describe the 'static import via completion' as a productivit...
|
commit | commitdiff | tree |
2010-08-29 |
peter | a completion hint advising to press left arrow
|
commit | commitdiff | tree |
2010-08-29 |
peter | global method completion to insert qualified calls...
|
commit | commitdiff | tree |
2010-08-29 |
peter | use the check icon
|
commit | commitdiff | tree |
2010-08-29 |
peter | check icon
|
commit | commitdiff | tree |
2010-08-29 |
peter | shorten the code a bit
|
commit | commitdiff | tree |
2010-08-29 |
peter | yet another addIfNotNull
|
commit | commitdiff | tree |
2010-08-26 |
peter | fix maven tests
|
commit | commitdiff | tree |
2010-08-26 |
peter | fix test
|
commit | commitdiff | tree |
2010-08-26 |
peter | Merge branch 'statimp'
|
commit | commitdiff | tree |
2010-08-26 |
peter | don't throw exceptions when completing in the RHS of...
|
commit | commitdiff | tree |
2010-08-26 |
peter | smart primitive constant completion to work in binary...
|
commit | commitdiff | tree |
2010-08-26 |
peter | brace matching for plain text files, also when used...
|
commit | commitdiff | tree |
2010-08-26 |
peter | dead code
|
commit | commitdiff | tree |
2010-08-26 |
peter | statically imported methods completion in groovy
|
commit | commitdiff | tree |
2010-08-26 |
peter | exclude static methods from completion
|
commit | commitdiff | tree |
2010-08-26 |
peter | faster icon computation
|
commit | commitdiff | tree |
2010-08-26 |
peter | honor 'exclude from completion' settings (IDEA-54855)
|
commit | commitdiff | tree |
2010-08-26 |
peter | java global member name completion initial (IDEA-54855)
|
commit | commitdiff | tree |
2010-08-26 |
peter | don't throw exceptions when completing in the RHS of...
|
commit | commitdiff | tree |
2010-08-26 |
peter | smart primitive constant completion to work in binary...
|
commit | commitdiff | tree |
2010-08-26 |
peter | brace matching for plain text files, also when used...
|
commit | commitdiff | tree |
2010-08-26 |
peter | dead code
|
commit | commitdiff | tree |
2010-08-25 |
peter | consistently reflect class owners' lockedness in project...
|
commit | commitdiff | tree |
2010-08-25 |
peter | an empty groovy file is considered a script
|
commit | commitdiff | tree |
2010-08-23 |
peter | show Console Folding configurable only in IDEA
|
commit | commitdiff | tree |
2010-08-23 |
peter | some speedup for concrete console filters: ftl, flex...
|
commit | commitdiff | tree |
2010-08-23 |
peter | some speedup for console hyperlink highlighting (IDEA...
|
commit | commitdiff | tree |
2010-08-23 |
peter | don't write gdsl applicability filters in slow groovy
|
commit | commitdiff | tree |
2010-08-23 |
peter | Groovy's resolve place is always a GroovyPsiElement
|
commit | commitdiff | tree |
2010-08-23 |
peter | don't depend on the place in GDSL execution
|
commit | commitdiff | tree |
2010-08-23 |
peter | groovy hotswap: if the agent path contains spaces,...
|
commit | commitdiff | tree |
2010-08-23 |
peter | cleanup
|
commit | commitdiff | tree |
2010-08-22 |
peter | extensible console popup menu; 'fold lines like this...
|
commit | commitdiff | tree |
2010-08-22 |
peter | Merge branch 'slave'
|
commit | commitdiff | tree |
2010-08-22 |
peter | DynamicGenericInfo & ChildrenDescriptionHolder occupying...
|
commit | commitdiff | tree |
2010-08-22 |
peter | less memory consumption in dom collection children...
|
commit | commitdiff | tree |
2010-08-22 |
peter | faster whole-file dom inspection results retrieval
|
commit | commitdiff | tree |
2010-08-22 |
peter | no more slow lazy sem initialization
|
commit | commitdiff | tree |
2010-08-22 |
peter | faster sem
|
commit | commitdiff | tree |
2010-08-22 |
peter | IDEA-57327 Groovy: Code Analysis is endlessly triggered...
|
commit | commitdiff | tree |
2010-08-22 |
peter | fix assertions on renaming a class that is constructed...
|
commit | commitdiff | tree |
2010-08-22 |
peter | incorrect merge
|
commit | commitdiff | tree |
2010-08-22 |
peter | find groovy constructor usages in a list/map literal...
|
commit | commitdiff | tree |
2010-08-22 |
peter | the test should be fixed
|
commit | commitdiff | tree |
2010-08-22 |
peter | capitalize
|
commit | commitdiff | tree |
2010-08-22 |
peter | make ctrl+space in groovy offer all class names, not...
|
commit | commitdiff | tree |
2010-08-22 |
peter | make ctrl+space in groovy offer all class names, not...
|
commit | commitdiff | tree |
2010-08-22 |
peter | make ctrl+space in java offer all class names, not...
|
commit | commitdiff | tree |
2010-08-22 |
peter | advertise second class name using non-deprecated API
|
commit | commitdiff | tree |
2010-08-22 |
peter | less file<->path<->virtualFile conversions
|
commit | commitdiff | tree |
2010-08-22 |
peter | lighter stub generator test, remove tons of legacy...
|
commit | commitdiff | tree |
2010-08-11 |
peter | capitalize
|
commit | commitdiff | tree |
2010-08-07 |
peter | in groovy, --classpath should contain even groovy's...
|
commit | commitdiff | tree |
2010-08-07 |
peter | EA-21359 - NPE: MultiMap.putAllValues
|
commit | commitdiff | tree |
2010-08-06 |
peter | EA-20393 - Throwable: ReferenceExpressionCompletionContribut...
|
commit | commitdiff | tree |
2010-08-06 |
peter | diagnostics
|
commit | commitdiff | tree |
2010-08-06 |
peter | EA-21283 - ISE: GenericDomValueReference.getCanonicalText
|
commit | commitdiff | tree |
2010-08-06 |
peter | EA-21315
|
commit | commitdiff | tree |
2010-08-06 |
peter | IDEA-57084 Deadlock
|
commit | commitdiff | tree |
2010-08-06 |
peter | IDEA-57181 Grails library jars are duplicated in classpath...
|
commit | commitdiff | tree |
2010-08-06 |
peter | IDEA-57197 Gradle ctrl-shft-F10 integration doesn't...
|
commit | commitdiff | tree |
2010-08-06 |
peter | more comprehensive code
|
commit | commitdiff | tree |
2010-08-06 |
peter | IDEA-57189 Gant: ClassCastException at GrClosureSignatureUti...
|
commit | commitdiff | tree |
2010-08-05 |
peter | List2List is not a conversion
|
commit | commitdiff | tree |
2010-08-05 |
peter | expected types for a single vararg argument is both...
|
commit | commitdiff | tree |
2010-08-05 |
peter | goto to class from literals if there's no constructor
|
commit | commitdiff | tree |
2010-08-05 |
peter | let notScope have the same project as the scope it...
|
commit | commitdiff | tree |
2010-08-05 |
peter | fix CCE on searching for field with accessors
|
commit | commitdiff | tree |
next |