-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.nls.json
73 lines (73 loc) · 7.35 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"ahk++.command.addDocComment": "Add Doc Comment",
"ahk++.command.debugAttach": "Debug AHK and Attach",
"ahk++.command.debugConfigs": "Debug Configurations",
"ahk++.command.debugParams": "Debug AHK with Params",
"ahk++.command.diagnostic.full": "Run AHK++ Diagnostic",
"ahk++.command.exportSymbols": "Export AHK Symbols",
"ahk++.command.run": "Run AHK Script",
"ahk++.command.runSelection": "Run Selection",
"ahk++.command.setAScriptDir": "Set A_ScriptDir Here",
"ahk++.command.setV2Interpreter": "Set AHK v2 Interpreter",
"ahk++.command.stop": "Stop AHK Script",
"ahk++.command.updateVersionInfo": "Update File Version Info",
"ahk++.config.compiler": "Learn more about [MPRESS](https://www.autohotkey.com/mpress/mpress_web.htm)",
"ahk++.config.compiler.compileIcon": "Icon path for the compiled AHK file (optional).",
"ahk++.config.compiler.compilerPath": "Path to the AHK compiler. This is the same for both v1 and v2.",
"ahk++.config.compiler.useMPress": "Use MPRESS (if available) to compress the resulting executable.",
"ahk++.config.exclude": "[Glob patterns](<https://en.wikipedia.org/wiki/Glob_(programming)>) for excluding files and folders from completion suggestions. Applies even when files are opened.",
"ahk++.config.general.showOutput": "Automatically show output view when running a script. View can always be toggled with F1 > 'View: Toggle Output' (`Ctrl+Shift+U`)",
"ahk++.config.general.showOutput.always": "Always open the output view when running a script",
"ahk++.config.general.showOutput.never": "Never automatically show the output view",
"ahk++.config.menu.showDebugButton": "Show the debug buttons in the editor title menu.",
"ahk++.config.v1.file": "[Learn more about the template snippet](https://github.com/mark-wiemer/ahkpp/tree/main/docs/TemplateSnippet.md)",
"ahk++.config.v1.file.compileBaseFile": "Base file path for compiling v1 scripts (optional).",
"ahk++.config.v1.file.helpPath": "Path to the AHK v1 help document.",
"ahk++.config.v1.file.interpreterPath": "Path to the AHK v1 interpreter.",
"ahk++.config.v1.file.templateSnippetName": "The name of the snippet to populate new AHK v1 files. If blank, no snippet will be applied.",
"ahk++.config.v1.formatter.allowedNumberOfEmptyLines": "Allowed number of empty lines.\n-1: Ignore empty lines.\n0: No empty lines.",
"ahk++.config.v1.formatter.indentCodeAfterIfDirective": "Indent code after a directive that creates context-sensitive hotkeys or hotstrings (#If, #IfWinActive, #IfWinNotActive, #IfWinExist, #IfWinNotExist).",
"ahk++.config.v1.formatter.indentCodeAfterLabel": "Indent code after hotkeys and labels in top-level code blocks.",
"ahk++.config.v1.formatter.preserveIndent": "Preserve indentation on empty line.",
"ahk++.config.v1.formatter.trimExtraSpaces": "Trim extra spaces between words and symbols",
"ahk++.config.v1.intellisense": "Number of lines to parse each AHK file for IntelliSense.\n- -1: Unlimited parsing\n- 0: No parsing\n\nChanges take effect after restart.",
"ahk++.config.v2.completionCommitCharacters": "Characters which commit auto-completion",
"ahk++.config.v2.debugConfiguration": "The [launch configuration](https://code.visualstudio.com/docs/editor/debugging#_launch-configurations) to use when debugging",
"ahk++.config.v2.diagnostics.classNonDynamicMemberCheck": "Check whether non-dynamic members of a class exist",
"ahk++.config.v2.diagnostics.paramsCheck": "Check that the function call has the correct number of arguments",
"ahk++.config.v2.file.compileBaseFile": "Base file path for compiling v2 scripts (optional).",
"ahk++.config.v2.file.helpPath": "Path to the AHK v2 help document.",
"ahk++.config.v2.file.interpreterPath": "Path to the AHK v2 interpreter.",
"ahk++.config.v2.file.maxScanDepth": "Depth of folders to scan for IntelliSense. Negative values mean infinite depth.",
"ahk++.config.v2.file.templateSnippetName": "The name of the snippet to populate new AHK v2 files. If blank, no snippet will be applied.",
"ahk++.config.v2.formatter.arrayStyle": "Line break style for array formatting",
"ahk++.config.v2.formatter.braceStyle": "Line break style for brace placement",
"ahk++.config.v2.formatter.breakChainedMethods": "Whether to break chained method calls onto new lines",
"ahk++.config.v2.formatter.ignoreComment": "Whether to ignore formatting within comments",
"ahk++.config.v2.formatter.indentBetweenHotIfDirectives": "Whether to indent code between HotIf directives",
"ahk++.config.v2.formatter.indentString": "String to use for indentation (usually one tab or some spaces)",
"ahk++.config.v2.formatter.keywordStartWithUppercase": "Whether keywords should start with uppercase",
"ahk++.config.v2.formatter.maxPreserveNewlines": "Maximum number of consecutive empty lines to preserve",
"ahk++.config.v2.formatter.objectStyle": "Line break style for object formatting",
"ahk++.config.v2.formatter.preserveNewlines": "Whether to preserve existing line breaks",
"ahk++.config.v2.formatter.spaceAfterDoubleColon": "Whether to add space after double colons",
"ahk++.config.v2.formatter.spaceBeforeConditional": "Whether to add space before conditional statements",
"ahk++.config.v2.formatter.spaceInEmptyParen": "Whether to add space in empty parentheses",
"ahk++.config.v2.formatter.spaceInOther": "Whether to add spaces in other contexts",
"ahk++.config.v2.formatter.spaceInParen": "Whether to add spaces inside parentheses",
"ahk++.config.v2.formatter.switchCaseAlignment": "Whether to align switch case statements",
"ahk++.config.v2.formatter.symbolWithSameCase": "Whether to maintain case consistency in symbols",
"ahk++.config.v2.formatter.whitespaceBeforeInlineComment": "Whitespace to add before inline comments",
"ahk++.config.v2.formatter.wrapLineLength": "Maximum line length before wrapping (0 to disable)",
"ahk++.config.v2.general.actionWhenV1Detected": "Action when v1 script is detected",
"ahk++.config.v2.general.commentTagRegex": "The regular expression for custom symbols to appear in the breadcrumb and elsewhere. Default matches any line that starts with `;;`. Changes take effect after restart.",
"ahk++.config.v2.general.completeFunctionCalls": "Whether to automatically add parentheses when calling a function",
"ahk++.config.v2.general.librarySuggestions": "Which libraries to suggest functions from, if any. In case of issues, please restart your IDE.",
"ahk++.config.v2.general.symbolFoldingFromOpenBrace": "Fold parameter lists separately from definitions.",
"ahk++.config.v2.general.syntaxes": "Path to the folder containing ahk2.json, ahk2.d.ahk, and *.snippet.json files used by IntelliSense.",
"ahk++.config.v2.warn": "Display warnings for common issues in AHK v2 scripts. Changes take effect after restart.",
"ahk++.config.v2.warn.callWithoutParentheses": "Display warnings for each function or method call without parentheses.",
"ahk++.config.v2.warn.localSameAsGlobal": "Display warnings for each undeclared local variable that has the same name as a global variable.",
"ahk++.config.v2.warn.varUnset": "Display a warning when referencing an unassigned variable.",
"ahk++.config.v2.workingDirectories": "Additional directories containing referenced AHK files, separate from the [script library folders](https://www.autohotkey.com/docs/v2/Scripts.htm#lib)."
}