aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/UnitTester.vcxproj
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-03 19:40:15 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-03 19:40:15 +1000
commit4b450a69452a14fd9af6c426b91d04165fedc94a (patch)
tree47c4806178b43f175f56433b7ed1ebafb0446f1e /test/unit/UnitTester.vcxproj
parentb24183b5a90b4ebeb951668d48f0e95a1a2819dd (diff)
downloadscintilla-mirror-4b450a69452a14fd9af6c426b91d04165fedc94a.tar.gz
Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and
all implementations. This will allow insertion of lines in batches in a future change set. Added tests for PerLine implementations.
Diffstat (limited to 'test/unit/UnitTester.vcxproj')
-rw-r--r--test/unit/UnitTester.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj
index 361f41083..65d4c58dc 100644
--- a/test/unit/UnitTester.vcxproj
+++ b/test/unit/UnitTester.vcxproj
@@ -155,6 +155,7 @@
<ClCompile Include="..\..\src\CharClassify.cxx" />
<ClCompile Include="..\..\src\ContractionState.cxx" />
<ClCompile Include="..\..\src\Decoration.cxx" />
+ <ClCompile Include="..\..\src\PerLine.cxx" />
<ClCompile Include="..\..\src\RunStyles.cxx" />
<ClCompile Include="..\..\src\UniConversion.cxx" />
<ClCompile Include="..\..\src\UniqueString.cxx" />