Settings and activity
33 results found
-
3 votesMax Pixel shared this idea ·
-
3 votesMax Pixel shared this idea ·
-
21 votes
An error occurred while saving the comment Max Pixel supported this idea · -
9 votesMax Pixel supported this idea ·
-
60 votesMax Pixel supported this idea ·
-
71 votesMax Pixel supported this idea ·
-
102 votesMax Pixel supported this idea ·
-
3 votesMax Pixel shared this idea ·
-
114 votesMax Pixel supported this idea ·
-
25 votesMax Pixel supported this idea ·
-
105 votesMax Pixel supported this idea ·
-
175 votesMax Pixel supported this idea ·
-
123 votes
Hi all, just in case you didn’t know, we just published a guide explaining how to write parsers for Semantic. Now it is possible to add any language you want :-)
https://users.semanticmerge.com/documentation/external-parsers/external-parsers-guide.shtml
Max Pixel supported this idea ·
.gitignore is significantly more powerful than Plastic's ignore.conf, because it allows for ignores that are lower in the file to override unignores that are earlier in the file. Consider this:
*
!*.cs
**/obj
generated cs files inside of an obj folder will be ignored with .gitignore, but not with Plastic ignore.conf.