2016-11-28 |
Gregory.Shrago | make project map concurrent
|
commit | commitdiff | tree |
2016-11-24 |
Gregory.Shrago | replace recursion with traverser
|
commit | commitdiff | tree |
2016-11-23 |
Gregory.Shrago | typo
|
commit | commitdiff | tree |
2016-11-21 |
Gregory.Shrago | EA-89402 - assert: RenameDialog.doAction
|
commit | commitdiff | tree |
2016-11-21 |
Gregory.Shrago | EA-92033 - NPE: UiInspectorAction$ObjectRenderer.setValue
|
commit | commitdiff | tree |
2016-11-19 |
Gregory.Shrago | load idea project via jps for real: fix libs back,...
|
commit | commitdiff | tree |
2016-11-18 |
Gregory.Shrago | load idea project via jps for real: show progress ...
|
commit | commitdiff | tree |
2016-11-17 |
Gregory.Shrago | load idea project via jps for real & attach sources
|
commit | commitdiff | tree |
2016-11-17 |
Gregory.Shrago | use module libs & sdk (fixes missing kotlin-runtime)
|
commit | commitdiff | tree |
2016-11-17 |
Gregory.Shrago | EA-74513 - SE: TCPTransport.listen (catch ExceptionInInitial...
|
commit | commitdiff | tree |
2016-11-16 |
Gregory.Shrago | improve error report 2
|
commit | commitdiff | tree |
2016-11-16 |
Gregory.Shrago | JBIterator: do not advance cursor iterator on each...
|
commit | commitdiff | tree |
2016-11-14 |
Gregory.Shrago | improve error report
|
commit | commitdiff | tree |
2016-11-11 |
Gregory.Shrago | IDEA-161375 What is Pin Active Tab doing here?
|
commit | commitdiff | tree |
2016-11-09 |
Gregory.Shrago | unwind nested ScriptExceptions
|
commit | commitdiff | tree |
2016-11-08 |
Gregory.Shrago | try last recently used loader first to speed up things
|
commit | commitdiff | tree |
2016-11-08 |
Gregory.Shrago | specify null parent loader explicitly to fix debug...
|
commit | commitdiff | tree |
2016-11-08 |
Gregory.Shrago | cleanup
|
commit | commitdiff | tree |
2016-11-07 |
Gregory.Shrago | cleanup
|
commit | commitdiff | tree |
2016-11-05 |
Gregory.Shrago | GK: merge "token sequences with token texts: completion"
|
commit | commitdiff | tree |
2016-11-03 |
Gregory.Shrago | NPE fix
|
commit | commitdiff | tree |
2016-11-03 |
Gregory.Shrago | introduce pluralizer: prefer anglicized version for...
|
commit | commitdiff | tree |
2016-11-03 |
Gregory.Shrago | introduce pluralizer: partially restore the original...
|
commit | commitdiff | tree |
2016-11-03 |
Gregory.Shrago | introduce pluralizer (also fixes IDEA-163480, IDEA...
|
commit | commitdiff | tree |
2016-11-03 |
Gregory.Shrago | introduce processEach(), consumeEach()
|
commit | commitdiff | tree |
2016-11-01 |
Gregory.Shrago | less garbage and Disposer calls
|
commit | commitdiff | tree |
2016-10-25 |
Gregory.Shrago | rename partition() to split()
|
commit | commitdiff | tree |
2016-10-25 |
Gregory.Shrago | stateful partitioning
|
commit | commitdiff | tree |
2016-10-25 |
Gregory.Shrago | partition: introduce GROUP option
|
commit | commitdiff | tree |
2016-10-20 |
Gregory.Shrago | IDEA-162885 Diff window is not showing selections with...
|
commit | commitdiff | tree |
2016-10-19 |
Gregory.Shrago | IDEA-162863 Don't remember password by default if ...
|
commit | commitdiff | tree |
2016-10-18 |
Gregory.Shrago | GK 1.4.3: minor grammar fix
|
commit | commitdiff | tree |
2016-10-18 |
Gregory.Shrago | regen: GK 1.4.3
|
commit | commitdiff | tree |
2016-10-14 |
Gregory.Shrago | remove E-specific nullable annos
|
commit | commitdiff | tree |
2016-10-11 |
Gregory.Shrago | fix getContentScope()
|
commit | commitdiff | tree |
2016-10-11 |
Gregory.Shrago | employ UserDataHolderEx#putUserDataIfAbsent if available
|
commit | commitdiff | tree |
2016-10-11 |
Gregory.Shrago | introduce predefined ProjectScope#getEverythingScope
|
commit | commitdiff | tree |
2016-10-05 |
Gregory.Shrago | IDEA-162076 Selection highlighting hidden behind fully...
|
commit | commitdiff | tree |
2016-09-28 |
Gregory.Shrago | allow plugin script engines
|
commit | commitdiff | tree |
2016-09-16 |
Gregory.Shrago | GPUB: endless loop guard in parseAsTree()
|
commit | commitdiff | tree |
2016-09-13 |
Gregory.Shrago | do not sendText twice in case of exception
|
commit | commitdiff | tree |
2016-09-12 |
Gregory.Shrago | treat HOST_EDITOR like EDITOR in doGetData
|
commit | commitdiff | tree |
2016-09-12 |
Gregory.Shrago | ensure the focused editor in getData
|
commit | commitdiff | tree |
2016-08-25 |
Gregory.Shrago | introduce classTraverser
|
commit | commitdiff | tree |
2016-08-25 |
Gregory.Shrago | JBIterable, JBTreeTraversal: filter out duplicates...
|
commit | commitdiff | tree |
2016-08-23 |
Gregory.Shrago | IDEA-CR-13051: fix empty token at the end of a file...
|
commit | commitdiff | tree |
2016-08-23 |
Gregory.Shrago | EA-73094 - assert: LeafPsiElement.delete
|
commit | commitdiff | tree |
2016-08-22 |
Gregory.Shrago | IDEA-CR-13051 FlexAdapter: prevent infinite loop when...
|
commit | commitdiff | tree |
2016-08-21 |
Gregory.Shrago | make Analyze Dataflow actions available in all products
|
commit | commitdiff | tree |
2016-08-18 |
Gregory.Shrago | EA-87031 - AIOOBE: FocusTracesDialog.createCenterPanel
|
commit | commitdiff | tree |
2016-08-11 |
Gregory.Shrago | ParamInfo: support lisp-like arg lists (white-space...
|
commit | commitdiff | tree |
2016-08-08 |
Gregory.Shrago | improve generics: allow ? super E
|
commit | commitdiff | tree |
2016-08-08 |
Gregory.Shrago | drop dead code
|
commit | commitdiff | tree |
2016-07-29 |
Gregory.Shrago | introduce: partition by count and by arbitrary condition
|
commit | commitdiff | tree |
2016-07-29 |
Gregory.Shrago | introduce: map, reduce, find, indexOf and flatMap
|
commit | commitdiff | tree |
2016-07-28 |
Gregory.Shrago | scripting: take PSI into consideration on command detection
|
commit | commitdiff | tree |
2016-07-28 |
Gregory.Shrago | scripting: add \n on 'print'
|
commit | commitdiff | tree |
2016-07-28 |
Gregory.Shrago | IDEA-CR-11226 This reverts commit e40118c73c056255c14c30f216...
|
commit | commitdiff | tree |
2016-07-27 |
Gregory.Shrago | do not enlarge use scope for local-scoped elements
|
commit | commitdiff | tree |
2016-07-26 |
Gregory.Shrago | Usages in Scratches: add useScopeEnlarger, usageTypeProvider...
|
commit | commitdiff | tree |
2016-07-26 |
Gregory.Shrago | IDEA-CR-11830 index additional library roots from Additional...
|
commit | commitdiff | tree |
2016-07-23 |
Gregory.Shrago | fix NPE
|
commit | commitdiff | tree |
2016-07-14 |
Gregory.Shrago | instantiate inspections via EP
|
commit | commitdiff | tree |
2016-07-13 |
Gregory.Shrago | another INRE: FileBasedIndexImpl.handleDumbMode
|
commit | commitdiff | tree |
2016-07-12 |
Gregory.Shrago | extract LightDirectoryIndex
|
commit | commitdiff | tree |
2016-07-12 |
Gregory.Shrago | extract hasInvalidFiles() to VfsUtil
|
commit | commitdiff | tree |
2016-07-12 |
Gregory.Shrago | index scratch roots
|
commit | commitdiff | tree |
2016-07-11 |
Gregory.Shrago | fix table renderer background image painting
|
commit | commitdiff | tree |
2016-07-08 |
Gregory.Shrago | ensure of(null), append(null), append(empty())
|
commit | commitdiff | tree |
2016-07-08 |
Gregory.Shrago | introduce single-param null-aware of(item)
|
commit | commitdiff | tree |
2016-07-06 |
Gregory.Shrago | more on IDEA-CR-11800 ignore readme.txt
|
commit | commitdiff | tree |
2016-07-06 |
Gregory.Shrago | make breadcrumbs shorter: strip lambda & anonymous
|
commit | commitdiff | tree |
2016-07-06 |
Gregory.Shrago | nullable
|
commit | commitdiff | tree |
2016-07-03 |
Gregory.Shrago | generic copyright provider
|
commit | commitdiff | tree |
2016-07-02 |
Gregory.Shrago | remove deprecated getContainer()
|
commit | commitdiff | tree |
2016-07-01 |
Gregory.Shrago | simplify guided traversal API
|
commit | commitdiff | tree |
2016-07-01 |
Gregory.Shrago | make stack shorter & reduce garbage
|
commit | commitdiff | tree |
2016-06-30 |
Gregory.Shrago | replace with original-.. jar (without libs)
|
commit | commitdiff | tree |
2016-06-30 |
Gregory.Shrago | drop unused WeakFactoryMap in favour of FactoryMap
|
commit | commitdiff | tree |
2016-06-29 |
Gregory.Shrago | easymock 3.4
|
commit | commitdiff | tree |
2016-06-29 |
Gregory.Shrago | notnull
|
commit | commitdiff | tree |
2016-06-29 |
Gregory.Shrago | easymock 3.4
|
commit | commitdiff | tree |
2016-06-29 |
Gregory.Shrago | update to cglib-3.2.4-nodep and drop ancient asm.jar
|
commit | commitdiff | tree |
2016-06-29 |
Gregory.Shrago | update to cglib-3.2.4-nodep and drop ancient asm.jar
|
commit | commitdiff | tree |
2016-06-28 |
Gregory.Shrago | update to cglib-3.2.4-nodep and drop ancient asm.jar
|
commit | commitdiff | tree |
2016-06-28 |
Gregory.Shrago | use trove4j.jar instead of deprecated asm.jar
|
commit | commitdiff | tree |
2016-06-27 |
Gregory.Shrago | EA-84990 - PCE: DbDataSourceImpl.populateState
|
commit | commitdiff | tree |
2016-06-27 |
Gregory.Shrago | sort editor top-bottom components and make breadcrumbs...
|
commit | commitdiff | tree |
2016-06-24 |
Gregory.Shrago | EA-73474 - assert: DummyCachingFileSystem.onProjectOpened
|
commit | commitdiff | tree |
2016-06-24 |
Gregory.Shrago | EA-84787 - IAE: PackageSetBase.contains
|
commit | commitdiff | tree |
2016-06-23 |
Gregory.Shrago | support unregistered types in sets and maps
|
commit | commitdiff | tree |
2016-06-22 |
Gregory.Shrago | do not leak menu->root_panel->..
|
commit | commitdiff | tree |
2016-06-22 |
Gregory.Shrago | do not leak ui components
|
commit | commitdiff | tree |
2016-06-22 |
Gregory.Shrago | cleanup
|
commit | commitdiff | tree |
2016-06-22 |
Gregory.Shrago | move out of gen root; update to JFlex 1.6 semantics...
|
commit | commitdiff | tree |
2016-06-21 |
Gregory.Shrago | IDEA-CR-11636: don't leak stuff <..> after dialog closing
|
commit | commitdiff | tree |
2016-06-21 |
Gregory.Shrago | don't leak stuff <..> after dialog closing
|
commit | commitdiff | tree |
2016-06-21 |
Gregory.Shrago | GPUB sync: make _COLLAPSE_ work with other modifiers...
|
commit | commitdiff | tree |
2016-06-20 |
Gregory.Shrago | NPE fix
|
commit | commitdiff | tree |
2016-06-20 |
Gregory.Shrago | EA-84531 - assert: EditorWindowImpl.a
|
commit | commitdiff | tree |
next |