This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-07 22:09:38 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ef2778333c16082b51b38fb6e6e31ca2ef9d30b6
openide
/
java
/
java-tests
/
testSrc
/
com
/
intellij
/
codeInsight
History
Alexey Kudravtsev
e7f246b594
Let general HighlightingPasses (i.e. not TextEditorHighlightingPass-derived) run in parallel to other passes since they are not dependent on anything. Make document notnull as by-product
...
GitOrigin-RevId: 7f478ae9a7cf1396276888991a5c3d29d8a9c755
2020-04-27 10:21:25 +00:00
..
daemon
Let general HighlightingPasses (i.e. not TextEditorHighlightingPass-derived) run in parallel to other passes since they are not dependent on anything. Make document notnull as by-product
2020-04-27 10:21:25 +00:00
documentation
/render
follow-up to IDEA-235209 fix
2020-04-24 13:02:19 +00:00
externalAnnotation
/location
AnnotationsLocationProvider: add Project as API parameter.
2019-12-05 10:04:30 +00:00
folding
/impl
Rename various Java-specific test case classes to include Java in the name; leave old names as deprecations
2019-07-02 06:52:16 +03:00
hint
Bugfix: use navigationElement instead of the original one
2019-12-11 17:04:21 +00:00
problems
1. dispose children of container (it is parent disposable) — using introduced
Disposer.disposeChildren
. This method must be called only in EDT (nothing changed, it is old contract).
2019-11-28 19:36:33 +00:00
EndActionTest.java
make LightPlatformTestCase.getProject() and the likes non-static to avoid using them from inappropriate places which led to project leaks and misuse
2019-07-16 16:17:56 +03:00
ShowImplementationsTest.java
…