Alexey Utkin [Mon, 21 Oct 2013 08:57:39 +0000 (12:57 +0400)]
Fix OC-3040 TODO[ik] implementation: need to be fixed to correctly process indent inside indent +review CR-OC @Anton.Makeev
nik [Mon, 21 Oct 2013 09:04:22 +0000 (13:04 +0400)]
cleanup: introduced method to add source root with default properties
nik [Fri, 18 Oct 2013 15:01:50 +0000 (19:01 +0400)]
cleanup
peter [Sun, 20 Oct 2013 15:28:34 +0000 (17:28 +0200)]
highlight completed word in the correct editor (IDEA-115153)
peter [Sun, 20 Oct 2013 15:16:10 +0000 (17:16 +0200)]
don't clone text attributes for each console hyperlink (IDEA-114275)
peter [Sun, 20 Oct 2013 13:06:59 +0000 (15:06 +0200)]
incoming cache: get revisions for all changelist files in a bulk way (IDEA-99185)
peter [Sun, 20 Oct 2013 12:19:38 +0000 (14:19 +0200)]
make IncomingChangeState immutable, introduce ProcessingResult
peter [Sun, 20 Oct 2013 10:55:31 +0000 (12:55 +0200)]
make RefreshIncomingChangesOperation single-assignment fields final
peter [Sun, 20 Oct 2013 10:51:09 +0000 (12:51 +0200)]
move RefreshIncomingChangesOperation.myCurrentRevisions initialization to constructor
peter [Sun, 20 Oct 2013 10:45:52 +0000 (12:45 +0200)]
less project-related indirection in RefreshIncomingChangesOperation
peter [Sun, 20 Oct 2013 10:40:48 +0000 (12:40 +0200)]
make RefreshIncomingChangesOperation static
Kirill Likhodedov [Sun, 20 Oct 2013 14:29:51 +0000 (18:29 +0400)]
[log] IDEA-64583 Don't invokeAndWait from runProcessWithProgressSync
There is no need to call invokeAndWaitIfNeeded from
runProcessWithProgressSynchronously: just substituteCommitMessage
after runProcess... completes in the calling (EDT) thread.
Use runProcess... which returns value. Since it also throws an
exception, pass the possible VcsException to it. If it happens,
show an error message to the user.
Vassiliy [Sun, 20 Oct 2013 14:19:44 +0000 (18:19 +0400)]
Lens mode (better mouse wheel support)
Eugene Zhuravlev [Sun, 20 Oct 2013 12:27:57 +0000 (14:27 +0200)]
reliably re-throw PCE
Eugene Zhuravlev [Sat, 19 Oct 2013 17:20:30 +0000 (19:20 +0200)]
remove redundant cast
Eugene Zhuravlev [Sat, 19 Oct 2013 15:25:14 +0000 (17:25 +0200)]
"show source" action leaves focus in breakpoints dialog
Michael Golubev [Sun, 20 Oct 2013 00:19:24 +0000 (02:19 +0200)]
Merge branch 'master' of git.labs.intellij.net:idea/community
Michael Golubev [Sun, 20 Oct 2013 00:17:43 +0000 (02:17 +0200)]
IDEA-112731 - Cannot start WebSphere v6.1 server anymore - fix reappear
Maxim.Mossienko [Sun, 20 Oct 2013 00:06:13 +0000 (02:06 +0200)]
processElements only in source scope
Maxim.Mossienko [Sat, 19 Oct 2013 18:30:48 +0000 (20:30 +0200)]
better spreading nameIds / caching strings using integer hash from burtleburtle.net/bob/hash/integer.html
with previous nameId % 16 striping sampling was like
7542400,
16103753,
1844054,
5237640,
6218814,
11005156,
3395732,
8183208,
1897660,
3119959,
2961691,
7768377,
2177568,
3889462,
6146853,
2765254,
with new one
8207442,
6253680,
14184952,
4657166,
5186040,
25115754,
10426752,
15750418,
11239308,
5293340,
16883296,
16750920,
6545096,
23295592,
5969384,
4756022,
Konstantin Bulenkov [Sat, 19 Oct 2013 16:50:07 +0000 (18:50 +0200)]
soft border for checkboxes
Konstantin Bulenkov [Sat, 19 Oct 2013 16:49:19 +0000 (18:49 +0200)]
combobox ui for IntelliJ laf
Konstantin Bulenkov [Sat, 19 Oct 2013 15:30:36 +0000 (17:30 +0200)]
remove darcula background
Konstantin Bulenkov [Sat, 19 Oct 2013 15:29:37 +0000 (17:29 +0200)]
tune status bar separators for IntelliJ laf
Konstantin Bulenkov [Sat, 19 Oct 2013 14:55:07 +0000 (16:55 +0200)]
fix white text in combobox
Maxim.Mossienko [Sat, 19 Oct 2013 08:26:56 +0000 (10:26 +0200)]
several changes in order to get vfs more fault tolerant:
- write all file attributes under write lock,
- delete file from parent first and after it delete from vfs
- when move: delete from old parent first and add to new parent last
Maxim.Mossienko [Sat, 19 Oct 2013 08:20:32 +0000 (10:20 +0200)]
fixed race for for concurrent read access of byte buffers from vfs
peter [Fri, 18 Oct 2013 20:43:12 +0000 (22:43 +0200)]
support Class<?> in loggers (IDEA-105064)
Gregory.Shrago [Fri, 18 Oct 2013 18:22:22 +0000 (22:22 +0400)]
use fileEditor name if no file available
Dmitry Jemerov [Fri, 18 Oct 2013 17:16:26 +0000 (19:16 +0200)]
Merge remote-tracking branch 'origin/master'
Dmitry Jemerov [Fri, 18 Oct 2013 17:13:44 +0000 (19:13 +0200)]
run configuration for PyCharm Community Edition
Alexander Lobas [Fri, 18 Oct 2013 17:10:17 +0000 (21:10 +0400)]
Copy/Paste fix
Dmitry Jemerov [Fri, 18 Oct 2013 17:11:28 +0000 (19:11 +0200)]
import PyCharm Community Edition .iml files into IntelliJ IDEA Community Edition project
Dmitry Jemerov [Fri, 18 Oct 2013 17:08:00 +0000 (19:08 +0200)]
python-community-tests depends on python-helpers
Gregory.Shrago [Fri, 18 Oct 2013 17:03:41 +0000 (21:03 +0400)]
EA-44967 - assert: ComponentManagerImpl.getMessageBus
Vladimir Krivosheev [Fri, 18 Oct 2013 17:00:12 +0000 (19:00 +0200)]
WEB-9656 BrowserConnectionManager Exception in console on shutdown
Dmitry Jemerov [Fri, 18 Oct 2013 16:58:28 +0000 (18:58 +0200)]
correctly locate helpers under new repo layout
Dmitry Jemerov [Fri, 18 Oct 2013 16:48:37 +0000 (18:48 +0200)]
update community path location for new repo layout
Dmitry Jemerov [Fri, 18 Oct 2013 16:48:08 +0000 (18:48 +0200)]
delete accidentally checked in .class files
Dmitry Jemerov [Fri, 18 Oct 2013 16:34:37 +0000 (18:34 +0200)]
Merge remote-tracking branch 'origin/master'
Dmitry Jemerov [Fri, 18 Oct 2013 16:26:08 +0000 (18:26 +0200)]
remove tests for non-public stuff
Dmitry Jemerov [Fri, 18 Oct 2013 16:10:43 +0000 (18:10 +0200)]
delete build scripts for non-public part of code
Dmitry Jemerov [Fri, 18 Oct 2013 15:59:51 +0000 (17:59 +0200)]
remove IMLs of non-public modules
Dmitry Jemerov [Fri, 18 Oct 2013 15:50:43 +0000 (17:50 +0200)]
Merge remote-tracking branch 'pycharmce/master'
peter [Fri, 18 Oct 2013 15:37:57 +0000 (17:37 +0200)]
don't throw exceptions on contracts with several clauses
Alexander Lobas [Fri, 18 Oct 2013 15:32:33 +0000 (19:32 +0400)]
OC-8590
Bas Leijdekkers [Fri, 18 Oct 2013 15:26:45 +0000 (17:26 +0200)]
warn in more cases
Eugene Zhuravlev [Fri, 18 Oct 2013 15:06:21 +0000 (17:06 +0200)]
possible NPE fix
Vladislav.Soroka [Fri, 18 Oct 2013 15:06:37 +0000 (19:06 +0400)]
ExternalSystem: project wizard refactoring (related bug - youtrack.jetbrains.com/issue/IDEA-115072)
Eugene Zhuravlev [Fri, 18 Oct 2013 14:56:23 +0000 (16:56 +0200)]
correct navigation to fields in anonymous classes
nik [Fri, 18 Oct 2013 14:57:10 +0000 (18:57 +0400)]
fixed ProjectFileIndex#getOrderEntriesForFile for files which are library roots themselves (in javascript libraries)
Alexander Zolotov [Fri, 18 Oct 2013 14:54:14 +0000 (18:54 +0400)]
WEB-9549 When in CSS context, hyphenated words should NOT be treated at single entities when double clicked
Alexander Lobas [Fri, 18 Oct 2013 14:20:57 +0000 (18:20 +0400)]
Restore creation/paste selection after reparse during updateRenderer()
Anton Makeev [Fri, 18 Oct 2013 14:18:41 +0000 (16:18 +0200)]
AppCode: temporarily fix for broken environment (OC-8606, OC-8593)
Vladislav.Soroka [Fri, 18 Oct 2013 14:13:25 +0000 (18:13 +0400)]
Merge remote-tracking branch 'origin/master'
Vladislav.Soroka [Fri, 18 Oct 2013 14:12:57 +0000 (18:12 +0400)]
Gradle: code cleanup
Alexey Kudravtsev [Fri, 18 Oct 2013 14:06:46 +0000 (18:06 +0400)]
Merge remote-tracking branch 'origin/master'
Alexey Kudravtsev [Fri, 18 Oct 2013 14:04:22 +0000 (18:04 +0400)]
Merge remote-tracking branch 'origin/master'
Konstantin Bulenkov [Fri, 18 Oct 2013 14:02:51 +0000 (16:02 +0200)]
password fields for Darcula and IntelliJ lafs are 2px taller than text fields
Konstantin Bulenkov [Fri, 18 Oct 2013 14:01:58 +0000 (16:01 +0200)]
password field bg
peter [Fri, 18 Oct 2013 13:39:57 +0000 (15:39 +0200)]
a bit faster TaskManager initialization
peter [Fri, 18 Oct 2013 13:20:27 +0000 (15:20 +0200)]
avoid expensive class loading in resource bundles
peter [Fri, 18 Oct 2013 13:14:59 +0000 (15:14 +0200)]
don't use rotten things in constructor dfa cache
peter [Fri, 18 Oct 2013 11:51:06 +0000 (13:51 +0200)]
a bit faster startup by more efficient extension registration
Vladislav.Soroka [Fri, 18 Oct 2013 13:50:37 +0000 (17:50 +0400)]
ExternalSystem: project wizard refactoring (related bug - youtrack.jetbrains.com/issue/IDEA-115072)
Rustam Vishnyakov [Fri, 18 Oct 2013 13:37:13 +0000 (17:37 +0400)]
IDEA-114952 Eclipse code style import: would be nice to remember imported file location
Vassiliy Kudryashov [Fri, 18 Oct 2013 13:27:24 +0000 (17:27 +0400)]
Make "Problems" icon gray is there is no problem inside
Maxim.Mossienko [Fri, 18 Oct 2013 13:17:39 +0000 (15:17 +0200)]
use native bytes order for bytebuffers in vfs / enumerator / persistent hash map
Maxim.Mossienko [Fri, 18 Oct 2013 13:12:32 +0000 (15:12 +0200)]
avoid O(N^2) filtering where N number of deleted directories
Alexey Gopachenko [Fri, 18 Oct 2013 13:07:43 +0000 (15:07 +0200)]
injection pattern building - whitespace matching fix
(cherry picked from commit
d5b495faa776499bd5e3dd9f449e0888f14467fa)
nik [Fri, 18 Oct 2013 11:45:41 +0000 (15:45 +0400)]
remote servers view extracted to platform
Konstantin Bulenkov [Fri, 18 Oct 2013 12:07:26 +0000 (14:07 +0200)]
make text field lower
Konstantin Bulenkov [Fri, 18 Oct 2013 12:01:09 +0000 (14:01 +0200)]
progress bar for intellij laf
Alexey Kudravtsev [Fri, 18 Oct 2013 11:52:22 +0000 (15:52 +0400)]
double dispose
Sergey Simonchik [Fri, 18 Oct 2013 11:45:06 +0000 (15:45 +0400)]
json icon updated
Dennis Ushakov [Fri, 18 Oct 2013 10:45:05 +0000 (14:45 +0400)]
<!--> is proper comment in html
#WEB-7733 fixed
Max Medvedev [Fri, 18 Oct 2013 11:01:29 +0000 (15:01 +0400)]
Groovy Move members: fix doc formatting
Bas Leijdekkers [Fri, 18 Oct 2013 10:50:36 +0000 (12:50 +0200)]
Report @SafeVarargs and System.lineSeparator() usages
Vladimir Krivosheev [Fri, 18 Oct 2013 10:49:22 +0000 (12:49 +0200)]
WEB-9343 nodejs debugging hangs on rerun
Hello, old good java io! Reason to reinvent the wheel — https://github.com/netty/netty/commit/
88647924996720f9769bfe62a17de7b806a55c3d
Alexander Zolotov [Fri, 18 Oct 2013 10:02:45 +0000 (14:02 +0400)]
WEB-9669 Add combobox with history in 'Surround with Emmet' dialog
Maxim.Mossienko [Fri, 18 Oct 2013 10:36:31 +0000 (12:36 +0200)]
cleanup unused import
Maxim.Mossienko [Fri, 18 Oct 2013 10:32:03 +0000 (12:32 +0200)]
provide default implementation for new processClasses / processFields / processMethods
Sergey Simonchik [Fri, 18 Oct 2013 10:27:25 +0000 (14:27 +0400)]
call 'textAvailable' to restore compatibility with 3rd-party ColoredProcessHandler inheritors
Denis Fokin [Fri, 18 Oct 2013 10:09:16 +0000 (14:09 +0400)]
IDEA-113515 "To many events posted" diagnostic message if create remote sdk
Dmitry Jemerov [Thu, 17 Oct 2013 13:50:44 +0000 (15:50 +0200)]
live template macro that expands to clipboard contents (IDEA-67895)
Dmitry Jemerov [Thu, 17 Oct 2013 13:36:14 +0000 (15:36 +0200)]
toString() template for commons-lang 3 (IDEA-94260)
Dmitry Jemerov [Thu, 17 Oct 2013 13:21:44 +0000 (15:21 +0200)]
"open in opposite group" action (IDEA-84182)
Dmitry Jemerov [Thu, 17 Oct 2013 13:15:56 +0000 (15:15 +0200)]
tab placement actions need to be dumb-aware
Dmitry Jemerov [Thu, 17 Oct 2013 13:09:56 +0000 (15:09 +0200)]
rename "Alphabetical Mode" action to reflect what it does
Rustam Vishnyakov [Fri, 18 Oct 2013 10:01:10 +0000 (14:01 +0400)]
UI cosmetics (IDEA-114953 Eclipse code style import: dialog to select a profile to import has no title)
Alexey Kudravtsev [Fri, 18 Oct 2013 10:00:08 +0000 (14:00 +0400)]
Merge remote-tracking branch 'origin/master'
Alexey Kudravtsev [Thu, 17 Oct 2013 10:04:54 +0000 (14:04 +0400)]
cleanup
Alexey Kudravtsev [Thu, 17 Oct 2013 14:56:26 +0000 (18:56 +0400)]
cleanup, thread safety
Alexey Kudravtsev [Thu, 17 Oct 2013 10:05:05 +0000 (14:05 +0400)]
cleanup
Konstantin Bulenkov [Fri, 18 Oct 2013 09:50:10 +0000 (11:50 +0200)]
fix menu separator color
Konstantin Bulenkov [Fri, 18 Oct 2013 09:39:58 +0000 (11:39 +0200)]
tooltips background
Konstantin Bulenkov [Fri, 18 Oct 2013 09:39:16 +0000 (11:39 +0200)]
softer border in tooltips
Bas Leijdekkers [Fri, 18 Oct 2013 08:49:19 +0000 (10:49 +0200)]
i18n
Rustam Vishnyakov [Fri, 18 Oct 2013 08:15:10 +0000 (12:15 +0400)]
Fixed IDEA-115084 Color and Fonts: can't change colors for certain elements
Bas Leijdekkers [Thu, 17 Oct 2013 18:52:36 +0000 (20:52 +0200)]
IDEA-114936 (Good code is yellow: Confusing floating point constants)