目录结构调整
This commit is contained in:
144
codes/games/client/Edit/SettingsDefault.ini
Normal file
144
codes/games/client/Edit/SettingsDefault.ini
Normal file
@@ -0,0 +1,144 @@
|
||||
[Editor]
|
||||
ActiveLineColor=$00F2EAEF
|
||||
AutoIndent=1
|
||||
CodeFolding=0
|
||||
CodeFoldHint=1
|
||||
ExtraLineSpacing=0
|
||||
FontName=Courier New
|
||||
FontSize=10
|
||||
GroupUndo=1
|
||||
GutterColor=$20000000
|
||||
HighlightActiveLine=1
|
||||
HighlightIndentGuides=1
|
||||
InsertCaret=0
|
||||
InsertMode=1
|
||||
LeadingZeros=0
|
||||
MaxUndo=1024
|
||||
OverwriteCaret=3
|
||||
RightMarginPosition=80
|
||||
ScrollPastEOF=0
|
||||
ScrollPastEOL=0
|
||||
ShowGutter=1
|
||||
ShowIndentGuides=1
|
||||
ShowLineNumbers=1
|
||||
ShowRightMargin=0
|
||||
ShowSpecialChars=0
|
||||
TabWidth=4
|
||||
TabsToSpaces=0
|
||||
TrimTrailingSpaces=0
|
||||
WordWrap=0
|
||||
ZeroStart=0
|
||||
FoldingButtonStyle=0
|
||||
ShowLeadingZeros=0
|
||||
FoldingBarColor=$20000000
|
||||
FoldingBarLinesColor=$20000000
|
||||
EnhanceHomeKey=0
|
||||
DragDropEditing=1
|
||||
DropFiles=1
|
||||
TabIndent=1
|
||||
MatchSymbol=1
|
||||
|
||||
[EditorFonts]
|
||||
FontName1=Courier New
|
||||
FontSize1=10
|
||||
FontName2=Courier
|
||||
FontSize2=10
|
||||
FontName3=Terminal
|
||||
FontSize3=9
|
||||
FontName4=Lucida Console
|
||||
FontSize4=9
|
||||
FontName5=Fixedsys
|
||||
FontSize5=9
|
||||
|
||||
[Filters]
|
||||
Filter0=Any file (*.*)|*.*|
|
||||
Filter1=JavaScript (*.js)|*.js|
|
||||
Filter2=HTML (*.htm;*.html)|*.htm;*.html|
|
||||
|
||||
[General]
|
||||
ActiveLanguage=Chinese
|
||||
DefaultDocumentType=0
|
||||
DefaultDocumentEncode=4
|
||||
MRUFilesCount=10
|
||||
|
||||
[Keyboard]
|
||||
actFileNew=Ctrl+N
|
||||
actFileOpen=Ctrl+O
|
||||
actFileSave=Ctrl+S
|
||||
actFileSaveAs=
|
||||
actFileSaveAll=Shift+Ctrl+S
|
||||
actFileClose=Ctrl+W
|
||||
actFileCloseAll=Shift+Ctrl+W
|
||||
actFilePrint=Ctrl+P
|
||||
actFileExit=
|
||||
actEditCut=Ctrl+X
|
||||
actEditCopy=Ctrl+C
|
||||
actEditPaste=Ctrl+V
|
||||
actEditDel=Del
|
||||
actEditDelLine=Ctrl+Y
|
||||
actEditDelBol=Shift+BkSp
|
||||
actEditDelEol=Shift+Del
|
||||
actEditSelAll=Ctrl+A
|
||||
actEditSelLineBol=Shift+Home
|
||||
actEditSelLineEol=Shift+End
|
||||
actEditIndent=Tab
|
||||
actEditUnIndent=Shift+Tab
|
||||
actEditUndo=Ctrl+Z
|
||||
actEditRedo=Shift+Ctrl+Z
|
||||
actEditBackWards=
|
||||
actEditForWards=
|
||||
actEditComment=Ctrl+Q
|
||||
actSearchFind=Ctrl+F
|
||||
actSearchFindNext=F3
|
||||
actSearchReplace=Ctrl+H
|
||||
actSearchFindInFiles=Shift+Ctrl+F
|
||||
actToolOptions=
|
||||
actCodeFormat=Ctrl+D
|
||||
actCodeToDefined=
|
||||
actProFilesOrd=
|
||||
actViewTools=
|
||||
actViewStatusBar=
|
||||
actViewProject=
|
||||
actViewScript=
|
||||
actViewEngine=
|
||||
actViewOutput=
|
||||
actViewFindOut=
|
||||
actViewUncollapseAll=
|
||||
actViewCollapseAll=
|
||||
actToolEncode=
|
||||
actGoToLine=
|
||||
|
||||
[DocumentTypes]
|
||||
DocumentTypeName0=JavaScript
|
||||
DocumentTypeExtensions0=.js
|
||||
DocumentTypeSyntaxFile0=Java Script.xml
|
||||
DocumentTypeAutoCPFile0=js\autocp.js
|
||||
DocumentTypeKeyWordsFile0=js\keywords.js
|
||||
DocumentTypeFunctionRegExp0=^function([\x20\t]*)[A-Za-z]+[A-Za-z0-9_]*\([^)]*\)
|
||||
DocumentTypeName1=HTML
|
||||
DocumentTypeExtensions1=.html;.htm
|
||||
DocumentTypeSyntaxFile1=HTML.xml
|
||||
DocumentTypeAutoCPFile1=
|
||||
DocumentTypeKeyWordsFile1=
|
||||
DocumentTypeFunctionRegExp1=
|
||||
|
||||
[MRUFiles]
|
||||
|
||||
[MRUFindText]
|
||||
|
||||
[MRUFReplaceText]
|
||||
|
||||
[MRUFindDirs]
|
||||
|
||||
[SearchDialog]
|
||||
chkWhole.Check=0
|
||||
chkCase.Check=0
|
||||
chkRegExp.Check=0
|
||||
chkLoop.Check=1
|
||||
rbUp.Check=1
|
||||
rbDown.Check=0
|
||||
chkSubDir.Check=0
|
||||
rbFileActive.Check=0
|
||||
rbFilesOpen.Check=0
|
||||
rbFilesInProject.Check=1
|
||||
rbFilesInDir.Check=0
|
||||
Reference in New Issue
Block a user