RD-2021.3.1 <rodude123@rodude123s-x360 Update filetypes.xml Create pdf_viewer.xml, editor.xml
This commit is contained in:
parent
f8acec8ecd
commit
07efa4b7e7
20
editor.xml
Normal file
20
editor.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<application>
|
||||
<component name="CodeInsightSettings">
|
||||
<option name="completionCaseSensitive" value="2" />
|
||||
<option name="selectAutopopupSuggestionsByChars" value="true" />
|
||||
<option name="AUTO_POPUP_JAVADOC_INFO" value="true" />
|
||||
<option name="COMPLETION_CASE_SENSITIVE" value="2" />
|
||||
<option name="SELECT_AUTOPOPUP_SUGGESTIONS_BY_CHARS" value="true" />
|
||||
<option name="AUTOCOMPLETE_ON_CODE_COMPLETION" value="false" />
|
||||
<option name="INSERT_BRACE_ON_ENTER" value="false" />
|
||||
</component>
|
||||
<component name="EditorSettings">
|
||||
<option name="STRIP_TRAILING_SPACES" value="None" />
|
||||
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
|
||||
</component>
|
||||
<component name="TodoConfiguration">
|
||||
<pattern pattern="\bNotImplementedException\b" />
|
||||
<pattern pattern="(?<=\W|^)(?<TAG>BUG)(\W|$)(.*)" />
|
||||
<pattern pattern="(?<=\W|^)(?<TAG>TODO)(\W|$)(.*)" />
|
||||
</component>
|
||||
</application>
|
@ -2,14 +2,16 @@
|
||||
<component name="FileTypeManager" version="18">
|
||||
<ignoreFiles list="*$py.class;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" />
|
||||
<extensionMap>
|
||||
<mapping ext=".tabnine.model" type="Tabnine project model file" />
|
||||
<mapping pattern="ArtifactDB" type="AUTO_DETECTED" />
|
||||
<mapping ext=".tabnine" type="Tabnine project model file" />
|
||||
<mapping ext=".model" type="Tabnine project model file" />
|
||||
<mapping ext="tabnine" type="Tabnine project model file" />
|
||||
<mapping ext=".tabnine.model" type="Tabnine project model file" />
|
||||
<mapping ext="model" type="Tabnine project model file" />
|
||||
<removed_mapping ext="csv" approved="true" type="CSV" />
|
||||
<removed_mapping ext="ignore" approved="true" type="IgnoreLang file" />
|
||||
<removed_mapping ext="pdf" approved="true" type="Native" />
|
||||
<removed_mapping ext="pdf" approved="true" type="Native" />
|
||||
<removed_mapping ext="tsv" approved="true" type="TSV" />
|
||||
</extensionMap>
|
||||
</component>
|
||||
|
7
pdf_viewer.xml
Normal file
7
pdf_viewer.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<application>
|
||||
<component name="PdfViewerSettings">
|
||||
<option name="customBackgroundColor" value="-14277082" />
|
||||
<option name="customForegroundColor" value="-3092272" />
|
||||
<option name="customIconColor" value="-3092272" />
|
||||
</component>
|
||||
</application>
|
Loading…
Reference in New Issue
Block a user