Browse Source

Add some dictionaries for idea's spellchecker.

Change-Id: I22c249fd4a9b3885f2dde2a8c10df4b95c483000
Reviewed-on: http://gerrit.dmdirc.com/3703
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
pull/1/head
Chris Smith 10 years ago
parent
commit
0d7d8e43d1
3 changed files with 40 additions and 2 deletions
  1. 2
    2
      .idea/modules.xml
  2. 6
    0
      .idea/wordlists/dmdirc.txt
  3. 32
    0
      .idea/wordlists/miglayout.txt

+ 2
- 2
.idea/modules.xml View File

@@ -3,9 +3,9 @@
3 3
   <component name="ProjectModuleManager">
4 4
     <modules>
5 5
       <module fileurl="file://$PROJECT_DIR$/DMDirc.iml" filepath="$PROJECT_DIR$/DMDirc.iml" />
6
-      <module fileurl="file://$PROJECT_DIR$/.idea//parser.iml" filepath="$PROJECT_DIR$/.idea//parser.iml" />
6
+      <module fileurl="file://$PROJECT_DIR$/.idea/parser.iml" filepath="$PROJECT_DIR$/.idea/parser.iml" />
7 7
       <module fileurl="file://$PROJECT_DIR$/.idea/plugins.iml" filepath="$PROJECT_DIR$/.idea/plugins.iml" />
8
-      <module fileurl="file://$PROJECT_DIR$/.idea//util.iml" filepath="$PROJECT_DIR$/.idea//util.iml" />
8
+      <module fileurl="file://$PROJECT_DIR$/.idea/util.iml" filepath="$PROJECT_DIR$/.idea/util.iml" />
9 9
     </modules>
10 10
   </component>
11 11
 </project>

+ 6
- 0
.idea/wordlists/dmdirc.txt View File

@@ -0,0 +1,6 @@
1
+dmdirc
2
+addons
3
+ctcp
4
+completers
5
+plugin's
6
+ident

+ 32
- 0
.idea/wordlists/miglayout.txt View File

@@ -0,0 +1,32 @@
1
+alignx
2
+aligny
3
+fillx
4
+filly
5
+flowx
6
+flowy
7
+gapafter
8
+gapbefore
9
+gapbottom
10
+gapleft
11
+gapright
12
+gaptop
13
+gapx
14
+gapy
15
+growprio
16
+growx
17
+growy
18
+hidemode
19
+hmax
20
+hmin
21
+ins
22
+newline
23
+nogrid
24
+novisualpadding
25
+pushx
26
+pushy
27
+sizegroup
28
+spanx
29
+spany
30
+wmax
31
+wmin
32
+unrel

Loading…
Cancel
Save