root/trunk/wenv/subethaedit2/Logtalk.mode/Contents/Resources/AutocompleteAdditions.txt @ 5055

Revision 5055, 3.0 KB (checked in by pmoura, 15 months ago)

Updated text editor configuration files in order to remove references to the no longer used ".config" file name extension and to support syntax coloring and code completion of the multifile/1 and use_module/1-2 directives.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1if()
2elif()
3else
4endif
5object(, , , , ).
6object(, , , ).
7object(, , ).
8object(, ).
9object().
10protocol(, extends()).
11protocol().
12category(, complements()).
13category(, extends()).
14category(, implements()).
15category().
16encoding()
17complements()
18extends()
19implements()
20imports()
21instantiates()
22specializes()
23end_object.
24end_protocol.
25end_category.
26public(/).
27protected(/).
28private(/).
29uses(, [/]).
30uses().
31use_module(, [/]).
32calls().
33info([]).
34info(/, []).
35mode(, one).
36mode(, zero).
37mode(, zero_or_one).
38mode(, zero_or_more).
39mode(, one_or_more).
40mode(, error).
41multifile(/).
42dynamic(/).
43dynamic.
44discontiguous(/).
45meta_predicate().
46op(, , ).
47initialization().
48encoding().
49ensure_loaded().
50synchronized(/).
51synchronized.
52threaded.
53
54asserta()
55assertz()
56clause(, )
57retract()
58retractall()
59abolish()
60
61forall(, )
62findall(, , )
63bagof(, , )
64setof(, , )
65
66threaded()
67threaded_call()
68threaded_once()
69threaded_ignore()
70threaded_exit()
71threaded_peek()
72threaded_wait()
73threaded_notify()
74
75true
76fail
77call()
78once()
79catch(, , )
80throw()
81
82parameter(, )
83self()
84sender()
85this()
86
87current_predicate()
88predicate_property(, )
89
90before(, , )
91after(, , )
92
93phrase(, )
94phrase(, , )
95goal_expansion(, )
96term_expansion(, )
97expand_term(, )
98expand_goal(, )
99
100unify_with_occurs_check(, )
101
102atom()
103atomic()
104integer()
105float()
106compound()
107nonvar()
108var()
109number()
110
111current_object()
112current_protocol()
113current_category()
114
115create_object(, , , )
116create_protocol(, , )
117create_category(, , , )
118
119object_property(, )
120protocol_property(, )
121category_property(, )
122
123abolish_object()
124abolish_protocol()
125abolish_category()
126
127complements_object(, )
128extends_object(, , )
129extends_object(, )
130extends_protocol(, , )
131extends_protocol(, )
132extends_category(, , )
133extends_category(, )
134implements_protocol(, , )
135implements_protocol(, )
136instantiates_class(, , )
137instantiates_class(, )
138specializes_class(, , )
139specializes_class(, )
140imports_category(, , )
141imports_category(, )
142
143current_event(, , , , )
144define_events(, , , , )
145abolish_events(, , , , )
146
147set_logtalk_flag(, )
148current_logtalk_flag(, )
149
150logtalk_compile(, [])
151logtalk_compile()
152logtalk_load(, [])
153logtalk_load()
154
155current_input()
156current_output()
157set_input()
158set_output()
159open(, , , )
160open(, , )
161close(, )
162close()
163flush_output()
164flush_output
165stream_property(, )
166set_stream_position(, )
167at_end_of_stream()
168at_end_of_stream
169
170get_char(, )
171get_char()
172get_code(, )
173get_code()
174peek_char(, )
175peek_char()
176peek_code(, )
177peek_code()
178put_char(, )
179put_char()
180put_code(, )
181put_code()
182nl()
183nl
184
185get_byte(, )
186get_byte()
187peek_byte(, )
188peek_byte()
189put_byte(, )
190put_byte()
191
192read(, )
193read()
194read_term(, , )
195read_term(, )
196write(, )
197write()
198writeq(, )
199writeq()
200write_canonical(, )
201write_canonical()
202write_term()
203current_op(, , )
204current_char_conversion()
205char_conversion()
206
207repeat
208
209atom_length(, )
210atom_concat(, , )
211atom_chars(, )
212atom_codes(, )
213sub_atom(, , , , )
214char_code(, )
215number_chars(, )
216number_codes(, )
217
218set_prolog_flag(, )
219current_prolog_flag(, )
220
221halt().
222halt.
223
224abs()
225atan()
226ceiling()
227cos()
228exp()
229float_fractional_part()
230float_integer_part()
231floor()
232log()
233mod(, )
234rem(, )
235round()
236sign()
237sin()
238sqrt()
239truncate()
Note: See TracBrowser for help on using the browser.