This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 05 Aug, 2015 2 commits
-
-
Alexander Koshevoy authored
-
Alexander Koshevoy authored
-
- 03 Aug, 2015 5 commits
-
-
Alexander Koshevoy authored
-
Alexander Koshevoy authored
-
Alexander Koshevoy authored
-
Alexander Koshevoy authored
-
Alexander Koshevoy authored
Move two methods on the spot they were prior to the last commit; remove optional final modifier of BestMappingSelector#get() method.
-
- 31 Jul, 2015 1 commit
-
-
Alexander Koshevoy authored
PY-14749 Add different types for Python remote mappings to treat them according to their natural priorities User-defined mappings comes first, then Vagrant synced folders and SSH deployment mappings, then sys.path, helpers and skeletons. Adding mapping priorities should fix the issue when there are several mappings that suits for the remote path and we are choosing not the best one (e.g. when one mapping is from sys.path and the other is Vagrant synced folder).
-
- 28 Jul, 2015 32 commits
-
-
Konstantin Kolosovsky authored
-
Konstantin Kolosovsky authored
-
Konstantin Kolosovsky authored
IDEA-139842 Do not fail in case of error while retrieving last commit message for given file (use empty commit message instead)
-
Roman Shevchenko authored
-
peter authored
IDEA-143181 NPE at com.intellij.diagnostic.ErrorNotifier$1.hyperlinkUpdate on pressing IDE Fatal Error notification on Welcome Screen
-
peter authored
prohibit to start refresh session with ModalityState.any() to prevent dumb mode starting from any dialog
-
Maxim.Mossienko authored
for nonword characters consider whole words boundary to be just different character (r=Peter.Gromov)
-
Mikhail Golubev authored
* It extends JsonTestCase, not FormatterTestCase * Remove unnecessary wrappers, because in test mode formatter resets settings automatically * Add @MagicConstant annotation for wrapping settings in JsonCodeStyleSettings
-
Mikhail Golubev authored
-
Mikhail Golubev authored
-
peter authored
-
peter authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Alexander Koshevoy authored
PY-11462 Fix inability to locate code sources when hitting breakpoints located at *.py library symlinks On collecting Remote Library sources (sys.path locations) we may download one *.py file several times: there could be one or more symlinks of it and the original file (or we may not download the original file, because it could be not on the sys.path, but in /usr/share/pyshared for example). So having several versions of the same *.py file we need to store information about breakpoints in py debugger at one common key for what real path is well suited (which will be equal for original file and symlinks to it) (and this had been already done). But when breakpoint is hit we need to send absolute path of the file to point to the actually used version of it. If we send a real path we could point to a file that is not in sys.path and had not been even downloaded (as with /usr/share/pyshared).
-
Anna Kozlova authored
command line wrapper: compatibility with 141 loaded in master - non-modified PluginManager won't load plugins from classpath jar
-
Dmitry Avdeev authored
-
Aleksey Pivovarov authored
-
Sergey Simonchik authored
-
Dennis Ushakov authored
-
Liana Bakradze authored
add/remove selection by click extra extend selection step for answer placeholders
-
Vladislav.Soroka authored
-
Egor.Ushakov authored
set frame as a parent in evaluate dialogs, it prevents it from closing when opened from another evaluate dialog
-
Vladislav.Soroka authored
-
Maxim.Mossienko authored
-
Maxim.Mossienko authored
-
Dmitry Batrak authored
make sure runnables added via ScrollingModelImpl.runActionOnScrollingFinished are executed only once, and final scrolling position is correct
-
Aleksey Pivovarov authored
-
Ekaterina Tuzova authored
-
Vladimir Krivosheev authored
-
Dmitry Avdeev authored
-
Dmitry Avdeev authored
IDEA-143145 com.intellij.javaee.DefaultSchemasConfigurable#isModified returns true for default value
-