Skip to content

Commit c003a3d

Browse files
author
SlavaRa
authored
Support for String.for. fixes #71 (#72)
1 parent 38a0661 commit c003a3d

File tree

135 files changed

+815
-1456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+815
-1456
lines changed

PostfixCodeCompletion.Tests/Completion/PostfixGeneratorTests.cs

Lines changed: 532 additions & 0 deletions
Large diffs are not rendered by default.

PostfixCodeCompletionTests/PostfixCodeCompletion.Tests.csproj renamed to PostfixCodeCompletion.Tests/PostfixCodeCompletion.Tests.csproj

Lines changed: 87 additions & 87 deletions
Large diffs are not rendered by default.

PostfixCodeCompletionTests/Properties/AssemblyInfo.cs renamed to PostfixCodeCompletion.Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("SlavaRa")]
1212
[assembly: AssemblyProduct("PostfixCodeCompletion.Tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
13+
[assembly: AssemblyCopyright("Copyright © 2016 - 2018")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

PostfixCodeCompletionTests/Test Files/as3/PCCMember.as renamed to PostfixCodeCompletion.Tests/Test Files/as3/PCCMember.as

File renamed without changes.

PostfixCodeCompletionTests/Test Files/generated/as3/AfterGenerateConst_fromArray.as renamed to PostfixCodeCompletion.Tests/Test Files/generated/as3/AfterGenerateConst_fromArray.as

File renamed without changes.

PostfixCodeCompletionTests/Test Files/generated/as3/AfterGenerateConst_fromInt.as renamed to PostfixCodeCompletion.Tests/Test Files/generated/as3/AfterGenerateConst_fromInt.as

File renamed without changes.

PostfixCodeCompletionTests/Test Files/generated/as3/AfterGenerateConst_fromNewObject.as renamed to PostfixCodeCompletion.Tests/Test Files/generated/as3/AfterGenerateConst_fromNewObject.as

File renamed without changes.

PostfixCodeCompletionTests/Test Files/generated/as3/AfterGenerateConst_fromNewVectorInt.as renamed to PostfixCodeCompletion.Tests/Test Files/generated/as3/AfterGenerateConst_fromNewVectorInt.as

File renamed without changes.

PostfixCodeCompletionTests/Test Files/generated/as3/AfterGenerateConst_fromNumber.as renamed to PostfixCodeCompletion.Tests/Test Files/generated/as3/AfterGenerateConst_fromNumber.as

File renamed without changes.

PostfixCodeCompletionTests/Test Files/generated/as3/AfterGenerateConst_fromObject.as renamed to PostfixCodeCompletion.Tests/Test Files/generated/as3/AfterGenerateConst_fromObject.as

File renamed without changes.

0 commit comments

Comments
 (0)