Commit Graph
150434 Commits
Author SHA1 Message Date
Nadya Zabrodina 233ead98d3 PushDialog: undo action supported for sync target editing; appropriate ISE fixed 2015-04-14 17:04:25 +04:00
Nadya Zabrodina b98aa8ed5b IDEA-138181 Push Dialog: "Edit all targets" should sync targets on enabling 2015-04-14 17:04:25 +04:00
Nadya Zabrodina 429fd1dec6 IDEA-138180 Push Dialog: last target is invisible (if it has no commits to push)
* scroll bar sometimes doesn't appear when needed, and only a part of last commit is visible->collapse and re-expand or resize  helps
2015-04-14 17:04:24 +04:00
Nadya Zabrodina dfc2bc2a5f several cases for user and email parsing test added 2015-04-14 17:04:24 +04:00
Alexey Kudravtsev 1a362ba861 NPE in upsource 2015-04-14 16:47:07 +03:00
Kirill Likhodedov 2d32cc3547 [vcs] IDEA-137838 IDEA-130530 make ctrl+C copy file name
Because there is already ctrl+shift+C for the full path.
2015-04-14 15:36:55 +03:00
Kirill Likhodedov 001ee0bce5 [vcs] IDEA-117394 set empty text to "loading..." only if in refresh 2015-04-14 15:36:54 +03:00
Oleg Sukhodolsky 5fb05041b1 More @NotNull 2015-04-14 15:02:27 +03:00
Yann Cébron fe6bf66f6c Merge remote-tracking branch 'origin/master' 2015-04-14 13:36:29 +02:00
Yann Cébron 08d707b793 DevKit: plugin.xml deprecated/unused highlighting includes element info 2015-04-14 13:35:39 +02:00
Daniil Ovchinnikov 54276bc2fc [groovy] recognize "-minimal" jars in library 2015-04-14 14:35:16 +03:00
Alexey Kudravtsev 2e7059c38b delay initialization for upsource 2015-04-14 14:20:17 +03:00
Anna Kozlova 206cfa77d8 test data preprocessed 2015-04-14 12:43:41 +02:00
Anna Kozlova 4a7cc5004f read action (IDEA-CR-2350) 2015-04-14 12:04:42 +02:00
Yann Cébron 3aeaf88017 DevKit: @Presentation "icon" works in non-IDEA plugin project, resolve "AllIcons" references in non-IDEA plugin project 2015-04-14 11:53:56 +02:00
Egor.Ushakov 6a618d9e76 IDEA-138578 Debugger spuriously jumps to decompiled method signature 2015-04-14 12:33:52 +03:00
Yann Cébron 9e2e426496 DevKit: register XmlAttribute "icon" references only in plugin.xml files 2015-04-14 11:24:20 +02:00
Anna Kozlova f9884861c4 testng: prepare for fork mode 2015-04-14 10:06:33 +02:00
Anna Kozlova ecec6791db junit: test working dir file content 2015-04-14 10:06:32 +02:00
Sergey Ignatov bcae4d6272 cleanup 2015-04-13 23:57:40 +03:00
Ilya.Kazakevich 81fde236dd For manage py (PY-15389):
* Placeholder aligned vertically
* Its color changed to gray
* Its position properly set right after cursor / document end what ever comes first
2015-04-13 23:12:23 +03:00
Ilya.Kazakevich cb84d2ee8b Merge remote-tracking branch 'origin/master' 2015-04-13 22:14:00 +03:00
Ilya.Kazakevich 269213f4fa Padding added to console for PY-15555 2015-04-13 22:13:04 +03:00
peter c1a7f390fc java completion: don't suggest static members after instance qualifier in code fragments (IDEA-138709) 2015-04-13 20:29:51 +03:00
peter b59521d5ed deprecate and don't use the long gone CodeInsightSettings.SHOW_STATIC_AFTER_INSTANCE (IDEA-138709) 2015-04-13 20:29:50 +03:00
Anna Kozlova 51c1681b3c read action 2015-04-13 19:28:30 +02:00
Anna Kozlova 0b41be78f7 test notifications: make notification message more precise with failed/ignored numbers 2015-04-13 19:23:56 +02:00
Anna Kozlova b0437beb7e test notification: make @Nullable contract visible 2015-04-13 19:23:55 +02:00
Anna Kozlova 549651fbf0 sm junit/testng: ensure test presentation is formatted 2015-04-13 19:23:54 +02:00
Anna Kozlova d1f0f7db05 process ignored tests inside start-end event sequence 2015-04-13 19:23:52 +02:00
Anna Kozlova fb9e6e0677 sm runner: suggest to fix configuration if no tests were found 2015-04-13 19:23:51 +02:00
Anna Kozlova aa080230b6 generate: static field as separate kind (IDEA-136777) 2015-04-13 19:23:50 +02:00
Anna Kozlova 1a769bbb2b junit fork: delete temp file on exit 2015-04-13 19:23:49 +02:00
Anna Kozlova eb9efda900 sm runner junit/testng: saving output to file 2015-04-13 19:23:48 +02:00
Anna Kozlova 22c408ea15 sm test tree updater: ensure only total is updated during building of tree 2015-04-13 19:23:46 +02:00
Anna Kozlova 127a8db400 ensure ServiceMessageTypes is in classpath if different classpath is used per run 2015-04-13 19:23:45 +02:00
Anna Kozlova 740c4c4104 junit fork: ensure in dbl '//' the last '/' is not ignored; this also fixes sm locator protocol java:suite://className 2015-04-13 19:23:44 +02:00
Anna Kozlova 75b1558d09 forked mode for sm runner 2015-04-13 19:23:43 +02:00
Anna Kozlova 761b92fd93 use existing constant (IDEA-CR-2300) 2015-04-13 19:23:42 +02:00
Aleksey Pivovarov d0d6da7d14 diff: require explicit 'animated' parameter for scrolling 2015-04-13 19:50:57 +03:00
Aleksey Pivovarov 202f6d8cef diff: code review
IdRunnable is unnecessary - additional callbacks will do nothing, because myQueuedApplyRequest will be cleared
2015-04-13 19:50:56 +03:00
Aleksey Pivovarov 249f08fec8 vcs: preselect current file in ChangeBrowser on 'Show changed files from Annotate' action
fix for moved files
2015-04-13 19:50:55 +03:00
Daniil Ovchinnikov e7b08457ff [groovy] build&restart action made not disposable 2015-04-13 19:48:55 +03:00
Yann Cébron 5ef36dd618 DomFileDescription#initializeFileDescription javadoc 2015-04-13 18:27:55 +02:00
peter b40b00c498 modal progress already has its own modality state, don't start another one bound to its dialog (IDEA-137750) 2015-04-13 19:23:41 +03:00
peter ecab324ae0 dfa: overriding @NotNull has precedence over super method @Nullable 2015-04-13 18:51:22 +03:00
peter 3583e28000 don't constantly clear all dom caches when low on memory (IDEA-139045) 2015-04-13 18:51:21 +03:00
Vladimir Krivosheev 22f6ace753 WEB-14926 org.xml.sax.SAXParseException: expected Element when open page in browser 2015-04-13 17:41:20 +02:00
Daniil Ovchinnikov 5132348d5b [groovy] add new line at the beginnig of command 2015-04-13 18:12:06 +03:00
Alexey Kudravtsev 6d3679a937 made method accessible in upsource 2015-04-13 17:40:49 +03:00