Commit Graph
181654 Commits
Author SHA1 Message Date
Konstantin Bulenkov 01b1f7cd6a update groovy icons 2016-10-19 19:15:35 +02:00
Konstantin Bulenkov 95bd0beaf0 update ant task icons 2016-10-19 19:15:33 +02:00
Konstantin Bulenkov 851ffe373b update griffon icons 2016-10-19 19:15:32 +02:00
Konstantin Bulenkov dc4b277517 update ant icons 2016-10-19 19:15:30 +02:00
Konstantin Bulenkov ea603d873e remove ant target icons for darcula 2016-10-19 19:15:28 +02:00
Maxim.Mossienko c78df72ee0 html files are not xml property file 2016-10-19 18:53:32 +02:00
Nadya Zabrodina 4d6944630a [vcs]: deprecate reportsIgnoredDirectories method 2016-10-19 19:23:43 +03:00
Nadya Zabrodina 5795829257 [hg]: return copy of ignored files to be thread safe, optimize size 2016-10-19 19:23:42 +03:00
Nadya Zabrodina 8478feb1b6 [vcs]: add listener for Async update IgnoredHolder model changes
* refresh view when update mode changed;
2016-10-19 19:23:41 +03:00
Nadya Zabrodina 1e60a89362 [hg]: implement ChangesViewRefresher for hg 2016-10-19 19:23:40 +03:00
Nadya Zabrodina 85783fb6e8 [vcs]: add project area for ChangesViewRefresher EP 2016-10-19 19:23:40 +03:00
Nadya Zabrodina f0edfcce1f [hg]: process new/deleted ignored files files from VcsVfsListener
* (IDEA-145035) do not ask to confirm hg delete if files are ignored;
* delete and add to repo ignored files holder if needed;
2016-10-19 19:23:39 +03:00
Nadya Zabrodina 2e5c909f3a [vcs]: use per Repository ignored holders in VcsIgnored; add get size methods
* (IDEA-113185, IDEA-137014, IDEA-138132, IDEA-159684) fix performance;
* provide dir and file sizes method for Ignored files;
* improve ignored rendering with "updating" word;
* do not ask for ignored if they shouldn't be shown (to avoid map union);
* remove VF set from HgIgnoredFilesHolder, it was already moved to
 Composite holder and used as IDE ignored files storage;
2016-10-19 19:23:38 +03:00
Nadya Zabrodina a43147207c [vcs]: provide separated ignored maps for vcses and one for Ide ignored
* rename;
* return Composite Ignored holder from FileHolder instead of common
 instance;
