Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
22182842
Commit
22182842
authored
11 years ago
by
med_vector
Browse files
Options
Download
Email Patches
Plain Diff
First implementation of red frames is added.
parent
7adcf319
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+0
-1
.gitignore
EDIDE/META-INF/plugin.xml
+1
-1
EDIDE/META-INF/plugin.xml
with
1 addition
and
2 deletions
+1
-2
.gitignore
+
0
-
1
View file @
22182842
*.class
*.jar
*.iml
*/.idea/*
This diff is collapsed.
Click to expand it.
EDIDE/META-INF/plugin.xml
+
1
-
1
View file @
22182842
...
...
@@ -42,6 +42,6 @@
<directoryProjectGenerator
implementation=
"ru.compscicenter.edide.StudyDirectoryProjectGenerator"
/>
<configurationType
implementation=
"ru.compscicenter.edide.StudyConfigurationType"
/>
<toolWindow
id=
"Task Text"
icon=
"/general/add.png"
anchor=
"right"
factoryClass=
"ru.compscicenter.edide.TaskTextToolWindowFactory"
conditionClass=
"ru.compscicenter.edide.
my
Condition"
secondary=
"false"
/>
conditionClass=
"ru.compscicenter.edide.
TaskToolWindow
Condition"
secondary=
"false"
/>
</extensions>
</idea-plugin>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help