C/C++ plugin - notifications improvement

This commit is contained in:
Gregory Bednov 2025-01-05 02:01:13 +03:00
commit b115b5d9f0
4 changed files with 32 additions and 13 deletions

View file

@ -11,6 +11,8 @@
<depends>org.jetbrains.plugins.textmate</depends>
<extensions defaultExtensionNs="com.intellij">
<notificationGroup id="C/C++ notifications"
displayType="BALLOON" />
<fileType
name="C File"
extensions="c"
@ -18,7 +20,7 @@
fieldName="INSTANCE"
implementationClass="org.gregorybednov.clsp.CFileType"/>
<!-- FUCKING $YourFileLanguage!!!!! -->
<!-- F*** $YourFileLanguage!!!!! I spent f**ing week trying to understand what's wrong!!!-->
<editorHighlighterProvider
filetype="C File"
implementationClass="org.jetbrains.plugins.textmate.language.syntax.highlighting.TextMateEditorHighlighterProvider" />