File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
java/net/seesharpsoft/intellij/plugins/csv Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ 2.14.1
2+ Aug 14, 2020
3+
4+ FIX: Performance for indexing large CSV files #239
5+
162.14.0
27Aug 04, 2020
38
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ jacocoTestReport {
2424}
2525
2626group ' net.seesharpsoft.intellij.plugins'
27- version ' 2.14.0 '
27+ version ' 2.14.1 '
2828
2929apply plugin : ' java'
3030sourceCompatibility = javaVersion
Original file line number Diff line number Diff line change 1+ package net .seesharpsoft .intellij .plugins .csv ;
2+
3+ import com .intellij .psi .impl .cache .impl .todo .PlainTextTodoIndexer ;
4+
5+ public class CsvTodoIndexer extends PlainTextTodoIndexer {
6+ }
Original file line number Diff line number Diff line change 4949
5050 <change-notes ><![CDATA[
5151 <pre style="font-family: sans-serif">
52- NEW: Predefined column colors (Rainbow-style)
53- NEW: Enhanced color scheme switch
54- NEW: Table Editor coloring
52+ FIX: Performance for indexing large CSV files #239
5553 </pre>
5654 ]]>
5755 </change-notes >
@@ -164,6 +162,10 @@ NEW: Table Editor coloring
164162
165163 <stripTrailingSpacesFilterFactory implementation =" net.seesharpsoft.intellij.plugins.csv.settings.CsvStripTrailingSpacesFilterFactory" />
166164
165+ <todoIndexer implementationClass =" net.seesharpsoft.intellij.plugins.csv.CsvTodoIndexer" filetype =" CSV" />
166+ <todoIndexer implementationClass =" net.seesharpsoft.intellij.plugins.csv.CsvTodoIndexer" filetype =" TSV" />
167+ <todoIndexer implementationClass =" net.seesharpsoft.intellij.plugins.csv.CsvTodoIndexer" filetype =" PSV" />
168+
167169 <postStartupActivity implementation =" net.seesharpsoft.intellij.plugins.csv.CsvPlugin" />
168170 </extensions >
169171
You can’t perform that action at this time.
0 commit comments