Commit Graph
84644 Commits
Author SHA1 Message Date
Roman Shevchenko 9e55a94daa IDEA-87384 (file channel copying appear to be slower and less reliable) 2012-07-05 12:24:16 +02:00
Roman Shevchenko e796806922 Fix test 2012-07-05 12:24:15 +02:00
Oleg Sukhodolsky 2a8bba7a4e RUBY-11499: BaseIndentEnterHandler improved to handle different settings and with different inputs
#RUBY-11499 fixed
2012-07-05 13:55:45 +04:00
Denis.Zhdanov 6ab806079d IDEA-66333 Quick documentation lookup on mouse hover
Don't overwrite documentation for the element under cursor by documentation for the element under caret
2012-07-05 13:09:21 +04:00
Alexander Zolotov 9ff53a0814 WI-525: Complete statement (Control + Shift + Enter) does not work in html
- modify XmlSmartEnterProcessor in order to support usecase described in issue
2012-07-05 13:07:21 +04:00
anna 961086a6d1 do not skip control flow for unreachable code (IDEA-87654) 2012-07-05 11:02:17 +02:00
anna 27da3854d3 do not suggest to remove qualifier if fix would produce illegal forward ref (IDEA-87640) 2012-07-05 11:02:16 +02:00
Denis.Zhdanov 7937be4c15 IDEA-66333 Quick documentation lookup on mouse hover
Don't attempt to move pinned quick doc control to front because it steals focus from the editor
2012-07-05 12:21:08 +04:00
Eugene Kudelevsky 49ee384fcc upgrade android libraries 2012-07-05 12:17:44 +04:00
Denis.Zhdanov f3f2b0c022 IDEA-66333 Quick documentation lookup on mouse hover
Avoid multiple listener (de)registration for the same document  - document logs that as an error internally
2012-07-05 11:29:46 +04:00
Yann Cébron 56d6379901 "jsessionid" to dictionary 2012-07-05 09:06:53 +02:00
Yann Cébron 58c93faaf6 "attlist" to dictionary 2012-07-05 09:05:39 +02:00
Denis.Zhdanov ee52820989 IDEA-66333 Quick documentation lookup on mouse hover
1. Reuse pinned doc control for showing 'auto quick doc' info if possible;
2. Moving pinned doc control to front when 'auto quick doc' content is updated;
2012-07-05 10:43:21 +04:00
Denis.Zhdanov efa2b4f4d6 IDEA-66333 Quick documentation lookup on mouse hover
Don't close quick doc control invoked on Ctrl+Q when mouse is moved
2012-07-05 09:56:19 +04:00
Denis.Zhdanov ed575aa1fb IDEA-66333 Quick documentation lookup on mouse hover
Don't show auto quick doc when the application is inactive
2012-07-05 09:56:18 +04:00
Denis.Zhdanov c67c415ffa IDEA-66333 Quick documentation lookup on mouse hover
Don't show auto quick doc for one-line editors (e.g. breakpoint condition)
2012-07-05 09:56:17 +04:00
Denis.Zhdanov 645514a8e7 IDEA-66333 Quick documentation lookup on mouse hover
Don't show auto quick doc if IDE frame doesn't have focus
2012-07-05 09:56:17 +04:00
Denis.Zhdanov 2000c567dc typo 2012-07-05 09:56:16 +04:00
Denis.Zhdanov 526c5ff8aa IDEA-66333 Quick documentation lookup on mouse hover
1. 'Auto quick doc' is closed on pressing any key;
2. Don't show auto quick doc if any modifier key is set (e.g. prevent it from popping out when we want to navigate via Ctrl+click or evaluate via Alt+click);
2012-07-05 09:56:16 +04:00
Denis.Zhdanov bc81ff34db IDEA-66333 Quick documentation lookup on mouse hover
Corrected changed 'auto quick doc delay' value detection
2012-07-05 09:56:09 +04:00
Denis.Zhdanov 344336293d IDEA-66333 Quick documentation lookup on mouse hover
BooleanFunction: dsm -> util-rt
2012-07-05 09:56:09 +04:00
Denis.Zhdanov 578a7a0a57 IDEA-66333 Quick documentation lookup on mouse hover
Don't show an auto quick doc control if there is an active hint
2012-07-05 09:56:02 +04:00
Denis.Zhdanov db06441b50 IDEA-66333 Quick documentation lookup on mouse hover
Added GUI for configuring 'auto quick doc' control delay
2012-07-05 09:56:02 +04:00
Denis.Zhdanov 595063de62 IDEA-66333 Quick documentation lookup on mouse hover
Make it easier to hide 'auto quick doc' control
2012-07-05 09:55:52 +04:00
Eugene Zhuravlev 87b805a6ee print idea.log in groovy tests 2012-07-04 21:15:37 +02:00
Eugene Zhuravlev 106db3fd9a test logging 2012-07-04 21:14:49 +02:00
peter fb6dfb22bd correct logging 2012-07-04 20:57:47 +02:00
peter f98abab8a3 more logging 2012-07-04 20:39:16 +02:00
peter 0048a257d9 more logging 2012-07-04 20:32:18 +02:00
peter 2635eb6906 explain false 2012-07-04 20:27:30 +02:00
peter bf8e7110c1 IDEA-88218 Image editor: Zoom In after many Zoom Out stops working before bringing the image back to actual size 2012-07-04 20:27:29 +02:00
anna 433f988b40 create from usage: extract used type params from deep levels (IDEA-87564) 2012-07-04 19:47:43 +02:00
anna 93ad8555b3 show in view from ctrl-n: suggest to abort when too many usages found; move usage processing under progress (IDEA-87689) 2012-07-04 19:47:42 +02:00
anna 421ca4baf0 consistency with getTextRange 2012-07-04 19:45:28 +02:00
Maxim Shafirov 005a18fb5c Stop iterating if the project is closed. 2012-07-04 21:15:51 +04:00
peter 240ef162f6 IDEA-86137 Intellij Freeze 2012-07-04 18:58:34 +02:00
Alexander Zolotov d856544321 IDEA-88302: SmartEnter doesn't work when caret placed at the start of line
- delete custom behaviour for this case

