Skip to content

Commit

Permalink
Added Ada parser and default file associations (#2452)
Browse files Browse the repository at this point in the history
* added Ada parser and default file associations

* Update ada.cpp comment

* Update Merge.rc

Update resource file to be consistent with Ada name
  • Loading branch information
petacreepers23 authored Sep 28, 2024
1 parent ce86211 commit a1fd833
Show file tree
Hide file tree
Showing 11 changed files with 955 additions and 377 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
**/x64Debug
**/Win32Release
**/Win32Debug
.vscode
winmerge-cppcheck-build-dir/
Docs/Manual/Tools/ReadMe_ENG.html
Testing/Data/ShellFileOpTest/File1.txt
Expand Down
4 changes: 4 additions & 0 deletions Externals/crystaledit/editlib/editlibparsers.vcxitems
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)2.pch</PrecompiledHeaderOutputFile>
</ClCompile>
<ClCompile Include="$(MSBuildThisFileDirectory)parsers\ada.cpp">
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)2.pch</PrecompiledHeaderOutputFile>
</ClCompile>
<ClCompile Include="$(MSBuildThisFileDirectory)parsers\asp.cpp">
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)2.pch</PrecompiledHeaderOutputFile>
Expand Down
3 changes: 3 additions & 0 deletions Externals/crystaledit/editlib/editlibparsers.vcxitems.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="$(MSBuildThisFileDirectory)parsers\ada.cpp">
<Filter>Parsers\Source Files</Filter>
</ClCompile>
<ClCompile Include="$(MSBuildThisFileDirectory)parsers\asp.cpp">
<Filter>Parsers\Source Files</Filter>
</ClCompile>
Expand Down
Loading

0 comments on commit a1fd833

Please sign in to comment.