Commit Graph
84918 Commits
Author SHA1 Message Date
Roman Shevchenko 463e3582cf Cleanup 2012-07-11 14:28:34 +02:00
Maxim.Mossienko 6dafa25808 EOFException in IndexingStamp.createOrGetTimeStamp 2012-07-11 16:21:02 +04:00
Anton Makeev dbb9614a6b Undo: do no record originator for non-physical documents (like refactorings dialogs) 2012-07-11 14:18:50 +02:00
Eugene Zhuravlev 647a9d01a4 fix recursive tree traversal when building AntDomPattern 2012-07-11 14:09:46 +02:00
Vassiliy Kudryashov 7e9b02c62c IDEA-86947 Run configuration list should support drag and drop to reorder the run configurations 2012-07-11 15:51:29 +04:00
Denis.Zhdanov 9d91e6c465 IDEA-88486 Regression => Guard console is broken
Corrected cached console size update on processing lines which contain \r
2012-07-11 15:15:05 +04:00
Alexander Lobas a1bcc10701 Add debug info 2012-07-11 15:03:53 +04:00
Gregory.Shrago 5118b8b59a Do not leak light files via file status cache 2012-07-11 12:43:58 +02:00
Sergey Simonchik 8bcb2dbdbb jstd config file index 2012-07-11 14:27:33 +04:00
Oleg Sukhodolsky 7d70cb4f55 removing unsupported regexps from test data 2012-07-11 14:13:20 +04:00
Alexey Kudravtsev e0300f26ef debug assert removed 2012-07-11 14:08:02 +04:00
Alexey Kudravtsev 8532bdfa8e debug assert removed 2012-07-11 14:08:02 +04:00
peter c2ecf09643 get rid of NegatingComparable indirection 2012-07-11 11:54:35 +02:00
peter c621d02691 avoid collection resizing 2012-07-11 11:54:35 +02:00
peter b355077c2a use IdentityHashMap, its get is faster than THashMap's 2012-07-11 11:54:35 +02:00
peter 73eab9af7f really linear lookup element sorting 2012-07-11 11:54:35 +02:00
Alexander Lobas 742a339ef1 EA-37018 2012-07-11 13:36:01 +04:00
Alexey Kudravtsev f74bd288c6 don't nullify arbitrarily 2012-07-11 13:32:38 +04:00
Alexey Kudravtsev d9d72774fb RefCountHolder: resist attempts to overwrite data by multiple instances of GHP running concurrently 2012-07-11 13:21:29 +04:00
Alexey Kudravtsev c5588decda performance/memory improvements 2012-07-11 13:21:28 +04:00
Alexey Kudravtsev 8fa0499ffa VirtualFilePointerManager is component again to ensure disposal order 2012-07-11 13:21:27 +04:00
Alexey Kudravtsev 0d0d6535ce IDEA-88514 Show diff from Changes View for Unknown plain text file (*.mm) produces "difference in line separators" label 2012-07-11 13:21:27 +04:00
Alexey Kudravtsev 859f41a1a2 cleanup 2012-07-11 13:21:26 +04:00
Alexey Kudravtsev f782cc6517 replaced VirtualFile' == comparisons with .equals() 2012-07-11 13:21:25 +04:00
Anton Makeev 4adea567a6 AppCode:Debugger: do not show internal file types in UI (OC-3943) 2012-07-11 11:16:15 +02:00
Alexander Lobas d648bb0e80 Add debug info 2012-07-11 12:58:49 +04:00
Oleg Sukhodolsky d29f43240c Fixed support for '\cX' regexps: CTRL added to set of possible chars. 2012-07-11 12:15:49 +04:00
Denis.Zhdanov 84149f87b0 IDEA-66333 Quick documentation lookup on mouse hover
Include only <body> context to the quick doc preview
2012-07-11 10:39:26 +04:00
nik 5c2ab87b78 new project model: fixed loading from xml 2012-07-11 10:16:03 +04:00
nik 93debded19 new project model: dependencies for xml loader fixed 2012-07-11 10:16:03 +04:00
Denis.Zhdanov a16c513858 IDEA-66333 Quick documentation lookup on mouse hover
Don't use <p>, <blockquote>, <pre> tags at the preview text as they occupy a lot of vertical space during rendering. Using <br/> instead.
2012-07-11 10:15:08 +04:00
Denis.Zhdanov ba6a521ae2 IDEA-66333 Quick documentation lookup on mouse hover
Open quick doc control from the tooltip hyperlink
2012-07-11 09:16:26 +04:00
Denis.Zhdanov c1812389dc IDEA-66333 Quick documentation lookup on mouse hover
1. Ide tooltip (ctrl+mouse hover) shows 'doc preview' message now;
2. Ide tooltip is not closed on mouse move when the cursor is above it;
3. Basic doc preview construction test is provided;
2012-07-11 07:40:06 +04:00
andrey.zaytsev fdf98efe3a breakpoints-ui. master breakpoint chooser size 2012-07-11 02:11:22 +04:00
Eugene Zhuravlev fcb694c8d9 debug level instead of info level 2012-07-11 00:05:42 +02:00
Eugene Zhuravlev 2026254132 less verbose logs 2012-07-11 00:05:19 +02:00
Maxim.Mossienko 32d665de04 looks like we do not need to leave compiler system directory for each test so remove it on project disposal 2012-07-11 00:57:34 +04:00
Gregory.Shrago 0d28360e10 IDEA-78677 part 2: editorless console 2012-07-11 00:19:09 +04:00
Eugene Zhuravlev 3eda313c9d parallel compilation: flush storages on a per-chunk group basis 2012-07-10 21:31:58 +02:00
Roman Shevchenko 9f283409a4 IDEA-88468 (restrict Javac quirks inspection by language level) 2012-07-10 21:27:23 +02:00
Eugene Zhuravlev 72fb048535 parallel compilation: configurable max number of threads 2012-07-10 20:22:20 +02:00
Roman Shevchenko 1cfdae8be5 Reorder task shouldn't leave corrupted files behind 2012-07-10 20:19:40 +02:00
Maxim Shafirov 1e251bd40a Don't invoke delete via backspace key if there's speed search active 2012-07-10 21:26:43 +04:00
Eugene Zhuravlev f8b871bf62 logging parallel compilation 2012-07-10 19:23:39 +02:00
Eugene Zhuravlev 64ea8411ed more robust way of clearing dumb mode flag 2012-07-10 19:23:38 +02:00
Alexander Lobas ea77b9ca35 Add debug info 2012-07-10 20:49:04 +04:00
peter 54b3e0bd2e remove debug output 2012-07-10 18:23:15 +02:00
peter f73c7f68db EA-37259 add read action 2012-07-10 18:19:59 +02:00
peter 7b284e5ebd remove debug output 2012-07-10 18:19:58 +02:00
peter 48d193cbfd IDEA-88551 keyboard shortcut for rollback doesn't work in commit dialog box 2012-07-10 18:19:37 +02:00