#IDEA-88302 fixed
2012-07-04 20:52:22 +04:00
Alexander Kirillin a87003244c IDEA-88280 Cannot scroll down with arrows in "non-prefix matches" search results in "go to" popups 2012-07-04 20:26:10 +04:00
peter 0c9743b9d1 IDEA-40911 JSPX: code completion inserts not escaped '<' and '>' for generic classes 2012-07-04 17:49:25 +02:00
peter c03ae530da preserve selection & caret position when switching between goto popups 2012-07-04 17:49:10 +02:00
peter e2655d5593 it's 2012 already 2012-07-04 17:48:56 +02:00
peter af8490d260 IDEA-21292 Settings -> Path Variables: value - truncate tail spaces 2012-07-04 17:48:56 +02:00
Eugene Zhuravlev 70a134325b use javac's optimized file manager for javac only 2012-07-04 17:31:05 +02:00
Eugene Zhuravlev 32e88beef6 revert: use optimized file managers in single-threaded environment only 2012-07-04 17:31:04 +02:00
Shaverdova Elena da86c5e81e EA-37156 Assertion selectedTool != null not always true 2012-07-04 19:14:42 +04:00
Maxim Shafirov c91303e4bc IDEA-87650. 2012-07-04 18:50:43 +04:00
Anton Makeev 01f068ffdd Platform: possible npe in 'go-to' popup when PsiElementNavigatableItem.getTargetElement returns null. 2012-07-04 16:19:30 +02:00
Sergey Evdokimov 4a43853d86 IDEA-88215 (Maven: typo in "Error running" message) 2012-07-04 17:34:43 +04:00
Eugene Zhuravlev 21487a8fd2 missing deps 2012-07-04 15:07:47 +02:00
Eugene Zhuravlev e475e60939 thread-safe caches in optimized file managers 2012-07-04 14:46:37 +02:00