Updated Spanish translation
[anjuta-git-plugin.git] / data / properties / ave.properties
blob7d9f40d77df4197711492e1da21b93bc9620ac2b
1 # Define SciTE settings for Avennue files.
3 filter.ave=AVE (ave)|*.ave|
6 file.patterns.ave=*.ave
8 lexer.*.ave=ave
9 lexer.$(file.patterns.ave)=ave
11 ####################################################
12 # import classes and requests
13 # files ave.classes &  ave.funcs is to large
14 #import ave.classes
15 #import ave.funcs
17 keywords.$(file.patterns.ave)=nil true false else for if while then elseif end av self in exit
18 #keywords2.$(file.patterns.ave)=$(keywordclass.ave)
19 #keywords3.$(file.patterns.ave)=$(keywordfunc.ave)
20 word.chars.ave=$(chars.alpha)$(chars.numeric)_#
21 word.characters.$(file.patterns.ave)=$(word.chars.ave)
23 statement.indent.$(file.patterns.ave)=1 else for if while then
24 statement.end.$(file.patterns.ave)=1 end
25 statement.lookback.$(file.patterns.ave)=1 end
27 #Avenue string not support tab symbol, if You use tabs in script all tabs automatic translated to space.
28 #use.tabs=0
30 ####################################################
31 #Load user-defined api for current project.
32 #api.$(file.patterns.ave)=ave.api
33 ####################################################
35 comment.block.ave='--
37 comment.box.start.ave='--
38 comment.box.middle.ave='--
39 comment.box.end.ave='--
40 #Avenue is not case-sensitive lang.
41 autocomplete.ave.ignorecase=1
42 calltip.ave.ignorecase=1
43 autocomplete.ave.start.characters=.
44 calltip.ave.word.characters=.$(word.chars.ave)
46 # AVE styles
47 ############################################################
48 # Default
49 style.ave.32=$(font.code.base),fore:#000000
50 # White space: Visible only in View Whitespace mode (or if it has a back colour)
51 style.ave.0=fore:#FF0000
52 # Comment
53 style.ave.1=$(colour.code.comment.line),$(font.code.comment.line)
54 # Number
55 style.ave.2=$(colour.number),bold
56 # Keyword
57 style.ave.3=$(colour.keyword),bold
58 # String
59 style.ave.6=$(colour.string)
60 # Enumeration 
61 style.ave.7=$(colour.preproc),bold
62 # End of line where string is not closed
63 style.ave.8=back:#E0C0E0,eolfilled
64 # Operators
65 style.ave.10=$(colour.operator)
66 # Identifier (everything else...)
67 style.ave.9=$(font.code.base),fore:#000000
68 # Other keywords (bozo test colors :-)
69 style.ave.12=$(font.code.base),fore:#003355,bold
70 style.ave.13=$(font.code.base),fore:#005533,bold
71 style.ave.14=$(colour.keyword)
72 style.ave.15=$(colour.keyword)
73 style.ave.16=$(colour.keyword)
74 # Braces are only matched in operator style
75 braces.ave.style=10
76 ############################################################
79 avenue=ave "$(FilePath)"
80 avenueGo=avego "$(FilePath)"
81 avenueBuild=avebuild "$(FilePath)"
83 ################################################################
84 #use winhlp32 system
85 #if ArcView installed in other directory please correct path <C:\ESRI\AV_GIS30\ARCVIEW\HELP\ARCVIEW>
86 #command.help.$(file.patterns.ave)=$(CurrentWord)!C:\ESRI\AV_GIS30\ARCVIEW\HELP\ARCVIEW
87 #command.help.subsystem.$(file.patterns.ave)=5
90 #~ # compile
91 #~ command.compile.$(file.patterns.ave)=$(avenue)
92 #~ command.go.$(file.patterns.ave)=$(avenueGo)
93 #~ #send to arcview
94 #~ command.name.0.*.ave=Insert into project
95 #~ command.0.*.ave=$(avenueBuild)
96 #~ command.subsystem.0.*.ave=1
98 #~ command.name.1.*.ave=Variables Report
99 #~ command.1.*.ave=VarsReport.exe  "$(FilePath)"