This file is indexed.

/usr/share/smoke/qsci.argnames.txt is in libsmokeqt4-dev 4:4.14.3-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
QAbstractScrollArea,event,12;arg1
QAbstractScrollArea,viewportEvent,12;arg1
QAbstractScrollArea,wheelEvent,48;arg1
QFrame,changeEvent,12;arg1
QObject,event,12;arg1
QObject,eventFilter,27,12;arg1,arg2
QObject,timerEvent,46;arg1
QObject,childEvent,4;arg1
QObject,customEvent,12;arg1
QObject,connectNotify,213;signal
QObject,disconnectNotify,213;signal
QPrinter,metric,28;arg1
QWidget,setVisible,189;visible
QWidget,heightForWidth,215;arg1
QWidget,keyReleaseEvent,18;arg1
QWidget,enterEvent,12;arg1
QWidget,leaveEvent,12;arg1
QWidget,moveEvent,26;arg1
QWidget,closeEvent,5;arg1
QWidget,tabletEvent,45;arg1
QWidget,actionEvent,1;arg1
QWidget,showEvent,38;arg1
QWidget,hideEvent,15;arg1
QWidget,x11Event,188;arg1
QWidget,metric,28;arg1
QWidget,styleChange,44;arg1
QWidget,enabledChange,189;arg1
QWidget,paletteChange,202;arg1
QWidget,fontChange,195;arg1
QWidget,windowActivationChange,189;arg1
QsciAPIs,qt_metacast,213;arg1
QsciAPIs,tr,213,213;s,c = 0
QsciAPIs,trUtf8,213,213;s,c = 0
QsciAPIs,tr,213,213,215;s,c,n
QsciAPIs,trUtf8,213,213,215;s,c,n
QsciAPIs,qt_metacall,23,215,222;arg1,arg2,arg3
QsciAPIs,QsciAPIs,58;lexer
QsciAPIs,add,207;entry
QsciAPIs,load,207;filename
QsciAPIs,remove,207;entry
QsciAPIs,isPrepared,207;filename = QString()
QsciAPIs,loadPrepared,207;filename = QString()
QsciAPIs,savePrepared,207;filename = QString()
QsciAPIs,updateAutoCompletionList,208,42;context,list
QsciAPIs,autoCompletionSelected,207;sel
QsciAPIs,callTips,208,215,98,21;context,commas,style,shifts
QsciAPIs,event,12;e
QsciAPIs,tr,213;s
QsciAPIs,trUtf8,213;s
QsciAbstractAPIs,qt_metacast,213;arg1
QsciAbstractAPIs,tr,213,213;s,c = 0
QsciAbstractAPIs,trUtf8,213,213;s,c = 0
QsciAbstractAPIs,tr,213,213,215;s,c,n
QsciAbstractAPIs,trUtf8,213,213,215;s,c,n
QsciAbstractAPIs,qt_metacall,23,215,222;arg1,arg2,arg3
QsciAbstractAPIs,QsciAbstractAPIs,58;lexer
QsciAbstractAPIs,updateAutoCompletionList,208,42;context,list
QsciAbstractAPIs,autoCompletionSelected,207;selection
QsciAbstractAPIs,callTips,208,215,98,21;context,commas,style,shifts
QsciAbstractAPIs,tr,213;s
QsciAbstractAPIs,trUtf8,213;s
QsciCommand,setKey,215;key
QsciCommand,setAlternateKey,215;altkey
QsciCommand,validKey,215;key
QsciCommandSet,readSettings,37,213;qs,prefix = "/Scintilla"
QsciCommandSet,writeSettings,37,213;qs,prefix = "/Scintilla"
QsciCommandSet,boundTo,215;key
QsciCommandSet,find,53;command
QsciCommandSet,readSettings,37;qs
QsciCommandSet,writeSettings,37;qs
QsciDocument,QsciDocument,210;arg1
QsciDocument,operator=,210;arg1
QsciLexer,qt_metacast,213;arg1
QsciLexer,tr,213,213;s,c = 0
QsciLexer,trUtf8,213,213;s,c = 0
QsciLexer,tr,213,213,215;s,c,n
QsciLexer,trUtf8,213,213,215;s,c,n
QsciLexer,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexer,QsciLexer,27;parent = 0
QsciLexer,blockEnd,217;style = 0
QsciLexer,blockStart,217;style = 0
QsciLexer,blockStartKeyword,217;style = 0
QsciLexer,color,215;style
QsciLexer,eolFill,215;style
QsciLexer,font,215;style
QsciLexer,keywords,215;set
QsciLexer,description,215;style
QsciLexer,paper,215;style
QsciLexer,defaultColor,215;style
QsciLexer,defaultEolFill,215;style
QsciLexer,defaultFont,215;style
QsciLexer,defaultPaper,215;style
QsciLexer,setAPIs,51;apis
QsciLexer,setDefaultColor,194;c
QsciLexer,setDefaultFont,195;f
QsciLexer,setDefaultPaper,194;c
QsciLexer,setEditor,92;editor
QsciLexer,readSettings,37,213;qs,prefix = "/Scintilla"
QsciLexer,writeSettings,37,213;qs,prefix = "/Scintilla"
QsciLexer,setAutoIndentStyle,215;autoindentstyle
QsciLexer,setColor,194,215;c,style = -1
QsciLexer,setEolFill,189,215;eoffill,style = -1
QsciLexer,setFont,195,215;f,style = -1
QsciLexer,setPaper,194,215;c,style = -1
QsciLexer,colorChanged,194,215;c,style
QsciLexer,eolFillChanged,189,215;eolfilled,style
QsciLexer,fontChanged,195,215;f,style
QsciLexer,paperChanged,194,215;c,style
QsciLexer,propertyChanged,213,213;prop,val
QsciLexer,readProperties,37,207;qs,prefix
QsciLexer,writeProperties,37,207;qs,prefix
QsciLexer,tr,213;s
QsciLexer,trUtf8,213;s
QsciLexer,readSettings,37;qs
QsciLexer,writeSettings,37;qs
QsciLexer,setColor,194;c
QsciLexer,setEolFill,189;eoffill
QsciLexer,setFont,195;f
QsciLexer,setPaper,194;c
QsciLexerBash,qt_metacast,213;arg1
QsciLexerBash,tr,213,213;s,c = 0
QsciLexerBash,trUtf8,213,213;s,c = 0
QsciLexerBash,tr,213,213,215;s,c,n
QsciLexerBash,trUtf8,213,213,215;s,c,n
QsciLexerBash,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerBash,QsciLexerBash,27;parent = 0
QsciLexerBash,defaultColor,215;style
QsciLexerBash,defaultEolFill,215;style
QsciLexerBash,defaultFont,215;style
QsciLexerBash,defaultPaper,215;style
QsciLexerBash,keywords,215;set
QsciLexerBash,description,215;style
QsciLexerBash,setFoldComments,189;fold
QsciLexerBash,setFoldCompact,189;fold
QsciLexerBash,readProperties,37,207;qs,prefix
QsciLexerBash,writeProperties,37,207;qs,prefix
QsciLexerBash,tr,213;s
QsciLexerBash,trUtf8,213;s
QsciLexerBatch,qt_metacast,213;arg1
QsciLexerBatch,tr,213,213;s,c = 0
QsciLexerBatch,trUtf8,213,213;s,c = 0
QsciLexerBatch,tr,213,213,215;s,c,n
QsciLexerBatch,trUtf8,213,213,215;s,c,n
QsciLexerBatch,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerBatch,QsciLexerBatch,27;parent = 0
QsciLexerBatch,defaultColor,215;style
QsciLexerBatch,defaultEolFill,215;style
QsciLexerBatch,defaultFont,215;style
QsciLexerBatch,defaultPaper,215;style
QsciLexerBatch,keywords,215;set
QsciLexerBatch,description,215;style
QsciLexerBatch,tr,213;s
QsciLexerBatch,trUtf8,213;s
QsciLexerCMake,qt_metacast,213;arg1
QsciLexerCMake,tr,213,213;s,c = 0
QsciLexerCMake,trUtf8,213,213;s,c = 0
QsciLexerCMake,tr,213,213,215;s,c,n
QsciLexerCMake,trUtf8,213,213,215;s,c,n
QsciLexerCMake,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerCMake,QsciLexerCMake,27;parent = 0
QsciLexerCMake,defaultColor,215;style
QsciLexerCMake,defaultFont,215;style
QsciLexerCMake,defaultPaper,215;style
QsciLexerCMake,keywords,215;set
QsciLexerCMake,description,215;style
QsciLexerCMake,setFoldAtElse,189;fold
QsciLexerCMake,readProperties,37,207;qs,prefix
QsciLexerCMake,writeProperties,37,207;qs,prefix
QsciLexerCMake,tr,213;s
QsciLexerCMake,trUtf8,213;s
QsciLexerCPP,qt_metacast,213;arg1
QsciLexerCPP,tr,213,213;s,c = 0
QsciLexerCPP,trUtf8,213,213;s,c = 0
QsciLexerCPP,tr,213,213,215;s,c,n
QsciLexerCPP,trUtf8,213,213,215;s,c,n
QsciLexerCPP,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerCPP,QsciLexerCPP,27,189;parent = 0,caseInsensitiveKeywords = false
QsciLexerCPP,blockEnd,217;style = 0
QsciLexerCPP,blockStart,217;style = 0
QsciLexerCPP,blockStartKeyword,217;style = 0
QsciLexerCPP,defaultColor,215;style
QsciLexerCPP,defaultEolFill,215;style
QsciLexerCPP,defaultFont,215;style
QsciLexerCPP,defaultPaper,215;style
QsciLexerCPP,keywords,215;set
QsciLexerCPP,description,215;style
QsciLexerCPP,setDollarsAllowed,189;allowed
QsciLexerCPP,setHighlightTripleQuotedStrings,189;enabled
QsciLexerCPP,setHighlightHashQuotedStrings,189;enabled
QsciLexerCPP,setHighlightBackQuotedStrings,189;enabled
QsciLexerCPP,setHighlightEscapeSequences,189;enabled
QsciLexerCPP,setVerbatimStringEscapeSequencesAllowed,189;allowed
QsciLexerCPP,setFoldAtElse,189;fold
QsciLexerCPP,setFoldComments,189;fold
QsciLexerCPP,setFoldCompact,189;fold
QsciLexerCPP,setFoldPreprocessor,189;fold
QsciLexerCPP,setStylePreprocessor,189;style
QsciLexerCPP,readProperties,37,207;qs,prefix
QsciLexerCPP,writeProperties,37,207;qs,prefix
QsciLexerCPP,tr,213;s
QsciLexerCPP,trUtf8,213;s
QsciLexerCPP,QsciLexerCPP,27;parent = 0
QsciLexerCSS,qt_metacast,213;arg1
QsciLexerCSS,tr,213,213;s,c = 0
QsciLexerCSS,trUtf8,213,213;s,c = 0
QsciLexerCSS,tr,213,213,215;s,c,n
QsciLexerCSS,trUtf8,213,213,215;s,c,n
QsciLexerCSS,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerCSS,QsciLexerCSS,27;parent = 0
QsciLexerCSS,blockEnd,217;style = 0
QsciLexerCSS,blockStart,217;style = 0
QsciLexerCSS,defaultColor,215;style
QsciLexerCSS,defaultFont,215;style
QsciLexerCSS,keywords,215;set
QsciLexerCSS,description,215;style
QsciLexerCSS,setHSSLanguage,189;enabled
QsciLexerCSS,setLessLanguage,189;enabled
QsciLexerCSS,setSCSSLanguage,189;enabled
QsciLexerCSS,setFoldComments,189;fold
QsciLexerCSS,setFoldCompact,189;fold
QsciLexerCSS,readProperties,37,207;qs,prefix
QsciLexerCSS,writeProperties,37,207;qs,prefix
QsciLexerCSS,tr,213;s
QsciLexerCSS,trUtf8,213;s
QsciLexerCSharp,qt_metacast,213;arg1
QsciLexerCSharp,tr,213,213;s,c = 0
QsciLexerCSharp,trUtf8,213,213;s,c = 0
QsciLexerCSharp,tr,213,213,215;s,c,n
QsciLexerCSharp,trUtf8,213,213,215;s,c,n
QsciLexerCSharp,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerCSharp,QsciLexerCSharp,27;parent = 0
QsciLexerCSharp,defaultColor,215;style
QsciLexerCSharp,defaultEolFill,215;style
QsciLexerCSharp,defaultFont,215;style
QsciLexerCSharp,defaultPaper,215;style
QsciLexerCSharp,keywords,215;set
QsciLexerCSharp,description,215;style
QsciLexerCSharp,tr,213;s
QsciLexerCSharp,trUtf8,213;s
QsciLexerCustom,qt_metacast,213;arg1
QsciLexerCustom,tr,213,213;s,c = 0
QsciLexerCustom,trUtf8,213,213;s,c = 0
QsciLexerCustom,tr,213,213,215;s,c,n
QsciLexerCustom,trUtf8,213,213,215;s,c,n
QsciLexerCustom,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerCustom,QsciLexerCustom,27;parent = 0
QsciLexerCustom,setStyling,215,215;length,style
QsciLexerCustom,setStyling,215,211;length,style
QsciLexerCustom,startStyling,215,215;pos,styleBits = 0
QsciLexerCustom,styleText,215,215;start,end
QsciLexerCustom,setEditor,92;editor
QsciLexerCustom,tr,213;s
QsciLexerCustom,trUtf8,213;s
QsciLexerCustom,startStyling,215;pos
QsciLexerD,qt_metacast,213;arg1
QsciLexerD,tr,213,213;s,c = 0
QsciLexerD,trUtf8,213,213;s,c = 0
QsciLexerD,tr,213,213,215;s,c,n
QsciLexerD,trUtf8,213,213,215;s,c,n
QsciLexerD,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerD,QsciLexerD,27;parent = 0
QsciLexerD,blockEnd,217;style = 0
QsciLexerD,blockStart,217;style = 0
QsciLexerD,blockStartKeyword,217;style = 0
QsciLexerD,defaultColor,215;style
QsciLexerD,defaultEolFill,215;style
QsciLexerD,defaultFont,215;style
QsciLexerD,defaultPaper,215;style
QsciLexerD,keywords,215;set
QsciLexerD,description,215;style
QsciLexerD,setFoldAtElse,189;fold
QsciLexerD,setFoldComments,189;fold
QsciLexerD,setFoldCompact,189;fold
QsciLexerD,readProperties,37,207;qs,prefix
QsciLexerD,writeProperties,37,207;qs,prefix
QsciLexerD,tr,213;s
QsciLexerD,trUtf8,213;s
QsciLexerDiff,qt_metacast,213;arg1
QsciLexerDiff,tr,213,213;s,c = 0
QsciLexerDiff,trUtf8,213,213;s,c = 0
QsciLexerDiff,tr,213,213,215;s,c,n
QsciLexerDiff,trUtf8,213,213,215;s,c,n
QsciLexerDiff,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerDiff,QsciLexerDiff,27;parent = 0
QsciLexerDiff,defaultColor,215;style
QsciLexerDiff,description,215;style
QsciLexerDiff,tr,213;s
QsciLexerDiff,trUtf8,213;s
QsciLexerFortran,qt_metacast,213;arg1
QsciLexerFortran,tr,213,213;s,c = 0
QsciLexerFortran,trUtf8,213,213;s,c = 0
QsciLexerFortran,tr,213,213,215;s,c,n
QsciLexerFortran,trUtf8,213,213,215;s,c,n
QsciLexerFortran,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerFortran,QsciLexerFortran,27;parent = 0
QsciLexerFortran,keywords,215;set
QsciLexerFortran,tr,213;s
QsciLexerFortran,trUtf8,213;s
QsciLexerFortran77,qt_metacast,213;arg1
QsciLexerFortran77,tr,213,213;s,c = 0
QsciLexerFortran77,trUtf8,213,213;s,c = 0
QsciLexerFortran77,tr,213,213,215;s,c,n
QsciLexerFortran77,trUtf8,213,213,215;s,c,n
QsciLexerFortran77,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerFortran77,QsciLexerFortran77,27;parent = 0
QsciLexerFortran77,defaultColor,215;style
QsciLexerFortran77,defaultEolFill,215;style
QsciLexerFortran77,defaultFont,215;style
QsciLexerFortran77,defaultPaper,215;style
QsciLexerFortran77,keywords,215;set
QsciLexerFortran77,description,215;style
QsciLexerFortran77,setFoldCompact,189;fold
QsciLexerFortran77,readProperties,37,207;qs,prefix
QsciLexerFortran77,writeProperties,37,207;qs,prefix
QsciLexerFortran77,tr,213;s
QsciLexerFortran77,trUtf8,213;s
QsciLexerHTML,qt_metacast,213;arg1
QsciLexerHTML,tr,213,213;s,c = 0
QsciLexerHTML,trUtf8,213,213;s,c = 0
QsciLexerHTML,tr,213,213,215;s,c,n
QsciLexerHTML,trUtf8,213,213,215;s,c,n
QsciLexerHTML,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerHTML,QsciLexerHTML,27;parent = 0
QsciLexerHTML,defaultColor,215;style
QsciLexerHTML,defaultEolFill,215;style
QsciLexerHTML,defaultFont,215;style
QsciLexerHTML,defaultPaper,215;style
QsciLexerHTML,keywords,215;set
QsciLexerHTML,description,215;style
QsciLexerHTML,setDjangoTemplates,189;enabled
QsciLexerHTML,setFoldScriptComments,189;fold
QsciLexerHTML,setFoldScriptHeredocs,189;fold
QsciLexerHTML,setMakoTemplates,189;enabled
QsciLexerHTML,setFoldCompact,189;fold
QsciLexerHTML,setFoldPreprocessor,189;fold
QsciLexerHTML,setCaseSensitiveTags,189;sens
QsciLexerHTML,readProperties,37,207;qs,prefix
QsciLexerHTML,writeProperties,37,207;qs,prefix
QsciLexerHTML,tr,213;s
QsciLexerHTML,trUtf8,213;s
QsciLexerIDL,qt_metacast,213;arg1
QsciLexerIDL,tr,213,213;s,c = 0
QsciLexerIDL,trUtf8,213,213;s,c = 0
QsciLexerIDL,tr,213,213,215;s,c,n
QsciLexerIDL,trUtf8,213,213,215;s,c,n
QsciLexerIDL,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerIDL,QsciLexerIDL,27;parent = 0
QsciLexerIDL,defaultColor,215;style
QsciLexerIDL,keywords,215;set
QsciLexerIDL,description,215;style
QsciLexerIDL,tr,213;s
QsciLexerIDL,trUtf8,213;s
QsciLexerJava,qt_metacast,213;arg1
QsciLexerJava,tr,213,213;s,c = 0
QsciLexerJava,trUtf8,213,213;s,c = 0
QsciLexerJava,tr,213,213,215;s,c,n
QsciLexerJava,trUtf8,213,213,215;s,c,n
QsciLexerJava,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerJava,QsciLexerJava,27;parent = 0
QsciLexerJava,keywords,215;set
QsciLexerJava,tr,213;s
QsciLexerJava,trUtf8,213;s
QsciLexerJavaScript,qt_metacast,213;arg1
QsciLexerJavaScript,tr,213,213;s,c = 0
QsciLexerJavaScript,trUtf8,213,213;s,c = 0
QsciLexerJavaScript,tr,213,213,215;s,c,n
QsciLexerJavaScript,trUtf8,213,213,215;s,c,n
QsciLexerJavaScript,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerJavaScript,QsciLexerJavaScript,27;parent = 0
QsciLexerJavaScript,defaultColor,215;style
QsciLexerJavaScript,defaultEolFill,215;style
QsciLexerJavaScript,defaultFont,215;style
QsciLexerJavaScript,defaultPaper,215;style
QsciLexerJavaScript,keywords,215;set
QsciLexerJavaScript,description,215;style
QsciLexerJavaScript,tr,213;s
QsciLexerJavaScript,trUtf8,213;s
QsciLexerLua,qt_metacast,213;arg1
QsciLexerLua,tr,213,213;s,c = 0
QsciLexerLua,trUtf8,213,213;s,c = 0
QsciLexerLua,tr,213,213,215;s,c,n
QsciLexerLua,trUtf8,213,213,215;s,c,n
QsciLexerLua,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerLua,QsciLexerLua,27;parent = 0
QsciLexerLua,blockStart,217;style = 0
QsciLexerLua,defaultColor,215;style
QsciLexerLua,defaultEolFill,215;style
QsciLexerLua,defaultFont,215;style
QsciLexerLua,defaultPaper,215;style
QsciLexerLua,keywords,215;set
QsciLexerLua,description,215;style
QsciLexerLua,setFoldCompact,189;fold
QsciLexerLua,readProperties,37,207;qs,prefix
QsciLexerLua,writeProperties,37,207;qs,prefix
QsciLexerLua,tr,213;s
QsciLexerLua,trUtf8,213;s
QsciLexerMakefile,qt_metacast,213;arg1
QsciLexerMakefile,tr,213,213;s,c = 0
QsciLexerMakefile,trUtf8,213,213;s,c = 0
QsciLexerMakefile,tr,213,213,215;s,c,n
QsciLexerMakefile,trUtf8,213,213,215;s,c,n
QsciLexerMakefile,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerMakefile,QsciLexerMakefile,27;parent = 0
QsciLexerMakefile,defaultColor,215;style
QsciLexerMakefile,defaultEolFill,215;style
QsciLexerMakefile,defaultFont,215;style
QsciLexerMakefile,defaultPaper,215;style
QsciLexerMakefile,description,215;style
QsciLexerMakefile,tr,213;s
QsciLexerMakefile,trUtf8,213;s
QsciLexerPOV,qt_metacast,213;arg1
QsciLexerPOV,tr,213,213;s,c = 0
QsciLexerPOV,trUtf8,213,213;s,c = 0
QsciLexerPOV,tr,213,213,215;s,c,n
QsciLexerPOV,trUtf8,213,213,215;s,c,n
QsciLexerPOV,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerPOV,QsciLexerPOV,27;parent = 0
QsciLexerPOV,defaultColor,215;style
QsciLexerPOV,defaultEolFill,215;style
QsciLexerPOV,defaultFont,215;style
QsciLexerPOV,defaultPaper,215;style
QsciLexerPOV,keywords,215;set
QsciLexerPOV,description,215;style
QsciLexerPOV,setFoldComments,189;fold
QsciLexerPOV,setFoldCompact,189;fold
QsciLexerPOV,setFoldDirectives,189;fold
QsciLexerPOV,readProperties,37,207;qs,prefix
QsciLexerPOV,writeProperties,37,207;qs,prefix
QsciLexerPOV,tr,213;s
QsciLexerPOV,trUtf8,213;s
QsciLexerPascal,qt_metacast,213;arg1
QsciLexerPascal,tr,213,213;s,c = 0
QsciLexerPascal,trUtf8,213,213;s,c = 0
QsciLexerPascal,tr,213,213,215;s,c,n
QsciLexerPascal,trUtf8,213,213,215;s,c,n
QsciLexerPascal,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerPascal,QsciLexerPascal,27;parent = 0
QsciLexerPascal,blockEnd,217;style = 0
QsciLexerPascal,blockStart,217;style = 0
QsciLexerPascal,blockStartKeyword,217;style = 0
QsciLexerPascal,defaultColor,215;style
QsciLexerPascal,defaultEolFill,215;style
QsciLexerPascal,defaultFont,215;style
QsciLexerPascal,defaultPaper,215;style
QsciLexerPascal,keywords,215;set
QsciLexerPascal,description,215;style
QsciLexerPascal,setSmartHighlighting,189;enabled
QsciLexerPascal,setFoldComments,189;fold
QsciLexerPascal,setFoldCompact,189;fold
QsciLexerPascal,setFoldPreprocessor,189;fold
QsciLexerPascal,readProperties,37,207;qs,prefix
QsciLexerPascal,writeProperties,37,207;qs,prefix
QsciLexerPascal,tr,213;s
QsciLexerPascal,trUtf8,213;s
QsciLexerPerl,qt_metacast,213;arg1
QsciLexerPerl,tr,213,213;s,c = 0
QsciLexerPerl,trUtf8,213,213;s,c = 0
QsciLexerPerl,tr,213,213,215;s,c,n
QsciLexerPerl,trUtf8,213,213,215;s,c,n
QsciLexerPerl,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerPerl,QsciLexerPerl,27;parent = 0
QsciLexerPerl,blockEnd,217;style = 0
QsciLexerPerl,blockStart,217;style = 0
QsciLexerPerl,defaultColor,215;style
QsciLexerPerl,defaultEolFill,215;style
QsciLexerPerl,defaultFont,215;style
QsciLexerPerl,defaultPaper,215;style
QsciLexerPerl,keywords,215;set
QsciLexerPerl,description,215;style
QsciLexerPerl,setFoldAtElse,189;fold
QsciLexerPerl,setFoldPackages,189;fold
QsciLexerPerl,setFoldPODBlocks,189;fold
QsciLexerPerl,setFoldComments,189;fold
QsciLexerPerl,setFoldCompact,189;fold
QsciLexerPerl,readProperties,37,207;qs,prefix
QsciLexerPerl,writeProperties,37,207;qs,prefix
QsciLexerPerl,tr,213;s
QsciLexerPerl,trUtf8,213;s
QsciLexerPostScript,qt_metacast,213;arg1
QsciLexerPostScript,tr,213,213;s,c = 0
QsciLexerPostScript,trUtf8,213,213;s,c = 0
QsciLexerPostScript,tr,213,213,215;s,c,n
QsciLexerPostScript,trUtf8,213,213,215;s,c,n
QsciLexerPostScript,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerPostScript,QsciLexerPostScript,27;parent = 0
QsciLexerPostScript,defaultColor,215;style
QsciLexerPostScript,defaultFont,215;style
QsciLexerPostScript,defaultPaper,215;style
QsciLexerPostScript,keywords,215;set
QsciLexerPostScript,description,215;style
QsciLexerPostScript,setTokenize,189;tokenize
QsciLexerPostScript,setLevel,215;level
QsciLexerPostScript,setFoldCompact,189;fold
QsciLexerPostScript,setFoldAtElse,189;fold
QsciLexerPostScript,readProperties,37,207;qs,prefix
QsciLexerPostScript,writeProperties,37,207;qs,prefix
QsciLexerPostScript,tr,213;s
QsciLexerPostScript,trUtf8,213;s
QsciLexerProperties,qt_metacast,213;arg1
QsciLexerProperties,tr,213,213;s,c = 0
QsciLexerProperties,trUtf8,213,213;s,c = 0
QsciLexerProperties,tr,213,213,215;s,c,n
QsciLexerProperties,trUtf8,213,213,215;s,c,n
QsciLexerProperties,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerProperties,QsciLexerProperties,27;parent = 0
QsciLexerProperties,defaultColor,215;style
QsciLexerProperties,defaultEolFill,215;style
QsciLexerProperties,defaultFont,215;style
QsciLexerProperties,defaultPaper,215;style
QsciLexerProperties,description,215;style
QsciLexerProperties,setInitialSpaces,189;enable
QsciLexerProperties,setFoldCompact,189;fold
QsciLexerProperties,readProperties,37,207;qs,prefix
QsciLexerProperties,writeProperties,37,207;qs,prefix
QsciLexerProperties,tr,213;s
QsciLexerProperties,trUtf8,213;s
QsciLexerPython,qt_metacast,213;arg1
QsciLexerPython,tr,213,213;s,c = 0
QsciLexerPython,trUtf8,213,213;s,c = 0
QsciLexerPython,tr,213,213,215;s,c,n
QsciLexerPython,trUtf8,213,213,215;s,c,n
QsciLexerPython,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerPython,QsciLexerPython,27;parent = 0
QsciLexerPython,blockStart,217;style = 0
QsciLexerPython,defaultColor,215;style
QsciLexerPython,defaultEolFill,215;style
QsciLexerPython,defaultFont,215;style
QsciLexerPython,defaultPaper,215;style
QsciLexerPython,keywords,215;set
QsciLexerPython,description,215;style
QsciLexerPython,setFoldCompact,189;fold
QsciLexerPython,setHighlightSubidentifiers,189;enabled
QsciLexerPython,setStringsOverNewlineAllowed,189;allowed
QsciLexerPython,setV2UnicodeAllowed,189;allowed
QsciLexerPython,setV3BinaryOctalAllowed,189;allowed
QsciLexerPython,setV3BytesAllowed,189;allowed
QsciLexerPython,setFoldComments,189;fold
QsciLexerPython,setFoldQuotes,189;fold
QsciLexerPython,setIndentationWarning,82;warn
QsciLexerPython,readProperties,37,207;qs,prefix
QsciLexerPython,writeProperties,37,207;qs,prefix
QsciLexerPython,tr,213;s
QsciLexerPython,trUtf8,213;s
QsciLexerRuby,qt_metacast,213;arg1
QsciLexerRuby,tr,213,213;s,c = 0
QsciLexerRuby,trUtf8,213,213;s,c = 0
QsciLexerRuby,tr,213,213,215;s,c,n
QsciLexerRuby,trUtf8,213,213,215;s,c,n
QsciLexerRuby,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerRuby,QsciLexerRuby,27;parent = 0
QsciLexerRuby,blockEnd,217;style = 0
QsciLexerRuby,blockStart,217;style = 0
QsciLexerRuby,blockStartKeyword,217;style = 0
QsciLexerRuby,defaultColor,215;style
QsciLexerRuby,defaultEolFill,215;style
QsciLexerRuby,defaultFont,215;style
QsciLexerRuby,defaultPaper,215;style
QsciLexerRuby,keywords,215;set
QsciLexerRuby,description,215;style
QsciLexerRuby,setFoldComments,189;fold
QsciLexerRuby,setFoldCompact,189;fold
QsciLexerRuby,readProperties,37,207;qs,prefix
QsciLexerRuby,writeProperties,37,207;qs,prefix
QsciLexerRuby,tr,213;s
QsciLexerRuby,trUtf8,213;s
QsciLexerSQL,qt_metacast,213;arg1
QsciLexerSQL,tr,213,213;s,c = 0
QsciLexerSQL,trUtf8,213,213;s,c = 0
QsciLexerSQL,tr,213,213,215;s,c,n
QsciLexerSQL,trUtf8,213,213,215;s,c,n
QsciLexerSQL,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerSQL,QsciLexerSQL,27;parent = 0
QsciLexerSQL,defaultColor,215;style
QsciLexerSQL,defaultEolFill,215;style
QsciLexerSQL,defaultFont,215;style
QsciLexerSQL,defaultPaper,215;style
QsciLexerSQL,keywords,215;set
QsciLexerSQL,description,215;style
QsciLexerSQL,setDottedWords,189;enable
QsciLexerSQL,setFoldAtElse,189;fold
QsciLexerSQL,setFoldOnlyBegin,189;fold
QsciLexerSQL,setHashComments,189;enable
QsciLexerSQL,setQuotedIdentifiers,189;enable
QsciLexerSQL,setBackslashEscapes,189;enable
QsciLexerSQL,setFoldComments,189;fold
QsciLexerSQL,setFoldCompact,189;fold
QsciLexerSQL,readProperties,37,207;qs,prefix
QsciLexerSQL,writeProperties,37,207;qs,prefix
QsciLexerSQL,tr,213;s
QsciLexerSQL,trUtf8,213;s
QsciLexerTCL,qt_metacast,213;arg1
QsciLexerTCL,tr,213,213;s,c = 0
QsciLexerTCL,trUtf8,213,213;s,c = 0
QsciLexerTCL,tr,213,213,215;s,c,n
QsciLexerTCL,trUtf8,213,213,215;s,c,n
QsciLexerTCL,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerTCL,QsciLexerTCL,27;parent = 0
QsciLexerTCL,defaultColor,215;style
QsciLexerTCL,defaultEolFill,215;style
QsciLexerTCL,defaultFont,215;style
QsciLexerTCL,defaultPaper,215;style
QsciLexerTCL,keywords,215;set
QsciLexerTCL,description,215;style
QsciLexerTCL,setFoldComments,189;fold
QsciLexerTCL,readProperties,37,207;qs,prefix
QsciLexerTCL,writeProperties,37,207;qs,prefix
QsciLexerTCL,tr,213;s
QsciLexerTCL,trUtf8,213;s
QsciLexerTeX,qt_metacast,213;arg1
QsciLexerTeX,tr,213,213;s,c = 0
QsciLexerTeX,trUtf8,213,213;s,c = 0
QsciLexerTeX,tr,213,213,215;s,c,n
QsciLexerTeX,trUtf8,213,213,215;s,c,n
QsciLexerTeX,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerTeX,QsciLexerTeX,27;parent = 0
QsciLexerTeX,defaultColor,215;style
QsciLexerTeX,keywords,215;set
QsciLexerTeX,description,215;style
QsciLexerTeX,setFoldComments,189;fold
QsciLexerTeX,setFoldCompact,189;fold
QsciLexerTeX,setProcessComments,189;enable
QsciLexerTeX,setProcessIf,189;enable
QsciLexerTeX,readProperties,37,207;qs,prefix
QsciLexerTeX,writeProperties,37,207;qs,prefix
QsciLexerTeX,tr,213;s
QsciLexerTeX,trUtf8,213;s
QsciLexerVHDL,qt_metacast,213;arg1
QsciLexerVHDL,tr,213,213;s,c = 0
QsciLexerVHDL,trUtf8,213,213;s,c = 0
QsciLexerVHDL,tr,213,213,215;s,c,n
QsciLexerVHDL,trUtf8,213,213,215;s,c,n
QsciLexerVHDL,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerVHDL,QsciLexerVHDL,27;parent = 0
QsciLexerVHDL,defaultColor,215;style
QsciLexerVHDL,defaultEolFill,215;style
QsciLexerVHDL,defaultFont,215;style
QsciLexerVHDL,defaultPaper,215;style
QsciLexerVHDL,keywords,215;set
QsciLexerVHDL,description,215;style
QsciLexerVHDL,setFoldComments,189;fold
QsciLexerVHDL,setFoldCompact,189;fold
QsciLexerVHDL,setFoldAtElse,189;fold
QsciLexerVHDL,setFoldAtBegin,189;fold
QsciLexerVHDL,setFoldAtParenthesis,189;fold
QsciLexerVHDL,readProperties,37,207;qs,prefix
QsciLexerVHDL,writeProperties,37,207;qs,prefix
QsciLexerVHDL,tr,213;s
QsciLexerVHDL,trUtf8,213;s
QsciLexerXML,qt_metacast,213;arg1
QsciLexerXML,tr,213,213;s,c = 0
QsciLexerXML,trUtf8,213,213;s,c = 0
QsciLexerXML,tr,213,213,215;s,c,n
QsciLexerXML,trUtf8,213,213,215;s,c,n
QsciLexerXML,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerXML,QsciLexerXML,27;parent = 0
QsciLexerXML,defaultColor,215;style
QsciLexerXML,defaultEolFill,215;style
QsciLexerXML,defaultFont,215;style
QsciLexerXML,defaultPaper,215;style
QsciLexerXML,keywords,215;set
QsciLexerXML,setScriptsStyled,189;styled
QsciLexerXML,readProperties,37,207;qs,prefix
QsciLexerXML,writeProperties,37,207;qs,prefix
QsciLexerXML,tr,213;s
QsciLexerXML,trUtf8,213;s
QsciLexerYAML,qt_metacast,213;arg1
QsciLexerYAML,tr,213,213;s,c = 0
QsciLexerYAML,trUtf8,213,213;s,c = 0
QsciLexerYAML,tr,213,213,215;s,c,n
QsciLexerYAML,trUtf8,213,213,215;s,c,n
QsciLexerYAML,qt_metacall,23,215,222;arg1,arg2,arg3
QsciLexerYAML,QsciLexerYAML,27;parent = 0
QsciLexerYAML,defaultColor,215;style
QsciLexerYAML,defaultEolFill,215;style
QsciLexerYAML,defaultFont,215;style
QsciLexerYAML,defaultPaper,215;style
QsciLexerYAML,keywords,215;set
QsciLexerYAML,description,215;style
QsciLexerYAML,setFoldComments,189;fold
QsciLexerYAML,readProperties,37,207;qs,prefix
QsciLexerYAML,writeProperties,37,207;qs,prefix
QsciLexerYAML,tr,213;s
QsciLexerYAML,trUtf8,213;s
QsciMacro,qt_metacast,213;arg1
QsciMacro,tr,213,213;s,c = 0
QsciMacro,trUtf8,213,213;s,c = 0
QsciMacro,tr,213,213,215;s,c,n
QsciMacro,trUtf8,213,213,215;s,c,n
QsciMacro,qt_metacall,23,215,222;arg1,arg2,arg3
QsciMacro,QsciMacro,92;parent
QsciMacro,QsciMacro,207,92;asc,parent
QsciMacro,load,207;asc
QsciMacro,tr,213;s
QsciMacro,trUtf8,213;s
QsciPrinter,QsciPrinter,33;mode = ScreenResolution
QsciPrinter,formatPage,31,189,34,215;painter,drawing,area,pagenr
QsciPrinter,setMagnification,215;magnification
QsciPrinter,printRange,110,215,215;qsb,from = -1,to = -1
QsciPrinter,setWrapMode,108;wmode
QsciPrinter,printRange,110;qsb
QsciPrinter,printRange,110,215;qsb,from = -1
QsciScintilla,qt_metacast,213;arg1
QsciScintilla,tr,213,213;s,c = 0
QsciScintilla,trUtf8,213,213;s,c = 0
QsciScintilla,tr,213,213,215;s,c,n
QsciScintilla,trUtf8,213,213,215;s,c,n
QsciScintilla,qt_metacall,23,215,222;arg1,arg2,arg3
QsciScintilla,QsciScintilla,49;parent = 0
QsciScintilla,apiContext,215,216,216;pos,context_start,last_word_start
QsciScintilla,annotate,215,207,215;line,text,style
QsciScintilla,annotate,215,207,211;line,text,style
QsciScintilla,annotate,215,212;line,text
QsciScintilla,annotate,215,197;line,text
QsciScintilla,annotation,215;line
QsciScintilla,clearAnnotations,215;line = -1
QsciScintilla,clearIndicatorRange,215,215,215,215,215;lineFrom,indexFrom,lineTo,indexTo,indicatorNumber
QsciScintilla,convertEols,100;mode
QsciScintilla,setFont,195;f
QsciScintilla,fillIndicatorRange,215,215,215,215,215;lineFrom,indexFrom,lineTo,indexTo,indicatorNumber
QsciScintilla,findFirst,207,189,189,189,189,189,215,215,189,189;expr,re,cs,wo,wrap,forward = true,line = -1,index = -1,show = true,posix = false
QsciScintilla,findFirstInSelection,207,189,189,189,189,189,189;expr,re,cs,wo,forward = true,show = true,posix = false
QsciScintilla,getCursorPosition,217,217;line,index
QsciScintilla,getSelection,217,217,217,217;lineFrom,indexFrom,lineTo,indexTo
QsciScintilla,indentation,215;line
QsciScintilla,indicatorDefine,103,215;style,indicatorNumber = -1
QsciScintilla,indicatorDrawUnder,215;indicatorNumber
QsciScintilla,isWordCharacter,191;ch
QsciScintilla,lineAt,204;point
QsciScintilla,lineIndexFromPosition,215,217,217;position,line,index
QsciScintilla,lineLength,215;line
QsciScintilla,marginLineNumbers,215;margin
QsciScintilla,marginMarkerMask,215;margin
QsciScintilla,marginSensitivity,215;margin
QsciScintilla,marginType,215;margin
QsciScintilla,marginWidth,215;margin
QsciScintilla,markerDefine,105,215;sym,markerNumber = -1
QsciScintilla,markerDefine,191,215;ch,markerNumber = -1
QsciScintilla,markerDefine,203,215;pm,markerNumber = -1
QsciScintilla,markerDefine,196,215;im,markerNumber = -1
QsciScintilla,markerAdd,215,215;linenr,markerNumber
QsciScintilla,markersAtLine,215;linenr
QsciScintilla,markerDelete,215,215;linenr,markerNumber = -1
QsciScintilla,markerDeleteAll,215;markerNumber = -1
QsciScintilla,markerDeleteHandle,215;mhandle
QsciScintilla,markerLine,215;mhandle
QsciScintilla,markerFindNext,215,219;linenr,mask
QsciScintilla,markerFindPrevious,215,219;linenr,mask
QsciScintilla,positionFromLineIndex,215,215;line,index
QsciScintilla,read,16;io
QsciScintilla,recolor,215,215;start = 0,end = -1
QsciScintilla,registerImage,215,203;id,pm
QsciScintilla,registerImage,215,196;id,im
QsciScintilla,replace,207;replaceStr
QsciScintilla,setFoldMarginColors,194,194;fore,back
QsciScintilla,setAnnotationDisplay,93;display
QsciScintilla,setAutoCompletionFillupsEnabled,189;enabled
QsciScintilla,setAutoCompletionFillups,213;fillups
QsciScintilla,setAutoCompletionWordSeparators,208;separators
QsciScintilla,setCallTipsBackgroundColor,194;col
QsciScintilla,setCallTipsForegroundColor,194;col
QsciScintilla,setCallTipsHighlightColor,194;col
QsciScintilla,setCallTipsPosition,97;position
QsciScintilla,setCallTipsStyle,98;style
QsciScintilla,setCallTipsVisible,215;nr
QsciScintilla,setContractedFolds,198;folds
QsciScintilla,setDocument,210;document
QsciScintilla,setEdgeColor,194;col
QsciScintilla,setEdgeColumn,215;colnr
QsciScintilla,setEdgeMode,99;mode
QsciScintilla,setFirstVisibleLine,215;linenr
QsciScintilla,setIndicatorDrawUnder,189,215;under,indicatorNumber = -1
QsciScintilla,setIndicatorForegroundColor,194,215;col,indicatorNumber = -1
QsciScintilla,setIndicatorHoverForegroundColor,194,215;col,indicatorNumber = -1
QsciScintilla,setIndicatorHoverStyle,103,215;style,indicatorNumber = -1
QsciScintilla,setIndicatorOutlineColor,194,215;col,indicatorNumber = -1
QsciScintilla,setMarginOptions,215;options
QsciScintilla,setMarginText,215,207,215;line,text,style
QsciScintilla,setMarginText,215,207,211;line,text,style
QsciScintilla,setMarginText,215,212;line,text
QsciScintilla,setMarginText,215,197;line,text
QsciScintilla,setMarginType,215,104;margin,type
QsciScintilla,clearMarginText,215;line = -1
QsciScintilla,setMarkerBackgroundColor,194,215;col,markerNumber = -1
QsciScintilla,setMarkerForegroundColor,194,215;col,markerNumber = -1
QsciScintilla,setMatchedBraceBackgroundColor,194;col
QsciScintilla,setMatchedBraceForegroundColor,194;col
QsciScintilla,setMatchedBraceIndicator,215;indicatorNumber
QsciScintilla,setUnmatchedBraceBackgroundColor,194;col
QsciScintilla,setUnmatchedBraceForegroundColor,194;col
QsciScintilla,setUnmatchedBraceIndicator,215;indicatorNumber
QsciScintilla,setWrapVisualFlags,109,109,215;endFlag,startFlag = QsciScintilla::WrapFlagNone,indent = 0
QsciScintilla,setHotspotBackgroundColor,194;col
QsciScintilla,setHotspotForegroundColor,194;col
QsciScintilla,setHotspotUnderline,189;enable
QsciScintilla,setHotspotWrap,189;enable
QsciScintilla,setSelectionToEol,189;filled
QsciScintilla,setExtraAscent,215;extra
QsciScintilla,setExtraDescent,215;extra
QsciScintilla,setOverwriteMode,189;overwrite
QsciScintilla,setWhitespaceBackgroundColor,194;col
QsciScintilla,setWhitespaceForegroundColor,194;col
QsciScintilla,setWhitespaceSize,215;size
QsciScintilla,setWrapIndentMode,107;mode
QsciScintilla,showUserList,215,208;id,list
QsciScintilla,text,215;line
QsciScintilla,textHeight,215;linenr
QsciScintilla,wordAtLineIndex,215,215;line,index
QsciScintilla,wordAtPoint,204;point
QsciScintilla,write,16;io
QsciScintilla,append,207;text
QsciScintilla,ensureLineVisible,215;line
QsciScintilla,foldAll,189;children = false
QsciScintilla,foldLine,215;line
QsciScintilla,indent,215;line
QsciScintilla,insert,207;text
QsciScintilla,insertAt,207,215,215;text,line,index
QsciScintilla,replaceSelectedText,207;text
QsciScintilla,selectAll,189;select = true
QsciScintilla,setAutoCompletionCaseSensitivity,189;cs
QsciScintilla,setAutoCompletionReplaceWord,189;replace
QsciScintilla,setAutoCompletionShowSingle,189;single
QsciScintilla,setAutoCompletionSource,94;source
QsciScintilla,setAutoCompletionThreshold,215;thresh
QsciScintilla,setAutoCompletionUseSingle,95;single
QsciScintilla,setAutoIndent,189;autoindent
QsciScintilla,setBraceMatching,96;bm
QsciScintilla,setBackspaceUnindents,189;unindent
QsciScintilla,setCaretForegroundColor,194;col
QsciScintilla,setCaretLineBackgroundColor,194;col
QsciScintilla,setCaretLineVisible,189;enable
QsciScintilla,setCaretWidth,215;width
QsciScintilla,setColor,194;c
QsciScintilla,setCursorPosition,215,215;line,index
QsciScintilla,setEolMode,100;mode
QsciScintilla,setEolVisibility,189;visible
QsciScintilla,setFolding,101,215;fold,margin = 2
QsciScintilla,setIndentation,215,215;line,indentation
QsciScintilla,setIndentationGuides,189;enable
QsciScintilla,setIndentationGuidesBackgroundColor,194;col
QsciScintilla,setIndentationGuidesForegroundColor,194;col
QsciScintilla,setIndentationsUseTabs,189;tabs
QsciScintilla,setIndentationWidth,215;width
QsciScintilla,setLexer,58;lexer = 0
QsciScintilla,setMarginsBackgroundColor,194;col
QsciScintilla,setMarginsFont,195;f
QsciScintilla,setMarginsForegroundColor,194;col
QsciScintilla,setMarginLineNumbers,215,189;margin,lnrs
QsciScintilla,setMarginMarkerMask,215,215;margin,mask
QsciScintilla,setMarginSensitivity,215,189;margin,sens
QsciScintilla,setMarginWidth,215,215;margin,width
QsciScintilla,setMarginWidth,215,207;margin,s
QsciScintilla,setModified,189;m
QsciScintilla,setPaper,194;c
QsciScintilla,setReadOnly,189;ro
QsciScintilla,setSelection,215,215,215,215;lineFrom,indexFrom,lineTo,indexTo
QsciScintilla,setSelectionBackgroundColor,194;col
QsciScintilla,setSelectionForegroundColor,194;col
QsciScintilla,setTabIndents,189;indent
QsciScintilla,setTabWidth,215;width
QsciScintilla,setText,207;text
QsciScintilla,setUtf8,189;cp
QsciScintilla,setWhitespaceVisibility,106;mode
QsciScintilla,setWrapMode,108;mode
QsciScintilla,unindent,215;line
QsciScintilla,zoomIn,215;range
QsciScintilla,zoomOut,215;range
QsciScintilla,zoomTo,215;size
QsciScintilla,cursorPositionChanged,215,215;line,index
QsciScintilla,copyAvailable,189;yes
QsciScintilla,indicatorClicked,215,215,155;line,index,state
QsciScintilla,indicatorReleased,215,215,155;line,index,state
QsciScintilla,marginClicked,215,215,155;margin,line,state
QsciScintilla,modificationChanged,189;m
QsciScintilla,userListActivated,215,207;id,string
QsciScintilla,event,12;e
QsciScintilla,changeEvent,12;e
QsciScintilla,contextMenuEvent,7;e
QsciScintilla,tr,213;s
QsciScintilla,trUtf8,213;s
QsciScintilla,findFirst,207,189,189,189,189;expr,re,cs,wo,wrap
QsciScintilla,findFirst,207,189,189,189,189,189;expr,re,cs,wo,wrap,forward = true
QsciScintilla,findFirst,207,189,189,189,189,189,215;expr,re,cs,wo,wrap,forward = true,line = -1
QsciScintilla,findFirst,207,189,189,189,189,189,215,215;expr,re,cs,wo,wrap,forward = true,line = -1,index = -1
QsciScintilla,findFirst,207,189,189,189,189,189,215,215,189;expr,re,cs,wo,wrap,forward = true,line = -1,index = -1,show = true
QsciScintilla,findFirstInSelection,207,189,189,189;expr,re,cs,wo
QsciScintilla,findFirstInSelection,207,189,189,189,189;expr,re,cs,wo,forward = true
QsciScintilla,findFirstInSelection,207,189,189,189,189,189;expr,re,cs,wo,forward = true,show = true
QsciScintilla,indicatorDefine,103;style
QsciScintilla,markerDefine,105;sym
QsciScintilla,markerDefine,191;ch
QsciScintilla,markerDefine,203;pm
QsciScintilla,markerDefine,196;im
QsciScintilla,markerDelete,215;linenr
QsciScintilla,recolor,215;start = 0
QsciScintilla,setIndicatorDrawUnder,189;under
QsciScintilla,setIndicatorForegroundColor,194;col
QsciScintilla,setIndicatorHoverForegroundColor,194;col
QsciScintilla,setIndicatorHoverStyle,103;style
QsciScintilla,setIndicatorOutlineColor,194;col
QsciScintilla,setMarkerBackgroundColor,194;col
QsciScintilla,setMarkerForegroundColor,194;col
QsciScintilla,setWrapVisualFlags,109;endFlag
QsciScintilla,setWrapVisualFlags,109,109;endFlag,startFlag = QsciScintilla::WrapFlagNone
QsciScintilla,setFolding,101;fold
QsciScintillaBase,qt_metacast,213;arg1
QsciScintillaBase,tr,213,213;s,c = 0
QsciScintillaBase,trUtf8,213,213;s,c = 0
QsciScintillaBase,tr,213,213,215;s,c,n
QsciScintillaBase,trUtf8,213,213,215;s,c,n
QsciScintillaBase,qt_metacall,23,215,222;arg1,arg2,arg3
QsciScintillaBase,QsciScintillaBase,49;parent = 0
QsciScintillaBase,SendScintilla,219,220,218;msg,wParam = 0,lParam = 0
QsciScintillaBase,SendScintilla,219,220,221;msg,wParam,lParam
QsciScintillaBase,SendScintilla,219,220,213;msg,wParam,lParam
QsciScintillaBase,SendScintilla,219,213;msg,lParam
QsciScintillaBase,SendScintilla,219,213,213;msg,wParam,lParam
QsciScintillaBase,SendScintilla,219,218;msg,wParam
QsciScintillaBase,SendScintilla,219,215;msg,wParam
QsciScintillaBase,SendScintilla,219,218,218,192;msg,cpMin,cpMax,lpstrText
QsciScintillaBase,SendScintilla,219,220,194;msg,wParam,col
QsciScintillaBase,SendScintilla,219,194;msg,col
QsciScintillaBase,SendScintilla,219,220,32,205,218,218;msg,wParam,hdc,rc,cpMin,cpMax
QsciScintillaBase,SendScintilla,219,220,203;msg,wParam,lParam
QsciScintillaBase,SendScintilla,219,220,196;msg,wParam,lParam
QsciScintillaBase,SendScintillaPtrResult,219;msg
QsciScintillaBase,commandKey,215,216;qt_key,modifiers
QsciScintillaBase,QSCN_SELCHANGED,189;yes
QsciScintillaBase,SCN_AUTOCSELECTION,213,215;selection,position
QsciScintillaBase,SCN_CALLTIPCLICK,215;direction
QsciScintillaBase,SCN_CHARADDED,215;charadded
QsciScintillaBase,SCN_DOUBLECLICK,215,215,215;position,line,modifiers
QsciScintillaBase,SCN_DWELLEND,215,215,215;arg1,arg2,arg3
QsciScintillaBase,SCN_DWELLSTART,215,215,215;arg1,arg2,arg3
QsciScintillaBase,SCN_HOTSPOTCLICK,215,215;position,modifiers
QsciScintillaBase,SCN_HOTSPOTDOUBLECLICK,215,215;position,modifiers
QsciScintillaBase,SCN_HOTSPOTRELEASECLICK,215,215;position,modifiers
QsciScintillaBase,SCN_INDICATORCLICK,215,215;position,modifiers
QsciScintillaBase,SCN_INDICATORRELEASE,215,215;position,modifiers
QsciScintillaBase,SCN_MACRORECORD,219,220,221;arg1,arg2,arg3
QsciScintillaBase,SCN_MARGINCLICK,215,215,215;position,modifiers,margin
QsciScintillaBase,SCN_MODIFIED,215,215,213,215,215,215,215,215,215,215;arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10
QsciScintillaBase,SCN_NEEDSHOWN,215,215;arg1,arg2
QsciScintillaBase,SCN_STYLENEEDED,215;position
QsciScintillaBase,SCN_UPDATEUI,215;updated
QsciScintillaBase,SCN_USERLISTSELECTION,213,215;arg1,arg2
QsciScintillaBase,canInsertFromMimeData,201;source
QsciScintillaBase,fromMimeData,201,190;source,rectangular
QsciScintillaBase,toMimeData,193,189;text,rectangular
QsciScintillaBase,contextMenuEvent,7;e
QsciScintillaBase,dragEnterEvent,8;e
QsciScintillaBase,dragLeaveEvent,9;e
QsciScintillaBase,dragMoveEvent,10;e
QsciScintillaBase,dropEvent,11;e
QsciScintillaBase,focusInEvent,13;e
QsciScintillaBase,focusOutEvent,13;e
QsciScintillaBase,focusNextPrevChild,189;next
QsciScintillaBase,keyPressEvent,18;e
QsciScintillaBase,inputMethodEvent,17;event
QsciScintillaBase,inputMethodQuery,149;query
QsciScintillaBase,mouseDoubleClickEvent,25;e
QsciScintillaBase,mouseMoveEvent,25;e
QsciScintillaBase,mousePressEvent,25;e
QsciScintillaBase,mouseReleaseEvent,25;e
QsciScintillaBase,paintEvent,30;e
QsciScintillaBase,resizeEvent,36;e
QsciScintillaBase,scrollContentsBy,215,215;dx,dy
QsciScintillaBase,textAsBytes,207;text
QsciScintillaBase,bytesAsText,213;bytes
QsciScintillaBase,tr,213;s
QsciScintillaBase,trUtf8,213;s
QsciScintillaBase,SendScintilla,219;msg
QsciScintillaBase,SendScintilla,219,220;msg,wParam = 0
QsciStyle,QsciStyle,215;style = -1
QsciStyle,QsciStyle,215,207,194,194,195,189;style,description,color,paper,font,eolFill = false
QsciStyle,apply,110;sci
QsciStyle,setDescription,207;description
QsciStyle,setColor,194;color
QsciStyle,setPaper,194;paper
QsciStyle,setFont,195;font
QsciStyle,setEolFill,189;fill
QsciStyle,setTextCase,112;text_case
QsciStyle,setVisible,189;visible
QsciStyle,setChangeable,189;changeable
QsciStyle,setHotspot,189;hotspot
QsciStyle,QsciStyle,211;copy
QsciStyle,QsciStyle,215,207,194,194,195;style,description,color,paper,font
QsciStyledText,QsciStyledText,207,215;text,style
QsciStyledText,QsciStyledText,207,211;text,style
QsciStyledText,apply,110;sci
QsciStyledText,QsciStyledText,212;copy