projects
/
idea
/
community.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge branch 'ruby-attach-to-process'
2016-10-25
Dmitry Batrak
improve exception's description message
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
avoid caret visual position changes on parameter hints...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
make Caret.getOffset() work correctly from a side thread...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
Remove access to caret offset from a side thread without...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
fix test
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
add a performance test for typing with multiple carets
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
avoid unnecessary position panel updates
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
avoid using AsyncResult for synchronous operations...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
avoid creation of exception per document change (exception...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
optimize capturing of selection state in editor
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
remove extra validation check, it is irrelevant now...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
speed up painting of editor with a lot of carets
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
avoid unnecessary calculations
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
fix incorrect access to logical position cache (when...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
avoid unnecessary editor size updates
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
don't update mouse cursor for editor component unnecessarily...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
invoke TypedHandlerDelegate.checkAutoPopup only for...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
Correct handling of useCaretAndSelection flag in IterationSt...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
make getOffset() work correctly from a side thread...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
bring back heuristic to move caret after text insertion...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
allow requesting (potentially stale) values for logical...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
correct context validation
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
Avoid O(caretCount^2) time on typing with multiple...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
remove commented code
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
don't perform per-caret position update on document...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
don't perform per-caret selection update on document...
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
remove unneeded state
commit
|
commitdiff
|
tree
2016-10-24
Dmitry Batrak
IDEA-160652 Move line causes inlays refresh
commit
|
commitdiff
|
tree
2016-10-21
Dmitry Batrak
don't restart background computation in AsyncEditorLoader...
commit
|
commitdiff
|
tree
2016-10-19
Dmitry Batrak
EA-86227 - IAE: HistoryEntry.createHeavy
commit
|
commitdiff
|
tree
2016-10-19
Dmitry Batrak
EA-90213 - TDDE: TraceableDisposable.throwDisposalError
commit
|
commitdiff
|
tree
2016-10-19
Dmitry Batrak
assertion for IDEA-162197
commit
|
commitdiff
|
tree
2016-10-17
Dmitry Batrak
bring back notifications about forcibly enabled soft...
commit
|
commitdiff
|
tree
2016-10-14
Dmitry Batrak
IDEA-162449 Showing progress in console hides mouse...
commit
|
commitdiff
|
tree
2016-10-14
Dmitry Batrak
IDEA-162476 Add alpha to inline hint background
commit
|
commitdiff
|
tree
2016-10-14
Dmitry Batrak
IDEA-162480 Add more examples to inline hint color...
commit
|
commitdiff
|
tree
2016-10-10
Dmitry Batrak
IDEA-161418 Missing example of "Inline parameters hint...
commit
|
commitdiff
|
tree
2016-10-06
Dmitry Batrak
update bundled JRE by default when running update.cmd...
commit
|
commitdiff
|
tree
2016-10-06
Dmitry Batrak
IDEA-162128 Strange cursor position after press 'End...
commit
|
commitdiff
|
tree
2016-10-06
Dmitry Batrak
IDEA-162128 Strange cursor position after press 'End...
commit
|
commitdiff
|
tree
2016-10-06
Dmitry Batrak
IDEA-162062 Move Statement: Scope of shifted block...
commit
|
commitdiff
|
tree
2016-10-05
Dmitry Batrak
IDEA-162062 Move Statement: Scope of shifted block...
commit
|
commitdiff
|
tree
2016-10-05
Dmitry Batrak
allow inlays to define their own context menu
commit
|
commitdiff
|
tree
2016-10-05
Dmitry Batrak
refactoring: extract XDebuggerInlayUtil (following...
commit
|
commitdiff
|
tree
2016-10-04
Dmitry Batrak
IDEA-161418 Missing example of "Inline parameters hint...
commit
|
commitdiff
|
tree
2016-10-04
Dmitry Batrak
IDEA-161968 Multiselection cursor location is unexpected
commit
|
commitdiff
|
tree
2016-10-04
Dmitry Batrak
IDEA-161930 Editing method invocations with parameter...
commit
|
commitdiff
|
tree
2016-10-04
Dmitry Batrak
added dummy inlay model implementation for injected...
commit
|
commitdiff
|
tree
2016-10-04
Dmitry Batrak
refactoring (following IDEA-CR-14187)
commit
|
commitdiff
|
tree
2016-10-04
Dmitry Batrak
cleanup - use Java 8 features, remove redundant code
commit
|
commitdiff
|
tree
2016-10-04
Dmitry Batrak
IDEA-161418 Missing example of "Inline parameters hint...
commit
|
commitdiff
|
tree
2016-10-03
Dmitry Batrak
IDEA-162004 Rich copy produces wrong foreground color...
commit
|
commitdiff
|
tree
2016-10-03
Dmitry Batrak
show primitive values right after variable name in...
commit
|
commitdiff
|
tree
2016-09-30
Dmitry Batrak
IDEA-161866 Move Element Left/Right doesn't work in...
commit
|
commitdiff
|
tree
2016-09-30
Dmitry Batrak
EA-89191 - ISE: EditorView.offsetToVisualPosition
commit
|
commitdiff
|
tree
2016-09-30
Dmitry Batrak
enable changing 'show parameter name hints' option...
commit
|
commitdiff
|
tree
2016-09-30
Dmitry Batrak
EA-89192 - ISE: EditorView.offsetToVisualPosition
commit
|
commitdiff
|
tree
2016-09-30
Dmitry Batrak
EA-83177 - ISE: EditorView.offsetToVisualPosition
commit
|
commitdiff
|
tree
2016-09-30
Dmitry Batrak
EA-89190 - ISE: EditorView.offsetToVisualPosition
commit
|
commitdiff
|
tree
2016-09-29
Dmitry Batrak
EA-89180 - ISE: EditorView.offsetToVisualPosition
commit
|
commitdiff
|
tree
2016-09-29
Dmitry Batrak
EA-87030 - UOE: TextComponentScrollingModel.runActionOnScrol...
commit
|
commitdiff
|
tree
2016-09-29
Dmitry Batrak
remove unused code from PlatformDocumentationUtil
commit
|
commitdiff
|
tree
2016-09-29
Dmitry Batrak
IDEA-161410 Quick Documentation: double opening angle...
commit
|
commitdiff
|
tree
2016-09-28
Dmitry Batrak
Improve EditorUtil.disposeWithEditor logic for injected...
commit
|
commitdiff
|
tree
2016-09-28
Dmitry Batrak
Created utility method to add dependant disposables...
commit
|
commitdiff
|
tree
2016-09-28
Dmitry Batrak
EA-84044 - TDDE: TraceableDisposable.throwDisposalError
commit
|
commitdiff
|
tree
2016-09-28
Dmitry Batrak
EA-89083 - TDDE: TraceableDisposable.throwDisposalError
commit
|
commitdiff
|
tree
2016-09-27
Dmitry Batrak
more diagnostics for EA-88292
commit
|
commitdiff
|
tree
2016-09-27
Dmitry Batrak
added semicolon to parameter hint text (IDEA-156672)
commit
|
commitdiff
|
tree
2016-09-27
Dmitry Batrak
EA-89074 - TDDE: TraceableDisposable.throwDisposalError
commit
|
commitdiff
|
tree
2016-09-23
Dmitry Batrak
IDEA-161581 "Create local variable" makes the screen...
commit
|
commitdiff
|
tree
2016-09-23
Dmitry Batrak
IDEA-161293 Console Font preview - gutter is not updated...
commit
|
commitdiff
|
tree
2016-09-22
Dmitry Batrak
IDEA-161105 Breakpoints move unexpectedly on editing
commit
|
commitdiff
|
tree
2016-09-22
Dmitry Batrak
IDEA-161105 Breakpoints move unexpectedly on editing
commit
|
commitdiff
|
tree
2016-09-21
Dmitry Batrak
further adjustments to the presentation of inline parameter...
commit
|
commitdiff
|
tree
2016-09-21
Dmitry Batrak
IDEA-161056 In column mode, after pressing Shift-PageDown...
commit
|
commitdiff
|
tree
2016-09-21
Dmitry Batrak
IDEA-161026 Quickdoc badly shows initialization of...
commit
|
commitdiff
|
tree
2016-09-20
Dmitry Batrak
IDEA-160461 Sort fonts case-insensitively
commit
|
commitdiff
|
tree
2016-09-20
Dmitry Batrak
adjust presentation of inline parameter hints
commit
|
commitdiff
|
tree
2016-09-20
Dmitry Batrak
IDEA-159399 Selection gets broken for multi clicking...
commit
|
commitdiff
|
tree
2016-09-20
Dmitry Batrak
IDEA-98074 Line spacing makes cursor oversized
commit
|
commitdiff
|
tree
2016-09-20
Dmitry Batrak
PY-20602 Line numbers displayed incorrectly in "Initial...
commit
|
commitdiff
|
tree
2016-09-19
Dmitry Batrak
move classes implementing inline hints for method call...
commit
|
commitdiff
|
tree
2016-09-01
Dmitry Batrak
disable smart backspace functionality in column selection...
commit
|
commitdiff
|
tree
2016-08-31
Dmitry Batrak
IDEA-135620 Typing with a lot of carets (hundreds)...
commit
|
commitdiff
|
tree
2016-08-30
Dmitry Batrak
EA-87375 - TDDE: TraceableDisposable.throwDisposalError
commit
|
commitdiff
|
tree
2016-08-30
Dmitry Batrak
IDEA-160466, EA-87301, EA-87475 exceptions on document...
commit
|
commitdiff
|
tree
2016-08-30
Dmitry Batrak
IDEA-160423 Caret#selectWordAtCaret should never operate...
commit
|
commitdiff
|
tree
2016-08-29
Dmitry Batrak
use provided caret offset instead of offset obtained...
commit
|
commitdiff
|
tree
2016-08-29
Dmitry Batrak
IDEA-160423 Caret#selectWordAtCaret should never operate...
commit
|
commitdiff
|
tree
2016-08-29
Dmitry Batrak
IDEA-160423 Caret#selectLineAtCaret should never operate...
commit
|
commitdiff
|
tree
2016-08-29
Dmitry Batrak
don't swallow exceptions in JavaDocumentationProvider
commit
|
commitdiff
|
tree
2016-08-29
Dmitry Batrak
IDEA-159934 java.awt.HeadlessException is thrown while...
commit
|
commitdiff
|
tree
2016-08-26
Dmitry Batrak
IDEA-159879 Memory leak while looking many diffs
commit
|
commitdiff
|
tree
2016-08-26
Dmitry Batrak
IDEA-160139 Multiple carets: parameters deleting works...
commit
|
commitdiff
|
tree
2016-08-26
Dmitry Batrak
parameter hint presentation tweak - avoid showing hint...
commit
|
commitdiff
|
tree
2016-08-26
Dmitry Batrak
IDEA-159851 External documentation doesn't jump to...
commit
|
commitdiff
|
tree
2016-08-24
Dmitry Batrak
show notification on attempt to edit a read-only file
commit
|
commitdiff
|
tree
2016-08-24
Dmitry Batrak
redone fix for IDEA-151527 to satisfy IDEA-159953 as...
commit
|
commitdiff
|
tree
2016-08-24
Dmitry Batrak
avoid exceptions at parameter hints painting if colors...
commit
|
commitdiff
|
tree
next