This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-08-26 15:27:45 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7ea7daa29ae837e2efca5ea284952d33ff0177bb
openide
/
java
/
java-tests
/
testData
T
History
peter
7ea7daa29a
IDEA-140294 If you declare a variable and initialize it on the same line, autocomplete will suggest the new variable in that line
2015-05-15 17:25:39 +02:00
..
actions
/reformatFileInEditor
Corrected parameters order, which caused extra spaces formatting when performed on selected fragment. Formatter depending on the result of FormatterUtil.isFormatterCalledExplicitly decides whether to cut trailing spaces or not, and command name mismatch eliminated range correction. Test added.
2015-03-23 20:34:19 +03:00
anonymous
…
codeEditor
/smartPsiElementPointers
…
codeInsight
IDEA-140294 If you declare a variable and initialize it on the same line, autocomplete will suggest the new variable in that line
2015-05-15 17:25:39 +02:00
codeInspection
/bytecodeAnalysis
…
compiler
/notNullVerification
correctly determine parameter names for long and double paremeters independently on local vars visiting order
2015-01-08 11:39:38 +01:00
compileServer
/incremental
method refs and invokeDynamic bytecode parsing to register corresponding dependencies correctly (IDEA-137568)
2015-03-20 21:02:33 +01:00
core
/loadingTest
…
dependencies
…
fileEditorManager
/src
…
fileStructure
…
find
…
ide
…
inspection
dfa: correctly handle ""== Boolean.TRUE/FALSE"
2015-04-24 19:16:44 +02:00
junit
/configurations
…
libResolve
…
model
…
moduleRootManager
…
projectView
…
psi
[AutoDetectIndent] when checking for continuation indent ignore braces inside string literals (IDEA-139635)
2015-04-29 17:50:59 +03:00
refactoring
restore disabled rename on valueOf/values/length (IDEA-139827)
2015-04-30 19:55:35 +02:00
spi
…
structureView
…
unscramble
…
vfs
…