[md] lang issue

This commit is contained in:
Anna Bulenkova 2015-04-13 14:44:12 +02:00
parent aab4789918
commit 56131694d5

View File

@ -7,8 +7,6 @@ title: Architectural Overview
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview
-->
The goal of this topic is to describe the architecture of IntelliJ IDEA from a plugin developer's point of view. It will be organized in a
task-based manner: rather than listing all the things that you can do with each object and describing how they are all implemented, it will try
to answer questions "what can I do with this object", "how do I get to this object" and so on.
@ -19,7 +17,7 @@ and then return to this document.
This topic covers the following subjects:
* Threading text: General Threading Rules
* General Threading Rules
* Virtual Files