* add annotations;
* provider getter for active ignored files holder for current VCS;
* use streams if possible;
2016-10-19 19:23:37 +03:00
Nadya Zabrodina fa32cf0084 [vcs]: show ignored files in changed view as unversioned, unify 2016-10-19 19:23:37 +03:00
Nadya Zabrodina f819a6bd4c [hg]: implement local ignored files holder per repository
* create async update queue;
* subscribe ignored files updating for .hgignored/dirstate changing;
2016-10-19 19:23:36 +03:00
Nadya Zabrodina d237c908c6 [hg]: remove IGNORED processor 2016-10-19 19:23:35 +03:00
Nadya Zabrodina 602c1fee30 [vcs]: lambdify 2016-10-19 19:23:34 +03:00
Nadya Zabrodina 5672767d12 [vcs]: refactoring: get rid of unnecessary inheritance, delete unused 2016-10-19 19:23:33 +03:00
Nadya Zabrodina 1df4c49c4a [vcs]: provide EP for vcs Ignored files holder
* move Hg specific holder as EP to hg4idea plugin;
* optimize HashSet using one from ContainerUtils;
* delegate activation for all specific ignored holders from composite;
* remove hacky code from UpdateingChanglistBuilder;
* now hg ignored files updating only by fully repo refresh;
2016-10-19 19:23:32 +03:00
Konstantin Bulenkov 1c1c0dd845 fix microba calendar in darcula
(cherry picked from commit 2578a0fe3788a7c46594e188f758f90fa8bcec39)
2016-10-19 18:15:48 +02:00
Maxim.Mossienko c8d6122dd9 build project view nodes in background 2016-10-19 18:07:03 +02:00
Ekaterina Tuzova 6216ac6a32 quick fix for idea community tests.
markdown4j dependency in community needs investigation
2016-10-19 18:39:33 +03:00
Sergey Ignatov 330e9f3258 [ui] use light grey only for doc popup, coauthored with Olga B.
revert tooltips
2016-10-19 18:24:28 +03:00
Anna.Kozlova 5a9c6d9aee fix testdata 2016-10-19 17:21:30 +02:00
Anna.Kozlova d00d7de338 Revert: ActionHint#findAndCheck now accepts String errorMessage instead of infoSupplier (IDEA-CR-14399) (a61024f6a3) 2016-10-19 17:18:24 +02:00
Dennis Ushakov 6c24cc78be allow collapsable tag customization (WEB-22699) 2016-10-19 18:16:54 +03:00
Sergey Simonchik 4cca4e3871 don't count the same test twice in statistics if testFailed is followed by testFinished 2016-10-19 18:05:34 +03:00
Egor.Ushakov 0795a5fdb3 more streams 2016-10-19 17:56:57 +03:00
Anna.Kozlova a4fb99cb2e make 'ignored test' inspection ready for junit 5 2016-10-19 16:46:49 +02:00
Anna.Kozlova cb08eabbc0 simplifiable assertions for junit 5: tests 2016-10-19 16:46:49 +02:00
Anna.Kozlova b4c7771a96 misordered actual/equals for one framework at a time 2016-10-19 16:46:49 +02:00
Anna.Kozlova 971f617d94 enable simplifiable assertions for testng 2016-10-19 16:46:49 +02:00
Anna.Kozlova e40f444d8a simplifiable junit assertions inspection: junit 5 ready 2016-10-19 16:46:49 +02:00
Anna.Kozlova 242fa0ecf4 misordered assert equals: junit 5 ready, remove duplication 2016-10-19 16:46:49 +02:00
Dmitry Batrak 96b739e4ca EA-86227 - IAE: HistoryEntry.createHeavy
(redone fix for EA-85204 - commit fb989a9)
2016-10-19 17:36:38 +03:00
nik 8293c23c48 project structure: allow marking directories under excluded roots as source folders in Project Structure dialog (IDEA-135096) 2016-10-19 17:24:17 +03:00
irengrig 2f5f3e05ae WEB-23766 Template string conversion bug
rewrite conversion using graph (tree) search, associate flags with each node, pass them up the tree
2016-10-19 16:18:45 +02:00
Ekaterina Tuzova 49bf35efc6 refactor jupyter notebook markdown cell evaluation
PY-20041 Sometimes markdown cell fails to render on opening
 PY-14123 IPython Notebook: Markdown: too greedy link highlighting for several square brackets on the line
 PY-15152 IPython Notebook: Markdown: too much padding on the top of the cell
 PY-18625 ipynb files performance problems
 PY-19110 jupyter markdown not rendering
 PY-19367 Ipython Jupyter viewer does not support html display
 PY-20040 Too much whitespace in markdown cells
 PY-20068 title and list are not rendered correctly
2016-10-19 17:00:38 +03:00
Ekaterina Tuzova 654a5e87fc stepic -> stepik
Stupid stepik doesn't want to make our life easier
EDU-766
2016-10-19 17:00:38 +03:00
Ekaterina Tuzova a3d7e3b8e9 ipython->jupyter 2016-10-19 17:00:38 +03:00
Ekaterina Tuzova ff807d60ef PY-19090 Enable Custom Working Directory for Jupyter Notebook 2016-10-19 17:00:38 +03:00
peter deae132880 show lookup preview for empty prefix (IDEA-CR-14687) 2016-10-19 15:56:15 +02:00
Kirill Likhodedov 00903dfaee Simplify code by using lambda, mapNotNull and isEmpty 2016-10-19 16:55:10 +03:00
Kirill Likhodedov ee9dada155 Lambdify 2016-10-19 16:55:10 +03:00
Kirill Likhodedov bedf7d3c10 Remove unused logic of populating exceptions list
It used to show errors from the list later, but that does't
happen anymore.
Show error manually when needed.

In addition to that move tagging process to the modal task
instead of freezing the UI.
2016-10-19 16:55:10 +03:00
Kirill Likhodedov 30ef962678 Remove unused logic of populating affectedRoots list
It used to refresh the roots from the list later, but that does't
happen anymore.
2016-10-19 16:55:10 +03:00
Kirill Likhodedov 8eeb77ad1e Lambdify 2016-10-19 16:55:10 +03:00
Kirill Likhodedov b96eeb8ad3 Remove unused parameter 2016-10-19 16:55:10 +03:00
Kirill Likhodedov a984c5512f Remove unused method 2016-10-19 16:55:10 +03:00