AI-Arctic Fox | 2020.3.1 <debuggerx@debuggerx-PC Create laf.xml, debugger.xml, visualizationTool.xml, updates.xml, DebuggerX.xml, MyStyle.icls, Enum.java, Default copy.xml, Interface.java, editor.xml, Default.xml, ide.general.xml, project.default.xml, Monokai Sublime Text 3.icls, File Header.java, code.style.schemes.xml, pluginAdvertiser.xml, Default _3_.xml, androidStudioFirstRun.xml, My Vim dark .icls, ignore.xml, web-browsers.xml, usageView.xml, Default.xml, yiiguxing.translation.xml, Default _2_.xml, Vim dark.icls, jdk.table.xml, lightEdit.xml, Eclipse copy.xml, notifications.xml, filetypes.xml, git.xml, macros.xml, templates.xml, colors.scheme.xml, Singleton.java, github.xml, IntelliLang.xml, baseRefactoring.xml, External Tools.xml, androidEditors.xml, AnnotationType.java, emmet.xml, toStringTemplates.xml, ui.lnf.xml, customization.xml, Default for GNOME copy.xml, Class.java, proxy.settings.xml, Default _1_.xml, vcs.xml, gutter.xml, plugin_ui.xml, file.template.settings.xml, keymap.xml, find.xml, diff.xml, path.macros.xml

This commit is contained in:
2021-08-26 14:08:25 +08:00
commit da90e1cd71
59 changed files with 6399 additions and 0 deletions
@@ -0,0 +1,7 @@
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#if (${IMPORT_BLOCK} != "")${IMPORT_BLOCK}
#end
#parse("File Header.java")
#if (${VISIBILITY} == "PUBLIC")public #end @interface ${NAME} #if (${INTERFACES} != "")extends ${INTERFACES} #end {
}
+7
View File
@@ -0,0 +1,7 @@
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#if (${IMPORT_BLOCK} != "")${IMPORT_BLOCK}
#end
#parse("File Header.java")
#if (${VISIBILITY} == "PUBLIC")public #end #if (${ABSTRACT} == "TRUE")abstract #end #if (${FINAL} == "TRUE")final #end class ${NAME} #if (${SUPERCLASS} != "")extends ${SUPERCLASS} #end #if (${INTERFACES} != "")implements ${INTERFACES} #end {
}
+7
View File
@@ -0,0 +1,7 @@
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#if (${IMPORT_BLOCK} != "")${IMPORT_BLOCK}
#end
#parse("File Header.java")
#if (${VISIBILITY} == "PUBLIC")public #end enum ${NAME} #if (${INTERFACES} != "")implements ${INTERFACES} #end {
}
+7
View File
@@ -0,0 +1,7 @@
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#if (${IMPORT_BLOCK} != "")${IMPORT_BLOCK}
#end
#parse("File Header.java")
#if (${VISIBILITY} == "PUBLIC")public #end interface ${NAME} #if (${INTERFACES} != "")extends ${INTERFACES} #end {
}