Dmitry Avdeev [Fri, 13 Aug 2010 15:22:17 +0000 (19:22 +0400)]
creating directive
Dmitry Avdeev [Fri, 13 Aug 2010 14:22:04 +0000 (18:22 +0400)]
XmlFile.getRootTag()
Dmitry Avdeev [Fri, 13 Aug 2010 13:44:15 +0000 (17:44 +0400)]
convenient defaults for refactoring
Dmitry Avdeev [Fri, 13 Aug 2010 13:42:41 +0000 (17:42 +0400)]
convenient defaults for refactoring
Denis Zhdanov [Tue, 17 Aug 2010 09:32:57 +0000 (13:32 +0400)]
IDEA-56413 Soft wrap, editing: Shift+Delete could cut logical line, not visual one
1. Extracted common code for selecting the closest non-soft-wrapped line start positions to EditorUtil;
2. Applied extracted code to 'Duplicate Line' action processing;
3. Applied extracted code to 'Delete Line' action processing;
Denis Zhdanov [Tue, 17 Aug 2010 09:01:41 +0000 (13:01 +0400)]
IDEA-56459 Soft wrap, editing: "Duplicate line" action invoked from wrapped part of a line could duplicate the whole logical line
Removed unnecessary scrolling to caret on soft wraps state change
Denis Zhdanov [Tue, 17 Aug 2010 08:52:52 +0000 (12:52 +0400)]
IDEA-56459 Soft wrap, editing: "Duplicate line" action invoked from wrapped part of a line could duplicate the whole logical line
1. Logical position refinement algorithm during caret model processing is corrected;
2. Approximate soft wraps positions are calculated on document text modification (necessary to prevent non-desired scrolling);
3. 'Duplicate Line' action is made soft wraps-aware;
nik [Tue, 17 Aug 2010 08:26:02 +0000 (12:26 +0400)]
IDEA-56327: DOCTYPE ui:UiBinder SYSTEM "dl.google.com/gwt/DTD/xhtml.ent" is always red
nik [Mon, 16 Aug 2010 14:09:14 +0000 (18:09 +0400)]
NPEs
Denis Zhdanov [Tue, 17 Aug 2010 07:47:25 +0000 (11:47 +0400)]
IDEA-53596 Soft wrap for editors
Removed endless loop during text width in columns calculation
Denis Zhdanov [Tue, 17 Aug 2010 06:49:50 +0000 (10:49 +0400)]
IDEA-57640 'Commit Changes' editor: Fix inconsistency with inspection popup appearance for soft wrap-introduced virtual space
Suppress hint popups for soft wrap-introduced virtual space
Eugene Zhuravlev [Mon, 16 Aug 2010 17:35:19 +0000 (21:35 +0400)]
fix stack overflow
Gregory Shrago [Sat, 14 Aug 2010 19:33:21 +0000 (23:33 +0400)]
new db UI: scanned & default schemas
Maxim Shafirov [Mon, 16 Aug 2010 15:46:18 +0000 (19:46 +0400)]
Git rid of CompositeLanguageFileViewProvider
Eugene Zhuravlev [Mon, 16 Aug 2010 15:21:58 +0000 (19:21 +0400)]
correctly handle ant project renames (IDEA-35231)
Alexey Kudravtsev [Mon, 16 Aug 2010 12:51:20 +0000 (16:51 +0400)]
invalid file fix
Alexey Kudravtsev [Mon, 16 Aug 2010 10:31:03 +0000 (14:31 +0400)]
leak
Denis Zhdanov [Mon, 16 Aug 2010 13:56:18 +0000 (17:56 +0400)]
IDEA-57672 Soft wrap: Correct processing of the last document line inserted via 'Undo' action
Processed line storage is refreshed after document update as well - there is a possible case that the change introdces new lines and we need to handle that correctly
Denis Zhdanov [Mon, 16 Aug 2010 13:54:14 +0000 (17:54 +0400)]
WI-1431 Add spellchecker to 'Commit Changes' dialog box ('Comment' text area)
Minor refactoring in order to make the code consistent
Konstantin Bulenkov [Mon, 16 Aug 2010 12:48:01 +0000 (16:48 +0400)]
bigger size
irengrig [Mon, 16 Aug 2010 12:05:17 +0000 (16:05 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community
Eugene Zhuravlev [Mon, 16 Aug 2010 11:58:29 +0000 (15:58 +0400)]
fix exception
Eugene Zhuravlev [Mon, 16 Aug 2010 11:58:08 +0000 (15:58 +0400)]
use convenience method for defining declaring element
irengrig [Mon, 16 Aug 2010 11:47:45 +0000 (15:47 +0400)]
P4: committed changelists serialization fix: do NOT use serialized P4 connection settings. rather use connection that relates to the VCS root where changes belong to
irengrig [Mon, 16 Aug 2010 11:47:30 +0000 (15:47 +0400)]
VCS: lighter hash code
irengrig [Mon, 16 Aug 2010 11:44:32 +0000 (15:44 +0400)]
P4: committed changelists details loading performance.. a bit faster
Kirill.Safonov [Mon, 16 Aug 2010 11:21:34 +0000 (15:21 +0400)]
Merge branch 'master' of git.labs.intellij.net:idea/community
Alexey Pegov [Mon, 16 Aug 2010 11:15:06 +0000 (15:15 +0400)]
Posting Notification without specifying a project results in showing two balloons (IDEA-53248)
Konstantin Bulenkov [Mon, 16 Aug 2010 10:58:50 +0000 (14:58 +0400)]
+multiline input dialog
Anton Makeev [Mon, 16 Aug 2010 10:53:35 +0000 (14:53 +0400)]
CIDR: initial formatter
Eugene Zhuravlev [Mon, 16 Aug 2010 10:31:06 +0000 (14:31 +0400)]
param references in macrodefs supported
Denis Zhdanov [Mon, 16 Aug 2010 09:59:10 +0000 (13:59 +0400)]
IDEA-57632 Show vertical scroll bars at 'Commit Changes' editor if necessary
IDEA-57634 'Commit Changes' editor: make it possible to manage vertical viewport position via mouse3
Commit message editor is configured to use vertical scroll bars if necessary
Alexey Kudravtsev [Mon, 16 Aug 2010 08:40:04 +0000 (12:40 +0400)]
minimize LIP constructor count, simplify
Denis Zhdanov [Mon, 16 Aug 2010 09:13:46 +0000 (13:13 +0400)]
IDEA-57637 'Commit Changes' editor: Fix text selection processing when cursor moved to the bottom of editor
Text selection by mouse is made visual positions-oriented (used to be logical positions-oriented that caused problems with soft-wrapped lines)
Denis Zhdanov [Mon, 16 Aug 2010 08:42:42 +0000 (12:42 +0400)]
IDEA-57636 'Commit Changes' editor: Make 'Ctrl+Sift+Right/Left Arrow' shortcut work with commit message text
Editor used to process commit text is configured to give text-oriented editor actions higher priority than non-editor actions
Eugene Zhuravlev [Mon, 16 Aug 2010 07:43:23 +0000 (11:43 +0400)]
tes data updated
Anton Makeev [Fri, 13 Aug 2010 13:47:23 +0000 (17:47 +0400)]
Keymap UI: correctly retrieving project from data context (IDEA-54658)
Denis Zhdanov [Mon, 16 Aug 2010 07:04:15 +0000 (11:04 +0400)]
IDEA-57227 Soft wrap: current line highlighting broken for last line in a fil
Last line background repainting algorithm is made soft wraps-aware
Denis Zhdanov [Mon, 16 Aug 2010 07:02:48 +0000 (11:02 +0400)]
WI-1431 Add spellchecker to 'Commit Changes' dialog box ('Comment' text area)
1. Editor is used at 'Commit Changes' dialog now;
2. Editor from 'Commit Changes' dialog' is configured to use soft wraps and spell checking inspection all the time;
3. Added utility method PsiUtilBase.findEditor() - allows to find virtual file editor stored at GUI component properties in addition to standard lookup via file;
4. Default soft wrap drawing sign is changed in order to sort out problem with default unicode symbols representation under Windows 7 fonts;
5. Added ability to disable second-level options at quick fix dialog ('disable inspection', 'configure inspection settings' etc) and disabled them for spell checker inspection used at editor from 'Commit Changes' dialog;
6. Added ability to order actions triggered by keyboard shortcut. That ability is used within editor from 'Commit Changes' dialog in order to resolve problem with 'Show Commits History' and 'Scroll To Center' actions clash;
7. Minor refactorings;
Eugene Zhuravlev [Sun, 15 Aug 2010 17:10:37 +0000 (21:10 +0400)]
change recursion to visitor
Eugene Zhuravlev [Sun, 15 Aug 2010 15:57:12 +0000 (19:57 +0400)]
fix deadlock
Eugene Zhuravlev [Sun, 15 Aug 2010 08:40:27 +0000 (12:40 +0400)]
recompute DOM on 'forced_ant_file' attribute change, better implementation
Dmitry Trofimov [Sat, 14 Aug 2010 15:28:09 +0000 (19:28 +0400)]
current file removed from completion variants in incude-extends django tags (PY-1449)
Eugene Zhuravlev [Sat, 14 Aug 2010 18:43:29 +0000 (22:43 +0400)]
fix typedef highlighting when resource cannot be loaded
Eugene Zhuravlev [Sat, 14 Aug 2010 18:27:26 +0000 (22:27 +0400)]
fix NPE
Eugene Zhuravlev [Sat, 14 Aug 2010 17:51:29 +0000 (21:51 +0400)]
temporarily unregister ant dom model inspection stub
Eugene Zhuravlev [Sat, 14 Aug 2010 17:45:51 +0000 (21:45 +0400)]
- restricted criterion of what xml file to treat as 'ant' file by default
- hack (temporary?) in DomManager in order to force recalculation of the specified file
- test data for ant updated
Maxim.Mossienko [Sat, 14 Aug 2010 13:14:36 +0000 (17:14 +0400)]
avoid ArrayList$Iter.next() calls from for-each
Kirill.Safonov [Sat, 14 Aug 2010 14:08:38 +0000 (18:08 +0400)]
TFS: server browser uses platform standard Tree control instead of handmade implementation
Eugene Zhuravlev [Sat, 14 Aug 2010 13:41:56 +0000 (17:41 +0400)]
updated progress message in case when no dependent files found
Eugene Zhuravlev [Fri, 13 Aug 2010 19:32:06 +0000 (23:32 +0400)]
highlighting for DOM-based ant support
Eugene Zhuravlev [Thu, 12 Aug 2010 16:07:37 +0000 (20:07 +0400)]
tests updated
Eugene Zhuravlev [Thu, 12 Aug 2010 14:25:39 +0000 (18:25 +0400)]
more prpperty defining tasks
Eugene Zhuravlev [Thu, 12 Aug 2010 11:24:26 +0000 (15:24 +0400)]
polyvariant references for ant properties
Eugene Zhuravlev [Thu, 12 Aug 2010 11:20:13 +0000 (15:20 +0400)]
highlight all usage targets returned
Eugene Zhuravlev [Wed, 11 Aug 2010 09:29:17 +0000 (13:29 +0400)]
ant resolve tests updated
Eugene Zhuravlev [Tue, 10 Aug 2010 17:54:31 +0000 (21:54 +0400)]
more property defining tasks;
support for property references in "if" and "unless" attributes
Eugene Zhuravlev [Tue, 10 Aug 2010 16:44:27 +0000 (20:44 +0400)]
some property defining tasks supported
Eugene Zhuravlev [Tue, 10 Aug 2010 14:13:17 +0000 (18:13 +0400)]
thread-safe implementation
Eugene Zhuravlev [Fri, 6 Aug 2010 17:49:39 +0000 (21:49 +0400)]
remove redundant checks
Eugene Zhuravlev [Fri, 6 Aug 2010 17:40:56 +0000 (21:40 +0400)]
Available task support
Eugene Zhuravlev [Fri, 6 Aug 2010 15:04:19 +0000 (19:04 +0400)]
resctrict visibility scope for elements declared by macrodefs and scriptdefs
Eugene Zhuravlev [Thu, 5 Aug 2010 14:58:22 +0000 (18:58 +0400)]
scripdefs initial support
fixed custom elements registration for taskdefs
Eugene Zhuravlev [Thu, 5 Aug 2010 12:12:14 +0000 (16:12 +0400)]
presetdef support
Eugene Zhuravlev [Thu, 5 Aug 2010 12:11:47 +0000 (16:11 +0400)]
fix stack overflow
Eugene Zhuravlev [Thu, 5 Aug 2010 11:55:43 +0000 (15:55 +0400)]
macrodef nested elements registration and navigation
Eugene Zhuravlev [Thu, 5 Aug 2010 09:32:49 +0000 (13:32 +0400)]
declarations support
Eugene Zhuravlev [Thu, 5 Aug 2010 08:55:10 +0000 (12:55 +0400)]
macrodefs initial support
Eugene Zhuravlev [Wed, 4 Aug 2010 10:29:31 +0000 (14:29 +0400)]
dynamically assign File and Boolean types and corrsponding converters to introspected attributes
Eugene Zhuravlev [Wed, 4 Aug 2010 10:10:16 +0000 (14:10 +0400)]
make ant attributes pseudo-case-insensitive
Eugene Zhuravlev [Tue, 3 Aug 2010 12:14:33 +0000 (16:14 +0400)]
"ant" task support
Eugene Zhuravlev [Tue, 3 Aug 2010 08:27:37 +0000 (12:27 +0400)]
make ant view use DOM-based ant model
Eugene Zhuravlev [Mon, 2 Aug 2010 09:40:34 +0000 (13:40 +0400)]
file contexts support for DOM-based ant implementation
Maxim Shafirov [Fri, 13 Aug 2010 17:25:13 +0000 (21:25 +0400)]
Basic name suggestion for introduce variable.
Alexey Kudravtsev [Fri, 13 Aug 2010 12:09:21 +0000 (16:09 +0400)]
cleanup
Alexey Kudravtsev [Fri, 13 Aug 2010 11:38:27 +0000 (15:38 +0400)]
http://ea.jetbrains.com/browser/ea_problems/21350
Alexey Kudravtsev [Fri, 13 Aug 2010 10:36:04 +0000 (14:36 +0400)]
NPE
Alexey Kudravtsev [Fri, 13 Aug 2010 10:34:03 +0000 (14:34 +0400)]
cleanup
Alexey Kudravtsev [Fri, 13 Aug 2010 10:31:00 +0000 (14:31 +0400)]
cleanup
Alexey Kudravtsev [Fri, 13 Aug 2010 10:28:25 +0000 (14:28 +0400)]
NPE
Alexey Kudravtsev [Fri, 13 Aug 2010 10:15:58 +0000 (14:15 +0400)]
CME
Alexey Kudravtsev [Fri, 13 Aug 2010 10:11:12 +0000 (14:11 +0400)]
cleanup
Alexey Kudravtsev [Fri, 13 Aug 2010 10:04:15 +0000 (14:04 +0400)]
cleanup
Alexey Kudravtsev [Fri, 13 Aug 2010 10:02:09 +0000 (14:02 +0400)]
cleanup
Alexey Kudravtsev [Fri, 13 Aug 2010 09:56:54 +0000 (13:56 +0400)]
NPE
nik [Fri, 13 Aug 2010 15:06:44 +0000 (19:06 +0400)]
IDEA-55375: gwt: "Introduce Variable" in JSNI does not add expected line break
irengrig [Fri, 13 Aug 2010 14:02:12 +0000 (18:02 +0400)]
VCS: lazily cache hash code in Change
nik [Fri, 13 Aug 2010 12:41:30 +0000 (16:41 +0400)]
fix
nik [Fri, 13 Aug 2010 12:39:45 +0000 (16:39 +0400)]
one more duplicated method removed
Constantine Plotnikov [Fri, 13 Aug 2010 11:40:52 +0000 (15:40 +0400)]
git4idea: a possible fix for loosing stashes in the configurations
Anton Makeev [Fri, 13 Aug 2010 12:52:38 +0000 (16:52 +0400)]
Maven: do not add module dependency for unsupported dependency type
Anton Makeev [Fri, 13 Aug 2010 10:39:46 +0000 (14:39 +0400)]
Run configurations: ok/cancel confirmation dialog changed to yes/no
Alexey Pegov [Fri, 13 Aug 2010 12:30:55 +0000 (16:30 +0400)]
revert wrong change
nik [Fri, 13 Aug 2010 11:49:48 +0000 (15:49 +0400)]
reformatting for PsiElement in injected code fixed (IDEA-55686)
nik [Fri, 13 Aug 2010 09:34:20 +0000 (13:34 +0400)]
refactored
nik [Fri, 13 Aug 2010 09:33:42 +0000 (13:33 +0400)]
refactored
nik [Fri, 13 Aug 2010 09:16:56 +0000 (13:16 +0400)]
duplication eliminated
nik [Fri, 13 Aug 2010 07:34:15 +0000 (11:34 +0400)]
auto-indent logic for injected files moved to CodeStyleManager
nik [Fri, 13 Aug 2010 07:26:06 +0000 (11:26 +0400)]
duplication removed
Eugene Kudelevsky [Fri, 13 Aug 2010 11:49:07 +0000 (15:49 +0400)]
Merge branch 'master' of git@git.labs.intellij.net:idea/community