File: tags

package info (click to toggle)
universalindentgui 0.8.1-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,992 kB
  • ctags: 955
  • sloc: perl: 17,682; cpp: 3,250; makefile: 56; awk: 23; sh: 15; php: 2
file content (893 lines) | stat: -rw-r--r-- 85,623 bytes parent folder | download
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
!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.7	//
A	indenters/PerlTidyLib.pm	/^    A    : used as attribute separator$/;"	l
ABOUTDIALOGGRAPHICSVIEW_H	src/AboutDialogGraphicsView.h	20;"	d
ABOUTDIALOG_H	src/aboutdialog.h	21;"	d
ALIGN_PAREN	indenters/PerlTidyLib.pm	/^use constant ALIGN_PAREN        => 10;    # do we want to try to align$/;"	c
ARROW_COUNT	indenters/PerlTidyLib.pm	/^use constant ARROW_COUNT        => 14;    # how many =>'s$/;"	c
AVAILABLE_SPACES	indenters/PerlTidyLib.pm	/^use constant AVAILABLE_SPACES   => 3;     # how many left spaces available$/;"	c
AboutDialog	src/aboutdialog.cpp	/^AboutDialog::AboutDialog(QWidget *parent, Qt::WindowFlags flags, QString version, QString revision, QString buildDate) :$/;"	f	class:AboutDialog
AboutDialog	src/aboutdialog.h	/^class AboutDialog : public QDialog, private Ui::AboutDialog$/;"	c
AboutDialogGraphicsView	src/AboutDialogGraphicsView.cpp	/^/;"	f	class:AboutDialogGraphicsView
AboutDialogGraphicsView	src/AboutDialogGraphicsView.h	/^class AboutDialogGraphicsView : public QGraphicsView$/;"	c
Array	indenters/JsDecoder.js	/^    Array.prototype.indexOf = function(item) {$/;"	c
Array.indexOf	indenters/JsDecoder.js	/^    Array.prototype.indexOf = function(item) {$/;"	m
BRACE	indenters/PerlTidyLib.pm	/^    use constant BRACE          => 0;$/;"	c
BRACE_WARNING_LIMIT	indenters/PerlTidyLib.pm	/^    use constant BRACE_WARNING_LIMIT => 10;$/;"	c
CFLAGS	debian/rules	/^CFLAGS = -Wall -g$/;"	m
CI_LEVEL	indenters/PerlTidyLib.pm	/^use constant CI_LEVEL           => 2;     # the 'continuation level'$/;"	c
CLOSED	indenters/PerlTidyLib.pm	/^use constant CLOSED             => 4;     # index where we saw closing '}'$/;"	c
COLUMN	indenters/PerlTidyLib.pm	/^    use constant COLUMN          => 0;    # the current column number$/;"	c
COMMA_COUNT	indenters/PerlTidyLib.pm	/^use constant COMMA_COUNT        => 5;     # how many commas at this level?$/;"	c
Class2	indenters/example.cpp	/^class Class2$/;"	c	file:
Conflict	indenters/PerlTidyLib.pm	/^ Conflict: a perltidyrc configuration file was specified both as this$/;"	l
Conflict	indenters/PerlTidyLib.pm	/^ Conflict: you specified both 'opening-brace-always-on-right' (-bar) and $/;"	l
Conflict	indenters/PerlTidyLib.pm	/^Conflict: -lp  conflicts with -io, -fnl, -nanl, or -ndnl; ignoring -lp$/;"	l
Conflict	indenters/PerlTidyLib.pm	/^Conflict: -t (tabs) cannot be used with the -lp  option; ignoring -t; see -et.$/;"	l
Conflict	indenters/PerlTidyLib.pm	/^Conflict: -t (tabs) cannot be used with the -okw options; ignoring -t; see -et.$/;"	l
Conflict	indenters/PerlTidyLib.pm	/^Conflict: -t (tabs) cannot be used with the -ola  option; ignoring -t; see -et.$/;"	l
DEFINES	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^DEFINES       = -DQT_SCRIPT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB$/;"	m
DEL_FILE	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^DEL_FILE  = rm -f$/;"	m
DESTROY	indenters/PerlTidyLib.pm	/^    sub DESTROY {$/;"	s
DESTROY	indenters/PerlTidyLib.pm	/^sub DESTROY {$/;"	s
DeepSkyBlue4	indenters/PerlTidyLib.pm	/^    use constant DeepSkyBlue4  => "#00688B";$/;"	c
ENDING_LINE	indenters/PerlTidyLib.pm	/^    use constant ENDING_LINE     => 4;    # the most recent line to use it$/;"	c
Example	indenters/example.cpp	/^static const class Example :$/;"	c	file:
FORMATTER_DEBUG_FLAG_BOND	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_BOND    => 0;$/;"	c
FORMATTER_DEBUG_FLAG_BREAK	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_BREAK   => 0;$/;"	c
FORMATTER_DEBUG_FLAG_CI	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_CI      => 0;$/;"	c
FORMATTER_DEBUG_FLAG_FLUSH	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_FLUSH   => 0;$/;"	c
FORMATTER_DEBUG_FLAG_FORCE	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_FORCE   => 0;$/;"	c
FORMATTER_DEBUG_FLAG_LIST	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_LIST    => 0;$/;"	c
FORMATTER_DEBUG_FLAG_NOBREAK	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_NOBREAK => 0;$/;"	c
FORMATTER_DEBUG_FLAG_OUTPUT	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_OUTPUT  => 0;$/;"	c
FORMATTER_DEBUG_FLAG_SPARSE	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_SPARSE  => 0;$/;"	c
FORMATTER_DEBUG_FLAG_STORE	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_STORE   => 0;$/;"	c
FORMATTER_DEBUG_FLAG_UNDOBP	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_UNDOBP  => 0;$/;"	c
FORMATTER_DEBUG_FLAG_WHITE	indenters/PerlTidyLib.pm	/^    use constant FORMATTER_DEBUG_FLAG_WHITE   => 0;$/;"	c
ForestGreen	indenters/PerlTidyLib.pm	/^    use constant ForestGreen   => "#228B22";$/;"	c
HAVE_CHILD	indenters/PerlTidyLib.pm	/^use constant HAVE_CHILD         => 8;     # any dependents?$/;"	c
HERE_DOC_WINDOW	indenters/PerlTidyLib.pm	/^    use constant HERE_DOC_WINDOW => 40;$/;"	c
HIGHLIGHTER_H	src/highlighter.h	21;"	d
Highlighter	src/highlighter.cpp	/^Highlighter::Highlighter(QsciScintilla *parent, bool portableMode, QString globalFilesDirectoryStr)$/;"	f	class:Highlighter
Highlighter	src/highlighter.h	/^class Highlighter : public QObject$/;"	c
Hint	indenters/PerlTidyLib.pm	/^       Hint: try perltidy -html -css=mystyle.css filename.pl$/;"	l
IMAGES	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^IMAGES = $/;"	m
INCPATH	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^INCPATH       = -I..\/..\/..\/Downloads\/qt_installed\/mkspecs\/macx-xcode -I. -I..\/..\/..\/Downloads\/qt_installed\/include\/QtCore -I..\/..\/..\/Downloads\/qt_installed\/include\/QtCore -I..\/..\/..\/Downloads\/qt_installed\/include\/QtNetwork -I..\/..\/..\/Downloads\/qt_installed\/include\/QtNetwork -I..\/..\/..\/Downloads\/qt_installed\/include\/QtGui -I..\/..\/..\/Downloads\/qt_installed\/include\/QtGui -I..\/..\/..\/Downloads\/qt_installed\/include\/QtScript -I..\/..\/..\/Downloads\/qt_installed\/include\/QtScript -I..\/..\/..\/Downloads\/qt_installed\/include -Isrc -Idebug\/tmp\/moc -Idebug\/tmp\/uic -I\/usr\/local\/include -I\/System\/Library\/Frameworks\/CarbonCore.framework\/Headers$/;"	m
INDENTATION	indenters/PerlTidyLib.pm	/^    use constant INDENTATION               => 5;$/;"	c
INDENTHANDLER_H	src/indenthandler.h	21;"	d
INDEX	indenters/PerlTidyLib.pm	/^use constant INDEX              => 7;     # index in output batch list$/;"	c
IS_HANGING_SIDE_COMMENT	indenters/PerlTidyLib.pm	/^    use constant IS_HANGING_SIDE_COMMENT   => 9;$/;"	c
IndentHandler	src/indenthandler.cpp	/^IndentHandler::IndentHandler(QString indenterDirPathStr, QString settingsDirPathStr, QString tempDirPathStr, int indenterID, QMainWindow *mainWindow, QWidget *parent)$/;"	f	class:IndentHandler
IndentHandler	src/indenthandler.h	/^class IndentHandler : public QWidget$/;"	c
IndianRed3	indenters/PerlTidyLib.pm	/^    use constant IndianRed3    => "#CD5555";$/;"	c
JMAX	indenters/PerlTidyLib.pm	/^    use constant JMAX                      => 0;$/;"	c
JMAX_ORIGINAL_LINE	indenters/PerlTidyLib.pm	/^    use constant JMAX_ORIGINAL_LINE        => 1;$/;"	c
JsDecoder	indenters/JsDecoder.js	/^function JsDecoder() {$/;"	c
JsDecoder.decode	indenters/JsDecoder.js	/^    this.decode = function() {$/;"	m
L9140	indenters/example.pl	/^  L9140:$/;"	l
L9150	indenters/example.pl	/^  L9150:$/;"	l
L9160	indenters/example.pl	/^  L9160:$/;"	l
L9170	indenters/example.pl	/^  L9170:$/;"	l
LEADING_SPACE_COUNT	indenters/PerlTidyLib.pm	/^    use constant LEADING_SPACE_COUNT       => 6;$/;"	c
LEVEL	indenters/PerlTidyLib.pm	/^use constant LEVEL              => 1;     # the indentation 'level'$/;"	c
LEX	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^LEX       = flex$/;"	m
LEXFLAGS	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^LEXFLAGS  = $/;"	m
LIST_CONTEXT	indenters/PerlTidyLib.pm	/^use constant LIST_CONTEXT    => 1;$/;"	c
LIST_TYPE	indenters/PerlTidyLib.pm	/^    use constant LIST_TYPE                 => 8;$/;"	c
MAINWINDOW_H	src/mainwindow.h	21;"	d
MARKED	indenters/PerlTidyLib.pm	/^use constant MARKED             => 11;    # if visited by corrector logic$/;"	c
MATCHING_TOKEN	indenters/PerlTidyLib.pm	/^    use constant MATCHING_TOKEN  => 2;    # what token we are matching$/;"	c
MAXIMUM_LINE_LENGTH	indenters/PerlTidyLib.pm	/^    use constant MAXIMUM_LINE_LENGTH       => 11;$/;"	c
MAX_NAG_MESSAGES	indenters/PerlTidyLib.pm	/^use constant MAX_NAG_MESSAGES => 6;$/;"	c
MOC	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^MOC       = \/Users\/thomas\/Downloads\/qt_installed\/bin\/moc$/;"	m
MOVE	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^MOVE      = mv -f$/;"	m
MainWindow	src/mainwindow.cpp	/^MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) {$/;"	f	class:MainWindow
MainWindow	src/mainwindow.h	/^class MainWindow : public QMainWindow, private Ui::IndentGui$/;"	c
MediumOrchid3	indenters/PerlTidyLib.pm	/^    use constant MediumOrchid3 => "#B452CD";$/;"	c
NOMINAL	indenters/PerlTidyLib.pm	/^use constant NOMINAL     => 1.1;$/;"	c
NO_BREAK	indenters/PerlTidyLib.pm	/^use constant NO_BREAK    => 10000;$/;"	c
NO_MATCH	indenters/PerlTidyLib.pm	/^      NO_MATCH:$/;"	l
Note	indenters/PerlTidyLib.pm	/^       Note: when -html is used, no indentation or formatting are done.$/;"	l
Note	indenters/PerlTidyLib.pm	/^Note: --syntax check will be skipped because standard input is used$/;"	l
Note	indenters/PerlTidyLib.pm	/^Note: --syntax check will be skipped because standard output is used$/;"	l
OPERATOR	indenters/PerlTidyLib.pm	/^use constant OPERATOR => 1;$/;"	c
OUTDENT_LONG_LINES	indenters/PerlTidyLib.pm	/^    use constant OUTDENT_LONG_LINES        => 7;$/;"	c
PAREN	indenters/PerlTidyLib.pm	/^    use constant PAREN          => 2;$/;"	c
PARSERS	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^PARSERS =$/;"	m
ParamBoolean	src/indenthandler.h	/^    struct ParamBoolean {$/;"	s	class:IndentHandler
ParamMultiple	src/indenthandler.h	/^    struct ParamMultiple {$/;"	s	class:IndentHandler
ParamNumeric	src/indenthandler.h	/^    struct ParamNumeric {$/;"	s	class:IndentHandler
ParamString	src/indenthandler.h	/^    struct ParamString {$/;"	s	class:IndentHandler
Perl::Tidy	indenters/PerlTidyLib.pm	/^package Perl::Tidy;$/;"	p
Perl::Tidy::Debugger	indenters/PerlTidyLib.pm	/^package Perl::Tidy::Debugger;$/;"	p
Perl::Tidy::DevNull	indenters/PerlTidyLib.pm	/^package Perl::Tidy::DevNull;$/;"	p
Perl::Tidy::Diagnostics	indenters/PerlTidyLib.pm	/^package Perl::Tidy::Diagnostics;$/;"	p
Perl::Tidy::FileWriter	indenters/PerlTidyLib.pm	/^package Perl::Tidy::FileWriter;$/;"	p
Perl::Tidy::Formatter	indenters/PerlTidyLib.pm	/^package Perl::Tidy::Formatter;$/;"	p
Perl::Tidy::HtmlWriter	indenters/PerlTidyLib.pm	/^package Perl::Tidy::HtmlWriter;$/;"	p
Perl::Tidy::IOScalar	indenters/PerlTidyLib.pm	/^package Perl::Tidy::IOScalar;$/;"	p
Perl::Tidy::IOScalarArray	indenters/PerlTidyLib.pm	/^package Perl::Tidy::IOScalarArray;$/;"	p
Perl::Tidy::IndentationItem	indenters/PerlTidyLib.pm	/^package Perl::Tidy::IndentationItem;$/;"	p
Perl::Tidy::LineBuffer	indenters/PerlTidyLib.pm	/^package Perl::Tidy::LineBuffer;$/;"	p
Perl::Tidy::LineSink	indenters/PerlTidyLib.pm	/^package Perl::Tidy::LineSink;$/;"	p
Perl::Tidy::LineSource	indenters/PerlTidyLib.pm	/^package Perl::Tidy::LineSource;$/;"	p
Perl::Tidy::Logger	indenters/PerlTidyLib.pm	/^package Perl::Tidy::Logger;$/;"	p
Perl::Tidy::Tokenizer	indenters/PerlTidyLib.pm	/^package Perl::Tidy::Tokenizer;$/;"	p
Perl::Tidy::VerticalAligner	indenters/PerlTidyLib.pm	/^package Perl::Tidy::VerticalAligner;$/;"	p
Perl::Tidy::VerticalAligner::Alignment	indenters/PerlTidyLib.pm	/^package Perl::Tidy::VerticalAligner::Alignment;$/;"	p
Perl::Tidy::VerticalAligner::Line	indenters/PerlTidyLib.pm	/^package Perl::Tidy::VerticalAligner::Line;$/;"	p
QMAKE	UniversalIndentGUI.xcodeproj/qt_makeqmake.mak	/^QMAKE    = \/Users\/thomas\/Downloads\/qt_installed\/bin\/qmake$/;"	m
QUESTION_COLON	indenters/PerlTidyLib.pm	/^    use constant QUESTION_COLON => 3;$/;"	c
RALIGNMENTS	indenters/PerlTidyLib.pm	/^    use constant RALIGNMENTS               => 10;$/;"	c
RECOVERABLE_SPACES	indenters/PerlTidyLib.pm	/^use constant RECOVERABLE_SPACES => 9;     # how many spaces to the right$/;"	c
RETURN	indenters/PerlTidyLib.pm	/^  RETURN:$/;"	l
RFIELDS	indenters/PerlTidyLib.pm	/^    use constant RFIELDS                   => 3;$/;"	c
RPATTERNS	indenters/PerlTidyLib.pm	/^    use constant RPATTERNS                 => 4;$/;"	c
RTOKENS	indenters/PerlTidyLib.pm	/^    use constant RTOKENS                   => 2;$/;"	c
RVERTICAL_TIGHTNESS_FLAGS	indenters/PerlTidyLib.pm	/^    use constant RVERTICAL_TIGHTNESS_FLAGS => 12;$/;"	c
SAVED_COLUMN	indenters/PerlTidyLib.pm	/^    use constant SAVED_COLUMN    => 5;    # the most recent line to use it$/;"	c
SCALAR_CONTEXT	indenters/PerlTidyLib.pm	/^use constant SCALAR_CONTEXT  => -1;$/;"	c
SEQUENCE_NUMBER	indenters/PerlTidyLib.pm	/^use constant SEQUENCE_NUMBER    => 6;     # output batch number$/;"	c
SERIAL_NUMBER	indenters/PerlTidyLib.pm	/^    use constant SERIAL_NUMBER   => 6;    # unique number for this alignment$/;"	c
SPACES	indenters/PerlTidyLib.pm	/^use constant SPACES             => 0;     # total leading white spaces$/;"	c
SQUARE_BRACKET	indenters/PerlTidyLib.pm	/^    use constant SQUARE_BRACKET => 1;$/;"	c
STACK_DEPTH	indenters/PerlTidyLib.pm	/^use constant STACK_DEPTH        => 12;    # indentation nesting depth$/;"	c
STARTING_COLUMN	indenters/PerlTidyLib.pm	/^    use constant STARTING_COLUMN => 1;    # column number when created$/;"	c
STARTING_INDEX	indenters/PerlTidyLib.pm	/^use constant STARTING_INDEX     => 13;    # first token index of this level$/;"	c
STARTING_LINE	indenters/PerlTidyLib.pm	/^    use constant STARTING_LINE   => 3;    # the line index of creation$/;"	c
STRONG	indenters/PerlTidyLib.pm	/^use constant STRONG      => 2.1;$/;"	c
SaddleBrown	indenters/PerlTidyLib.pm	/^    use constant SaddleBrown   => "#8B4513";$/;"	c
TERM	indenters/PerlTidyLib.pm	/^use constant TERM     => -1;$/;"	c
TOKENIZER_DEBUG_FLAG_EXPECT	indenters/PerlTidyLib.pm	/^    use constant TOKENIZER_DEBUG_FLAG_EXPECT   => 0;$/;"	c
TOKENIZER_DEBUG_FLAG_NSCAN	indenters/PerlTidyLib.pm	/^    use constant TOKENIZER_DEBUG_FLAG_NSCAN    => 0;$/;"	c
TOKENIZER_DEBUG_FLAG_QUOTE	indenters/PerlTidyLib.pm	/^    use constant TOKENIZER_DEBUG_FLAG_QUOTE    => 0;$/;"	c
TOKENIZER_DEBUG_FLAG_SCAN_ID	indenters/PerlTidyLib.pm	/^    use constant TOKENIZER_DEBUG_FLAG_SCAN_ID  => 0;$/;"	c
TOKENIZER_DEBUG_FLAG_TOKENIZE	indenters/PerlTidyLib.pm	/^    use constant TOKENIZER_DEBUG_FLAG_TOKENIZE => 0;$/;"	c
TYPE_SEQUENCE_INCREMENT	indenters/PerlTidyLib.pm	/^use constant TYPE_SEQUENCE_INCREMENT => 4;$/;"	c
ToolBoxPage	src/indenthandler.h	/^    struct ToolBoxPage {$/;"	s	class:IndentHandler
UIC	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^UIC       = \/Users\/thomas\/Downloads\/qt_installed\/bin\/uic$/;"	m
UIGUIERRORMESSAGE_H	src/uiguierrormessage.h	21;"	d
UIGUISETTINGSDIALOG_H	src/uiguisettingsdialog.h	21;"	d
UIGUISETTINGS_H	src/uiguisettings.h	21;"	d
UNDEFINED_INDEX	indenters/PerlTidyLib.pm	/^use constant UNDEFINED_INDEX => -1;$/;"	c
UNKNOWN	indenters/PerlTidyLib.pm	/^use constant UNKNOWN  => 0;$/;"	c
UNKNOWN_CONTEXT	indenters/PerlTidyLib.pm	/^use constant UNKNOWN_CONTEXT => 0;$/;"	c
UPDATECHECKDIALOG_H	src/updatecheckdialog.h	21;"	d
UiGuiErrorMessage	src/uiguierrormessage.cpp	/^UiGuiErrorMessage::UiGuiErrorMessage(QWidget *parent) : QErrorMessage(parent) {$/;"	f	class:UiGuiErrorMessage
UiGuiErrorMessage	src/uiguierrormessage.h	/^class UiGuiErrorMessage : public QErrorMessage$/;"	c
UiGuiSettings	src/uiguisettings.cpp	/^UiGuiSettings::UiGuiSettings(bool portableMode, QString globalFilesDirectoryStr) : QObject() {$/;"	f	class:UiGuiSettings
UiGuiSettings	src/uiguisettings.h	/^class UiGuiSettings : public QObject$/;"	c
UiGuiSettingsDialog	src/uiguisettingsdialog.cpp	/^UiGuiSettingsDialog::UiGuiSettingsDialog(QWidget* parent, UiGuiSettings* settings) : QDialog(parent)$/;"	f	class:UiGuiSettingsDialog
UiGuiSettingsDialog	src/uiguisettingsdialog.h	/^class UiGuiSettingsDialog : public QDialog, private Ui::SettingsDialog$/;"	c
UpdateCheckDialog	src/updatecheckdialog.cpp	/^UpdateCheckDialog::UpdateCheckDialog(QString currentVersion, UiGuiSettings *settings, QWidget *parent) : QDialog(parent) {$/;"	f	class:UpdateCheckDialog
UpdateCheckDialog	src/updatecheckdialog.h	/^class UpdateCheckDialog : public QDialog, public Ui::UpdateCheckDialog$/;"	c
VALIGN_DEBUG_FLAG_APPEND	indenters/PerlTidyLib.pm	/^    use constant VALIGN_DEBUG_FLAG_APPEND  => 0;$/;"	c
VALIGN_DEBUG_FLAG_APPEND0	indenters/PerlTidyLib.pm	/^    use constant VALIGN_DEBUG_FLAG_APPEND0 => 0;$/;"	c
VALIGN_DEBUG_FLAG_TERNARY	indenters/PerlTidyLib.pm	/^    use constant VALIGN_DEBUG_FLAG_TERNARY => 0;$/;"	c
VERY_STRONG	indenters/PerlTidyLib.pm	/^use constant VERY_STRONG => 100;$/;"	c
VERY_WEAK	indenters/PerlTidyLib.pm	/^use constant VERY_WEAK   => 0.55;$/;"	c
WARNING_LIMIT	indenters/PerlTidyLib.pm	/^    use constant WARNING_LIMIT => 50;$/;"	c
WEAK	indenters/PerlTidyLib.pm	/^use constant WEAK        => 0.8;$/;"	c
WS_NO	indenters/PerlTidyLib.pm	/^use constant WS_NO       => -1;$/;"	c
WS_OPTIONAL	indenters/PerlTidyLib.pm	/^use constant WS_OPTIONAL => 0;$/;"	c
WS_YES	indenters/PerlTidyLib.pm	/^use constant WS_YES      => 1;$/;"	c
Win_Config_Locs	indenters/PerlTidyLib.pm	/^sub Win_Config_Locs {$/;"	s
Win_OS_Type	indenters/PerlTidyLib.pm	/^sub Win_OS_Type {$/;"	s
YACC	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^YACC      = yacc$/;"	m
YACCFLAGS	UniversalIndentGUI.xcodeproj/qt_preprocess.mak	/^YACCFLAGS = -d$/;"	m
_decrement_count	indenters/PerlTidyLib.pm	/^        sub _decrement_count { --$_count }$/;"	s
_decrement_count	indenters/PerlTidyLib.pm	/^    sub _decrement_count { --$_count }$/;"	s
_increment_count	indenters/PerlTidyLib.pm	/^        sub _increment_count { ++$_count }$/;"	s
_increment_count	indenters/PerlTidyLib.pm	/^    sub _increment_count { ++$_count }$/;"	s
a	indenters/example.cpp	/^        int a;$/;"	m	class:x	file:
a	indenters/example.cpp	/^} a, b, c; \/\/ struct instances$/;"	v	typeref:class:x
aboutDialog	src/AboutDialogGraphicsView.h	/^    AboutDialog *aboutDialog;$/;"	m	class:AboutDialogGraphicsView
aboutDialog	src/mainwindow.h	/^    AboutDialog *aboutDialog;$/;"	m	class:MainWindow
aboutDialogAsLabel	src/AboutDialogGraphicsView.h	/^    QLabel *aboutDialogAsLabel;$/;"	m	class:AboutDialogGraphicsView
accept_line	indenters/PerlTidyLib.pm	/^sub accept_line {$/;"	s
accumulate_block_text	indenters/PerlTidyLib.pm	/^sub accumulate_block_text {$/;"	s
accumulate_csc_text	indenters/PerlTidyLib.pm	/^    sub accumulate_csc_text {$/;"	s
add_closing_side_comment	indenters/PerlTidyLib.pm	/^sub add_closing_side_comment {$/;"	s
add_toc_item	indenters/PerlTidyLib.pm	/^sub add_toc_item {$/;"	s
adjust_side_comment	indenters/PerlTidyLib.pm	/^sub adjust_side_comment {$/;"	s
alphanumeric	indenters/JsDecoder.js	/^    this.alphanumeric = function(c) {$/;"	c
append_line	indenters/PerlTidyLib.pm	/^sub append_line {$/;"	s
applicationBinaryPath	src/mainwindow.h	/^	QString applicationBinaryPath;$/;"	m	class:MainWindow
array	indenters/example.cpp	/^const int *** array =$/;"	m	class:Class2	file:
ask_user_for_bug_report	indenters/PerlTidyLib.pm	/^sub ask_user_for_bug_report {$/;"	s
availableTranslations	src/uiguisettings.h	/^	QStringList availableTranslations;$/;"	m	class:UiGuiSettings
b	indenters/example.cpp	/^        int b;$/;"	m	class:x	file:
b	indenters/example.cpp	/^} a, b, c; \/\/ struct instances$/;"	v	typeref:class:x
backLine	indenters/JsDecoder.js	/^    this.backLine = function()$/;"	c
background	indenters/PerlTidyLib.pm	/^      background: $pre_bg_color;$/;"	l
black	indenters/PerlTidyLib.pm	/^    use constant black         => "#000000";$/;"	c
black_box	indenters/PerlTidyLib.pm	/^sub black_box {$/;"	s
blockBracketOff	indenters/JsDecoder.js	/^    this.blockBracketOff = function()$/;"	c
blockBracketOn	indenters/JsDecoder.js	/^    this.blockBracketOn = function() {$/;"	c
block_log_output	indenters/PerlTidyLib.pm	/^sub block_log_output {$/;"	s
bools1	indenters/example.cpp	/^boolean *bools1 =$/;"	m	class:Class2	file:
bools2	indenters/example.cpp	/^boolean bools2 = { x };$/;"	m	class:Class2	file:
bools3	indenters/example.cpp	/^boolean bools3 = { };$/;"	m	class:Class2	file:
brace_warning	indenters/PerlTidyLib.pm	/^sub brace_warning {$/;"	s
bracketOff	indenters/JsDecoder.js	/^    this.bracketOff = function() {$/;"	c
bracketOn	indenters/JsDecoder.js	/^    this.bracketOn = function() {$/;"	f
break_all_chain_tokens	indenters/PerlTidyLib.pm	/^sub break_all_chain_tokens {$/;"	s
break_equals	indenters/PerlTidyLib.pm	/^sub break_equals {$/;"	s
buildDate	src/aboutdialog.h	/^    QString buildDate;$/;"	m	class:AboutDialog
buildDateStr	src/mainwindow.h	/^    QString buildDateStr;$/;"	m	class:MainWindow
c	indenters/example.cpp	/^        int c; {$/;"	m	class:x	file:
c	indenters/example.cpp	/^} a, b, c; \/\/ struct instances$/;"	v	typeref:class:x
callExecutableIndenter	src/indenthandler.cpp	/^QString IndentHandler::callExecutableIndenter(QString sourceCode, QString inputFileExtension) {$/;"	f	class:IndentHandler
callIndenter	src/indenthandler.cpp	/^QString IndentHandler::callIndenter(QString sourceCode, QString inputFileExtension) {$/;"	f	class:IndentHandler
callIndenter	src/mainwindow.cpp	/^void MainWindow::callIndenter() {$/;"	f	class:MainWindow
callJavaScriptIndenter	src/indenthandler.cpp	/^QString IndentHandler::callJavaScriptIndenter(QString sourceCode, QString inputFileExtension) {$/;"	f	class:IndentHandler
catfile	indenters/PerlTidyLib.pm	/^sub catfile {$/;"	s
cfgFileData	src/indenthandler.h	/^    QByteArray cfgFileData;$/;"	m	class:IndentHandler
cfgFileParameterEnding	src/indenthandler.h	/^    QString cfgFileParameterEnding;$/;"	m	class:IndentHandler
changeEvent	src/aboutdialog.cpp	/^void AboutDialog::changeEvent(QEvent *event) {$/;"	f	class:AboutDialog
changeEvent	src/mainwindow.cpp	/^void MainWindow::changeEvent(QEvent *event) {$/;"	f	class:MainWindow
changeEvent	src/uiguisettingsdialog.cpp	/^void UiGuiSettingsDialog::changeEvent(QEvent *event) {$/;"	f	class:UiGuiSettingsDialog
change_anchor_names	indenters/PerlTidyLib.pm	/^sub change_anchor_names {$/;"	s
checkBox	src/indenthandler.h	/^        QCheckBox *checkBox;$/;"	m	struct:IndentHandler::ParamBoolean
checkBoxes	src/uiguisettingsdialog.h	/^    QList<QCheckBox*> checkBoxes;$/;"	m	class:UiGuiSettingsDialog
checkForUpdate	src/updatecheckdialog.cpp	/^void UpdateCheckDialog::checkForUpdate() {$/;"	f	class:UpdateCheckDialog
checkForUpdateAndShowDialog	src/updatecheckdialog.cpp	/^void UpdateCheckDialog::checkForUpdateAndShowDialog() {$/;"	f	class:UpdateCheckDialog
checkResultsOfFetchedPadXMLFile	src/updatecheckdialog.cpp	/^void UpdateCheckDialog::checkResultsOfFetchedPadXMLFile(bool errorOccurred) {$/;"	f	class:UpdateCheckDialog
check_RGB	indenters/PerlTidyLib.pm	/^sub check_RGB {$/;"	s
check_final_nesting_depths	indenters/PerlTidyLib.pm	/^sub check_final_nesting_depths {$/;"	s
check_fit	indenters/PerlTidyLib.pm	/^sub check_fit {$/;"	s
check_for_long_gnu_style_lines	indenters/PerlTidyLib.pm	/^sub check_for_long_gnu_style_lines {$/;"	s
check_for_new_minimum_depth	indenters/PerlTidyLib.pm	/^    sub check_for_new_minimum_depth {$/;"	s
check_match	indenters/PerlTidyLib.pm	/^    sub check_match {$/;"	s
check_options	indenters/PerlTidyLib.pm	/^sub check_options {$/;"	s
check_prototype	indenters/PerlTidyLib.pm	/^sub check_prototype {$/;"	s
check_syntax	indenters/PerlTidyLib.pm	/^sub check_syntax {$/;"	s
check_vms_filename	indenters/PerlTidyLib.pm	/^sub check_vms_filename {$/;"	s
choicesStrings	src/indenthandler.h	/^        QStringList choicesStrings;$/;"	m	struct:IndentHandler::ParamMultiple
choicesStringsReadable	src/indenthandler.h	/^		QStringList choicesStringsReadable;$/;"	m	struct:IndentHandler::ParamMultiple
clearRecentlyOpenedList	src/mainwindow.cpp	/^void MainWindow::clearRecentlyOpenedList() {$/;"	f	class:MainWindow
clear_breakpoint_undo_stack	indenters/PerlTidyLib.pm	/^sub clear_breakpoint_undo_stack {$/;"	s
close	indenters/PerlTidyLib.pm	/^sub close { return }$/;"	s
closeEvent	src/mainwindow.cpp	/^void MainWindow::closeEvent( QCloseEvent *event ) {$/;"	f	class:MainWindow
close_debug_file	indenters/PerlTidyLib.pm	/^sub close_debug_file {$/;"	s
close_html_file	indenters/PerlTidyLib.pm	/^sub close_html_file {$/;"	s
close_input_file	indenters/PerlTidyLib.pm	/^sub close_input_file {$/;"	s
close_log_file	indenters/PerlTidyLib.pm	/^sub close_log_file {$/;"	s
close_output_file	indenters/PerlTidyLib.pm	/^sub close_output_file {$/;"	s
close_tee_file	indenters/PerlTidyLib.pm	/^sub close_tee_file {$/;"	s
code_block_type	indenters/PerlTidyLib.pm	/^sub code_block_type {$/;"	s
colon	indenters/JsDecoder.js	/^    this.colon = function() {$/;"	f
colorForStyles	src/highlighter.h	/^    QMap<int, QColor> colorForStyles;$/;"	m	class:Highlighter
combine_fields	indenters/PerlTidyLib.pm	/^sub combine_fields {$/;"	s
comboBox	src/indenthandler.h	/^        QComboBox *comboBox;$/;"	m	struct:IndentHandler::ParamMultiple
comboBoxes	src/uiguisettingsdialog.h	/^    QList<QComboBox*> comboBoxes;$/;"	m	class:UiGuiSettingsDialog
comma	indenters/JsDecoder.js	/^    this.comma = function() {$/;"	c
comma_arrow_count	indenters/PerlTidyLib.pm	/^    sub comma_arrow_count {$/;"	s
command	indenters/php_beautifier.html	/^  <span><a name="command"><\/a><h2 class="title">Command line options and parameters<\/h2>NOTE: Use the short options. Console_Getopt doesn't works well with long options$/;"	a
command.command_usage	indenters/php_beautifier.html	/^    <span><a name="command.command_usage"><\/a><h3 class="title">Usage<\/h3><span class="cmd-title">php_beautifier<\/span>$/;"	a
command.options	indenters/php_beautifier.html	/^    <span><a name="command.options"><\/a><h3 class="title">Options<\/h3><table frame = "border"><caption>Command-line options<\/caption><colgroup span = "3"\/><thead><tr><td>short option<\/td>$/;"	a
command.options.compress	indenters/php_beautifier.html	/^    <a name="command.options.compress"><\/a><h4 class="title">--compress<\/h4><p>Set compression for output file(s). You can select 'gz' or 'bz2'. If output is a dir, all the files are compressed separately!<\/p><br \/>$/;"	a
command.options.filters	indenters/php_beautifier.html	/^    <a name="command.options.filters"><\/a><h4 class="title">--filters<\/h4><p>Add one or more filters to the process. Look on <a href="..\/PHP_Beautifier\/tutorial_PHP_Beautifier.howtouse.commandline.pkg.html#command.command_usage">Usage<\/a> the definition for the command<\/p>$/;"	a
command.options.filters-directory	indenters/php_beautifier.html	/^    <a name="command.options.filters-directory"><\/a><h4 class="title">--directory_filters<\/h4><p>Add a path to lookup for filters. See <a href="..\/PHP_Beautifier\/PHP_Beautifier.html#methodaddFilterDirectory">PHP_Beautifier::addFilterDirectory()<\/a>.<\/p><br \/>$/;"	a
command.options.help	indenters/php_beautifier.html	/^    <a name="command.options.help"><\/a><h4 class="title">--help<\/h4><p>Show the help \/ usage.<\/p><br \/><\/span><\/span>$/;"	a
command.options.indent-spaces	indenters/php_beautifier.html	/^        <a name="command.options.indent-spaces"><\/a><h4 class="title">--indent_spaces<\/h4><p>Spaces are used as indent char. Without a param, the number of spaces for indent is 4<\/p><br \/>$/;"	a
command.options.indent-tabs	indenters/php_beautifier.html	/^    <a name="command.options.indent-tabs"><\/a><h4 class="title">--indent_tabs<\/h4><p>Tabs are used as indent char. Without a param, the number of tabs for indent is 1<\/p><br \/>$/;"	a
command.options.input	indenters/php_beautifier.html	/^    <a name="command.options.input"><\/a><h4 class="title">--input<\/h4><p>Set the input pattern for beautify. * and ? are allowed for batch processing. If recursive mode ( -r) is turned on, the pattern may catch directory names.  - get input from standard input<\/p><br \/>$/;"	a
command.options.output	indenters/php_beautifier.html	/^    <a name="command.options.output"><\/a><h4 class="title">--output<\/h4><p>Set the output for beautify. If the param ends in '\/' and the input matches one or more files, the program try to recreate the input directory structure. If the param doesn't end in '\/', the output will be one file.  - set the output to standard output<\/p><br \/>$/;"	a
command.options.recursive	indenters/php_beautifier.html	/^    <a name="command.options.recursive"><\/a><h4 class="title">--recursive<\/h4><p>Turn on the recursive search for files inside directories. On *nix, remember to quote the input_path<\/p><br \/>$/;"	a
comment	indenters/JsDecoder.js	/^    this.comment = function() {$/;"	c
compactify_table	indenters/PerlTidyLib.pm	/^sub compactify_table {$/;"	s
compare_indentation_levels	indenters/PerlTidyLib.pm	/^sub compare_indentation_levels {$/;"	s
complain	indenters/PerlTidyLib.pm	/^sub complain {$/;"	s
configFilename	src/indenthandler.h	/^    QString configFilename;$/;"	m	class:IndentHandler
copy_old_breakpoints	indenters/PerlTidyLib.pm	/^sub copy_old_breakpoints {$/;"	s
correct_lp_indentation	indenters/PerlTidyLib.pm	/^sub correct_lp_indentation {$/;"	s
createEncodingMenu	src/mainwindow.cpp	/^void MainWindow::createEncodingMenu() {$/;"	f	class:MainWindow
createHighlighterMenu	src/mainwindow.cpp	/^void MainWindow::createHighlighterMenu() {$/;"	f	class:MainWindow
createIndenterCallShellScript	src/mainwindow.cpp	/^void MainWindow::createIndenterCallShellScript() {$/;"	f	class:MainWindow
createIndenterCallString	src/indenthandler.cpp	/^bool IndentHandler::createIndenterCallString() {$/;"	f	class:IndentHandler
create_one_line_block	indenters/PerlTidyLib.pm	/^sub create_one_line_block {$/;"	s
currentEncoding	src/mainwindow.h	/^	QString currentEncoding;$/;"	m	class:MainWindow
currentIndenterID	src/mainwindow.h	/^    int currentIndenterID;$/;"	m	class:MainWindow
currentSourceFile	src/mainwindow.h	/^    QString currentSourceFile;$/;"	m	class:MainWindow
currentSourceFileExtension	src/mainwindow.h	/^    QString currentSourceFileExtension;$/;"	m	class:MainWindow
currentVersion	src/updatecheckdialog.h	/^    QString currentVersion;$/;"	m	class:UpdateCheckDialog
current_field_width	indenters/PerlTidyLib.pm	/^    sub current_field_width {$/;"	s
decide_if_aligned	indenters/PerlTidyLib.pm	/^sub decide_if_aligned {$/;"	s
decide_if_code_block	indenters/PerlTidyLib.pm	/^sub decide_if_code_block {$/;"	s
decide_if_list	indenters/PerlTidyLib.pm	/^sub decide_if_list {$/;"	s
decode	indenters/example.js	/^function decode() {$/;"	f
decrease_AVAILABLE_SPACES	indenters/PerlTidyLib.pm	/^sub decrease_AVAILABLE_SPACES {$/;"	s
decrease_SPACES	indenters/PerlTidyLib.pm	/^sub decrease_SPACES {$/;"	s
decrease_nesting_depth	indenters/PerlTidyLib.pm	/^sub decrease_nesting_depth {$/;"	s
decrement_output_line_number	indenters/PerlTidyLib.pm	/^sub decrement_output_line_number {$/;"	s
destroy_one_line_block	indenters/PerlTidyLib.pm	/^sub destroy_one_line_block {$/;"	s
do_quote	indenters/PerlTidyLib.pm	/^sub do_quote {$/;"	s
do_scan_package	indenters/PerlTidyLib.pm	/^sub do_scan_package {$/;"	s
do_scan_sub	indenters/PerlTidyLib.pm	/^    sub do_scan_sub {$/;"	s
do_syntax_check	indenters/PerlTidyLib.pm	/^sub do_syntax_check {$/;"	s
do_uncontained_comma_breaks	indenters/PerlTidyLib.pm	/^    sub do_uncontained_comma_breaks {$/;"	s
doindent	indenters/shellindent.awk	/^function doindent(){$/;"	f
dot	indenters/JsDecoder.js	/^    this.dot = function() {$/;"	c
dump_alignments	indenters/PerlTidyLib.pm	/^sub dump_alignments {$/;"	s
dump_array	indenters/PerlTidyLib.pm	/^sub dump_array {$/;"	s
dump_config_file	indenters/PerlTidyLib.pm	/^sub dump_config_file {$/;"	s
dump_defaults	indenters/PerlTidyLib.pm	/^sub dump_defaults {$/;"	s
dump_functions	indenters/PerlTidyLib.pm	/^sub dump_functions {$/;"	s
dump_long_names	indenters/PerlTidyLib.pm	/^sub dump_long_names {$/;"	s
dump_short_names	indenters/PerlTidyLib.pm	/^sub dump_short_names {$/;"	s
dump_token_types	indenters/PerlTidyLib.pm	/^sub dump_token_types {$/;"	s
dump_want_left_space	indenters/PerlTidyLib.pm	/^sub dump_want_left_space {$/;"	s
dump_want_right_space	indenters/PerlTidyLib.pm	/^sub dump_want_right_space {$/;"	s
eliminate_new_fields	indenters/PerlTidyLib.pm	/^sub eliminate_new_fields {$/;"	s
eliminate_old_fields	indenters/PerlTidyLib.pm	/^sub eliminate_old_fields {$/;"	s
emitSignalForSetting	src/uiguisettings.cpp	/^void UiGuiSettings::emitSignalForSetting(QString settingName) {$/;"	f	class:UiGuiSettings
encodingActionGroup	src/mainwindow.h	/^    QActionGroup *encodingActionGroup;$/;"	m	class:MainWindow
encodingChanged	src/mainwindow.cpp	/^void MainWindow::encodingChanged(QAction* encodingAction) {$/;"	f	class:MainWindow
encodingsList	src/mainwindow.h	/^	QStringList encodingsList;$/;"	m	class:MainWindow
entab_and_output	indenters/PerlTidyLib.pm	/^sub entab_and_output {$/;"	s
errorMessageDialog	src/indenthandler.h	/^    UiGuiErrorMessage *errorMessageDialog;$/;"	m	class:IndentHandler
errorMessageList	src/uiguierrormessage.h	/^    QStringList errorMessageList;$/;"	m	class:UiGuiErrorMessage
error_if_expecting_OPERATOR	indenters/PerlTidyLib.pm	/^    sub error_if_expecting_OPERATOR {$/;"	s
error_if_expecting_TERM	indenters/PerlTidyLib.pm	/^    sub error_if_expecting_TERM {$/;"	s
escape_html	indenters/PerlTidyLib.pm	/^sub escape_html {$/;"	s
eventFilter	src/mainwindow.cpp	/^bool MainWindow::eventFilter(QObject *obj, QEvent *event)$/;"	f	class:MainWindow
examples	indenters/php_beautifier.html	/^  <span><a name="examples"><\/a><h2 class="title">Examples<\/h2><p>We have this files structure. Current directory is \/myprogam\/<\/p>$/;"	a
examples.filters	indenters/php_beautifier.html	/^<span><a name="examples.filters"><\/a><h3 class="title">Use Filters<\/h3><p>Use PEAR standards<\/p>$/;"	a
examples.indent	indenters/php_beautifier.html	/^<span><a name="examples.indent"><\/a><h3 class="title">Define tabs or spaces to indent<\/h3><p>This create a new file with 2 spaces for indentation<\/p>$/;"	a
examples.multiple	indenters/php_beautifier.html	/^<span><a name="examples.multiple"><\/a><h3 class="title">Handling multiple files<\/h3><p>Beautify all the files and send the output to one file<\/p>$/;"	a
examples.testmore	indenters/php_beautifier.html	/^  <span><a name="examples.testmore"><\/a><h3 class="title">Test beautify (for multiple files)<\/h3><p>This match only the files inside \/myprogram\/ . The output is send to STDOUT<\/p>$/;"	a
examples.testone	indenters/php_beautifier.html	/^  <span><a name="examples.testone"><\/a><h3 class="title">Test beautify (for one file)<\/h3><p>Send the output to STDOUT<\/p>$/;"	a
excess_line_length	indenters/PerlTidyLib.pm	/^sub excess_line_length {$/;"	s
exec	src/aboutdialog.cpp	/^int AboutDialog::exec() {$/;"	f	class:AboutDialog
expand_command_abbreviations	indenters/PerlTidyLib.pm	/^sub expand_command_abbreviations {$/;"	s
expecting	indenters/PerlTidyLib.pm	/^expecting: 'perltidyrc' or 'full'$/;"	l
exportToHTML	src/mainwindow.cpp	/^void MainWindow::exportToHTML() {$/;"	f	class:MainWindow
exportToPDF	src/mainwindow.cpp	/^void MainWindow::exportToPDF() {$/;"	f	class:MainWindow
extract_token	indenters/PerlTidyLib.pm	/^    sub extract_token {$/;"	s
falseString	src/indenthandler.h	/^        QString falseString;$/;"	m	struct:IndentHandler::ParamBoolean
field_width_growth	indenters/PerlTidyLib.pm	/^    sub field_width_growth {$/;"	s
fileTypes	src/indenthandler.h	/^    QString fileTypes;$/;"	m	class:IndentHandler
fileglob_to_re	indenters/PerlTidyLib.pm	/^sub fileglob_to_re {$/;"	s
find_angle_operator_termination	indenters/PerlTidyLib.pm	/^sub find_angle_operator_termination {$/;"	s
find_config_file	indenters/PerlTidyLib.pm	/^sub find_config_file {$/;"	s
find_here_doc	indenters/PerlTidyLib.pm	/^sub find_here_doc {$/;"	s
find_indentation_level	indenters/PerlTidyLib.pm	/^sub find_indentation_level {$/;"	s
find_input_line_ending	indenters/PerlTidyLib.pm	/^sub find_input_line_ending {$/;"	s
find_next_nonblank_token	indenters/PerlTidyLib.pm	/^sub find_next_nonblank_token {$/;"	s
find_next_nonblank_token_on_this_line	indenters/PerlTidyLib.pm	/^sub find_next_nonblank_token_on_this_line {$/;"	s
find_starting_indentation_level	indenters/PerlTidyLib.pm	/^sub find_starting_indentation_level {$/;"	s
find_token_starting_list	indenters/PerlTidyLib.pm	/^sub find_token_starting_list {$/;"	s
finish	indenters/PerlTidyLib.pm	/^sub finish {$/;"	s
finish_formatting	indenters/PerlTidyLib.pm	/^sub finish_formatting {$/;"	s
finish_lp_batch	indenters/PerlTidyLib.pm	/^sub finish_lp_batch {$/;"	s
firstRunOfAnimation	src/AboutDialogGraphicsView.h	/^    bool firstRunOfAnimation;$/;"	m	class:AboutDialogGraphicsView
fix_terminal_else	indenters/PerlTidyLib.pm	/^sub fix_terminal_else {$/;"	s
fix_terminal_ternary	indenters/PerlTidyLib.pm	/^sub fix_terminal_ternary {$/;"	s
flush	indenters/PerlTidyLib.pm	/^sub flush {$/;"	s
follow_quoted_string	indenters/PerlTidyLib.pm	/^sub follow_quoted_string {$/;"	s
fontForStyles	src/highlighter.h	/^    QMap<int, QFont> fontForStyles;$/;"	m	class:Highlighter
forget_side_comment	indenters/PerlTidyLib.pm	/^sub forget_side_comment {$/;"	s
formattedCode	indenters/JsDecoder.js	/^var formattedCode;$/;"	v
generateCommandlineCall	src/indenthandler.cpp	/^QString IndentHandler::generateCommandlineCall(QString inputFileExtension) {$/;"	f	class:IndentHandler
generate_options	indenters/PerlTidyLib.pm	/^sub generate_options {$/;"	s
getAvailableHighlighters	src/highlighter.cpp	/^QStringList Highlighter::getAvailableHighlighters() {$/;"	f	class:Highlighter
getAvailableIndenters	src/indenthandler.cpp	/^QStringList IndentHandler::getAvailableIndenters() {$/;"	f	class:IndentHandler
getAvailableTranslations	src/uiguisettings.cpp	/^QStringList UiGuiSettings::getAvailableTranslations() {$/;"	f	class:UiGuiSettings
getCurrentLine	indenters/JsDecoder.js	/^    this.getCurrentLine = function() {$/;"	f
getIndenterCfgFile	src/indenthandler.cpp	/^QString IndentHandler::getIndenterCfgFile() {$/;"	f	class:IndentHandler
getManual	src/indenthandler.cpp	/^QString IndentHandler::getManual() {$/;"	f	class:IndentHandler
getPadXMLFile	src/updatecheckdialog.cpp	/^void UpdateCheckDialog::getPadXMLFile() {$/;"	f	class:UpdateCheckDialog
getParameterString	src/indenthandler.cpp	/^QString IndentHandler::getParameterString() {$/;"	f	class:IndentHandler
getPossibleIndenterFileExtensions	src/indenthandler.cpp	/^QString IndentHandler::getPossibleIndenterFileExtensions() {$/;"	f	class:IndentHandler
getValueByName	src/uiguisettings.cpp	/^QVariant UiGuiSettings::getValueByName(QString settingName) {$/;"	f	class:UiGuiSettings
get_ALIGN_PAREN	indenters/PerlTidyLib.pm	/^sub get_ALIGN_PAREN {$/;"	s
get_ARROW_COUNT	indenters/PerlTidyLib.pm	/^sub get_ARROW_COUNT {$/;"	s
get_AVAILABLE_SPACES	indenters/PerlTidyLib.pm	/^sub get_AVAILABLE_SPACES {$/;"	s
get_AVAILABLE_SPACES_to_go	indenters/PerlTidyLib.pm	/^sub get_AVAILABLE_SPACES_to_go {$/;"	s
get_CI_LEVEL	indenters/PerlTidyLib.pm	/^sub get_CI_LEVEL {$/;"	s
get_CLOSED	indenters/PerlTidyLib.pm	/^sub get_CLOSED {$/;"	s
get_COMMA_COUNT	indenters/PerlTidyLib.pm	/^sub get_COMMA_COUNT {$/;"	s
get_HAVE_CHILD	indenters/PerlTidyLib.pm	/^sub get_HAVE_CHILD {$/;"	s
get_INDEX	indenters/PerlTidyLib.pm	/^sub get_INDEX {$/;"	s
get_LEVEL	indenters/PerlTidyLib.pm	/^sub get_LEVEL {$/;"	s
get_MARKED	indenters/PerlTidyLib.pm	/^sub get_MARKED {$/;"	s
get_RECOVERABLE_SPACES	indenters/PerlTidyLib.pm	/^sub get_RECOVERABLE_SPACES {$/;"	s
get_SEQUENCE_NUMBER	indenters/PerlTidyLib.pm	/^sub get_SEQUENCE_NUMBER {$/;"	s
get_SPACES	indenters/PerlTidyLib.pm	/^sub get_SPACES {$/;"	s
get_STACK_DEPTH	indenters/PerlTidyLib.pm	/^sub get_STACK_DEPTH {$/;"	s
get_STARTING_INDEX	indenters/PerlTidyLib.pm	/^sub get_STARTING_INDEX {$/;"	s
get_added_semicolon_count	indenters/PerlTidyLib.pm	/^sub get_added_semicolon_count {$/;"	s
get_alignment	indenters/PerlTidyLib.pm	/^    sub get_alignment  { $_[0]->[RALIGNMENTS]->[ $_[1] ] }$/;"	s
get_alignments	indenters/PerlTidyLib.pm	/^    sub get_alignments { @{ $_[0]->[RALIGNMENTS] } }$/;"	s
get_available_space_on_right	indenters/PerlTidyLib.pm	/^    sub get_available_space_on_right {$/;"	s
get_column	indenters/PerlTidyLib.pm	/^    sub get_column          { return $_[0]->[COLUMN] }$/;"	s
get_column	indenters/PerlTidyLib.pm	/^    sub get_column     { $_[0]->[RALIGNMENTS]->[ $_[1] ]->get_column() }$/;"	s
get_consecutive_nonblank_lines	indenters/PerlTidyLib.pm	/^sub get_consecutive_nonblank_lines {$/;"	s
get_count	indenters/PerlTidyLib.pm	/^        sub get_count        { $_count; }$/;"	s
get_count	indenters/PerlTidyLib.pm	/^    sub get_count        { $_count; }$/;"	s
get_ending_line	indenters/PerlTidyLib.pm	/^    sub get_ending_line     { return $_[0]->[ENDING_LINE] }$/;"	s
get_extra_leading_spaces	indenters/PerlTidyLib.pm	/^sub get_extra_leading_spaces {$/;"	s
get_indentation	indenters/PerlTidyLib.pm	/^    sub get_indentation               { $_[0]->[INDENTATION] }$/;"	s
get_indentation_level	indenters/PerlTidyLib.pm	/^    sub get_indentation_level {$/;"	s
get_input_file_copy_name	indenters/PerlTidyLib.pm	/^sub get_input_file_copy_name {$/;"	s
get_input_line_number	indenters/PerlTidyLib.pm	/^sub get_input_line_number {$/;"	s
get_is_hanging_side_comment	indenters/PerlTidyLib.pm	/^    sub get_is_hanging_side_comment   { $_[0]->[IS_HANGING_SIDE_COMMENT] }$/;"	s
get_jmax	indenters/PerlTidyLib.pm	/^    sub get_jmax                      { $_[0]->[JMAX] }$/;"	s
get_jmax_original_line	indenters/PerlTidyLib.pm	/^    sub get_jmax_original_line        { $_[0]->[JMAX_ORIGINAL_LINE] }$/;"	s
get_leading_space_count	indenters/PerlTidyLib.pm	/^    sub get_leading_space_count       { $_[0]->[LEADING_SPACE_COUNT] }$/;"	s
get_leading_string	indenters/PerlTidyLib.pm	/^    sub get_leading_string {$/;"	s
get_line	indenters/PerlTidyLib.pm	/^sub get_line {$/;"	s
get_list_type	indenters/PerlTidyLib.pm	/^    sub get_list_type                 { $_[0]->[LIST_TYPE] }$/;"	s
get_matching_token	indenters/PerlTidyLib.pm	/^    sub get_matching_token  { return $_[0]->[MATCHING_TOKEN] }$/;"	s
get_maximum_fields_wanted	indenters/PerlTidyLib.pm	/^sub get_maximum_fields_wanted {$/;"	s
get_opening_indentation	indenters/PerlTidyLib.pm	/^sub get_opening_indentation {$/;"	s
get_outdent_long_lines	indenters/PerlTidyLib.pm	/^    sub get_outdent_long_lines        { $_[0]->[OUTDENT_LONG_LINES] }$/;"	s
get_output_file_copy	indenters/PerlTidyLib.pm	/^sub get_output_file_copy {$/;"	s
get_output_line_number	indenters/PerlTidyLib.pm	/^sub get_output_line_number {$/;"	s
get_rfields	indenters/PerlTidyLib.pm	/^    sub get_rfields                   { $_[0]->[RFIELDS] }$/;"	s
get_rpatterns	indenters/PerlTidyLib.pm	/^    sub get_rpatterns                 { $_[0]->[RPATTERNS] }$/;"	s
get_rtokens	indenters/PerlTidyLib.pm	/^    sub get_rtokens                   { $_[0]->[RTOKENS] }$/;"	s
get_rvertical_tightness_flags	indenters/PerlTidyLib.pm	/^    sub get_rvertical_tightness_flags { $_[0]->[RVERTICAL_TIGHTNESS_FLAGS] }$/;"	s
get_saw_brace_error	indenters/PerlTidyLib.pm	/^sub get_saw_brace_error {$/;"	s
get_seqno	indenters/PerlTidyLib.pm	/^sub get_seqno {$/;"	s
get_serial_number	indenters/PerlTidyLib.pm	/^    sub get_serial_number   { return $_[0]->[SERIAL_NUMBER] }$/;"	s
get_starting_column	indenters/PerlTidyLib.pm	/^    sub get_starting_column { return $_[0]->[STARTING_COLUMN] }$/;"	s
get_starting_column	indenters/PerlTidyLib.pm	/^    sub get_starting_column {$/;"	s
get_starting_line	indenters/PerlTidyLib.pm	/^    sub get_starting_line   { return $_[0]->[STARTING_LINE] }$/;"	s
get_use_prefix	indenters/PerlTidyLib.pm	/^sub get_use_prefix {$/;"	s
get_warning_count	indenters/PerlTidyLib.pm	/^sub get_warning_count {$/;"	s
getline	indenters/PerlTidyLib.pm	/^sub getline {$/;"	s
globalFilesDirectoryStr	src/mainwindow.h	/^	QString globalFilesDirectoryStr;$/;"	m	class:MainWindow
globalFilesDirectoryStr	src/uiguisettings.h	/^    QString globalFilesDirectoryStr;$/;"	m	class:UiGuiSettings
gplText	src/aboutdialog.h	/^    QString gplText;$/;"	m	class:AboutDialog
graphicsProxyWidget	src/AboutDialogGraphicsView.h	/^    QGraphicsProxyWidget *graphicsProxyWidget;$/;"	m	class:AboutDialogGraphicsView
guess_if_here_doc	indenters/PerlTidyLib.pm	/^sub guess_if_here_doc {$/;"	s
guess_if_pattern_or_conditional	indenters/PerlTidyLib.pm	/^sub guess_if_pattern_or_conditional {$/;"	s
guess_if_pattern_or_division	indenters/PerlTidyLib.pm	/^sub guess_if_pattern_or_division {$/;"	s
handleUpdateCheckDialogButtonClicked	src/updatecheckdialog.cpp	/^void UpdateCheckDialog::handleUpdateCheckDialogButtonClicked(QAbstractButton *clickedButton) {$/;"	f	class:UpdateCheckDialog
handleValueChangeFromExtern	src/uiguisettings.cpp	/^void UiGuiSettings::handleValueChangeFromExtern(QByteArray value) {$/;"	f	class:UiGuiSettings
handleValueChangeFromExtern	src/uiguisettings.cpp	/^void UiGuiSettings::handleValueChangeFromExtern(QDate value) {$/;"	f	class:UiGuiSettings
handleValueChangeFromExtern	src/uiguisettings.cpp	/^void UiGuiSettings::handleValueChangeFromExtern(bool value) {$/;"	f	class:UiGuiSettings
handleValueChangeFromExtern	src/uiguisettings.cpp	/^void UiGuiSettings::handleValueChangeFromExtern(int value) {$/;"	f	class:UiGuiSettings
hide	src/AboutDialogGraphicsView.cpp	/^/;"	f	class:AboutDialogGraphicsView
hideReally	src/AboutDialogGraphicsView.cpp	/^/;"	f	class:AboutDialogGraphicsView
highlighter	src/mainwindow.h	/^    Highlighter *highlighter;$/;"	m	class:MainWindow
highlighterActionGroup	src/mainwindow.h	/^    QActionGroup *highlighterActionGroup;$/;"	m	class:MainWindow
highlighterChanged	src/mainwindow.cpp	/^void MainWindow::highlighterChanged(QAction* highlighterAction) {$/;"	f	class:MainWindow
highlightningIsOn	src/highlighter.h	/^    bool highlightningIsOn;$/;"	m	class:Highlighter
http	indenters/PerlTidyLib.pm	/^http:\/\/perltidy.sourceforge.net, please report it so that it can be corrected.$/;"	l
http	indenters/PerlTidyLib.pm	/^http:\/\/perltidy.sourceforge.net, please report it so that it can be$/;"	l
http	src/updatecheckdialog.h	/^    QHttp *http;$/;"	m	class:UpdateCheckDialog
improve_continuation_indentation	indenters/PerlTidyLib.pm	/^sub improve_continuation_indentation {$/;"	s
in	indenters/PerlTidyLib.pm	/^in:out indent c b  nesting   code + messages; (messages begin with >>>)$/;"	l
in_same_container	indenters/PerlTidyLib.pm	/^sub in_same_container {$/;"	s
increase_RECOVERABLE_SPACES	indenters/PerlTidyLib.pm	/^sub increase_RECOVERABLE_SPACES {$/;"	s
increase_field_width	indenters/PerlTidyLib.pm	/^    sub increase_field_width {$/;"	s
increase_nesting_depth	indenters/PerlTidyLib.pm	/^sub increase_nesting_depth {$/;"	s
increment_brace_error	indenters/PerlTidyLib.pm	/^sub increment_brace_error {$/;"	s
increment_column	indenters/PerlTidyLib.pm	/^    sub increment_column { $_[0]->[COLUMN] += $_[1] }$/;"	s
increment_column	indenters/PerlTidyLib.pm	/^    sub increment_column {$/;"	s
indentHandler	src/mainwindow.h	/^    IndentHandler *indentHandler;$/;"	m	class:MainWindow
indentSettingsChanged	src/mainwindow.h	/^    bool indentSettingsChanged;$/;"	m	class:MainWindow
indentSettingsChangedSlot	src/mainwindow.cpp	/^void MainWindow::indentSettingsChangedSlot() {$/;"	f	class:MainWindow
indenterDirctoryStr	src/indenthandler.h	/^    QString indenterDirctoryStr;$/;"	m	class:IndentHandler
indenterDirctoryStr	src/mainwindow.h	/^	QString indenterDirctoryStr;$/;"	m	class:MainWindow
indenterDirctoryStr	src/uiguisettings.h	/^    QString indenterDirctoryStr;$/;"	m	class:UiGuiSettings
indenterExecutableCallString	src/indenthandler.h	/^    QString indenterExecutableCallString;$/;"	m	class:IndentHandler
indenterExecutableSuffix	src/indenthandler.h	/^    QString indenterExecutableSuffix;$/;"	m	class:IndentHandler
indenterFileName	src/indenthandler.h	/^    QString indenterFileName;$/;"	m	class:IndentHandler
indenterIniFileList	src/indenthandler.h	/^    QStringList indenterIniFileList;$/;"	m	class:IndentHandler
indenterName	src/indenthandler.h	/^    QString indenterName;$/;"	m	class:IndentHandler
indenterParameters	src/indenthandler.h	/^    QStringList indenterParameters;$/;"	m	class:IndentHandler
indenterSettings	src/indenthandler.h	/^    QSettings *indenterSettings;$/;"	m	class:IndentHandler
indenterShowHelpParameter	src/indenthandler.h	/^    QString indenterShowHelpParameter;$/;"	m	class:IndentHandler
indicate_error	indenters/PerlTidyLib.pm	/^sub indicate_error {$/;"	s
initApplicationLanguage	src/mainwindow.cpp	/^bool MainWindow::initApplicationLanguage() {$/;"	f	class:MainWindow
initIndenter	src/mainwindow.cpp	/^void MainWindow::initIndenter() {$/;"	f	class:MainWindow
initMainWindow	src/mainwindow.cpp	/^void MainWindow::initMainWindow() {$/;"	f	class:MainWindow
initSyntaxHighlighter	src/mainwindow.cpp	/^void MainWindow::initSyntaxHighlighter() {$/;"	f	class:MainWindow
initTextEditor	src/mainwindow.cpp	/^void MainWindow::initTextEditor() {$/;"	f	class:MainWindow
initToolBar	src/mainwindow.cpp	/^void MainWindow::initToolBar() {$/;"	f	class:MainWindow
initTranslationSelection	src/uiguisettingsdialog.cpp	/^void UiGuiSettingsDialog::initTranslationSelection() {$/;"	f	class:UiGuiSettingsDialog
initialize	indenters/PerlTidyLib.pm	/^sub initialize {$/;"	s
initialize_for_new_group	indenters/PerlTidyLib.pm	/^sub initialize_for_new_group {$/;"	s
initialize_tokenizer_state	indenters/PerlTidyLib.pm	/^    sub initialize_tokenizer_state {$/;"	s
inputFileName	src/indenthandler.h	/^    QString inputFileName;$/;"	m	class:IndentHandler
inputFileParameter	src/indenthandler.h	/^    QString inputFileParameter;$/;"	m	class:IndentHandler
insert_additional_breaks	indenters/PerlTidyLib.pm	/^sub insert_additional_breaks {$/;"	s
insert_final_breaks	indenters/PerlTidyLib.pm	/^sub insert_final_breaks {$/;"	s
insert_new_token_to_go	indenters/PerlTidyLib.pm	/^    sub insert_new_token_to_go {$/;"	s
interrupt_handler	indenters/PerlTidyLib.pm	/^    sub interrupt_handler {$/;"	s
interrupt_logfile	indenters/PerlTidyLib.pm	/^sub interrupt_logfile {$/;"	s
inverse_pretoken_map	indenters/PerlTidyLib.pm	/^sub inverse_pretoken_map {$/;"	s
isFirstRunOfThisVersion	src/mainwindow.h	/^    bool isFirstRunOfThisVersion;$/;"	m	class:MainWindow
isKeyword	indenters/JsDecoder.js	/^    this.isKeyword = function() {$/;"	f
isStart	indenters/JsDecoder.js	/^    this.isStart = function()$/;"	f
is_essential_whitespace	indenters/PerlTidyLib.pm	/^    sub is_essential_whitespace {$/;"	s
is_non_structural_brace	indenters/PerlTidyLib.pm	/^sub is_non_structural_brace {$/;"	s
is_unbalanced_batch	indenters/PerlTidyLib.pm	/^    sub is_unbalanced_batch {$/;"	s
is_unbreakable_container	indenters/PerlTidyLib.pm	/^    sub is_unbreakable_container {$/;"	s
is_unix	indenters/PerlTidyLib.pm	/^sub is_unix {$/;"	s
join_hanging_comment	indenters/PerlTidyLib.pm	/^sub join_hanging_comment {$/;"	s
label	src/indenthandler.h	/^        QLabel *label;$/;"	m	struct:IndentHandler::ParamNumeric
label	src/indenthandler.h	/^        QLabel *label;$/;"	m	struct:IndentHandler::ParamString
label_ok	indenters/PerlTidyLib.pm	/^sub label_ok {$/;"	s
languageChanged	src/mainwindow.cpp	/^void MainWindow::languageChanged(int languageIndex) {$/;"	f	class:MainWindow
lastChar	indenters/JsDecoder.js	/^    this.lastChar = function()$/;"	f
leading_spaces_to_go	indenters/PerlTidyLib.pm	/^sub leading_spaces_to_go {$/;"	s
lexer	src/highlighter.h	/^	QsciLexer* lexer;$/;"	m	class:Highlighter
lineComment	indenters/JsDecoder.js	/^    this.lineComment = function() {$/;"	c
lineEdit	src/indenthandler.h	/^        QLineEdit *lineEdit;$/;"	m	struct:IndentHandler::ParamString
linefeed	indenters/JsDecoder.js	/^    this.linefeed = function() {$/;"	f
linux	indenters/php_beautifier.html	/^  <span><a name="linux"><\/a><h2 class="title">Running the command-line in Linux<\/h2><p>By default, the script is located in the path of executables, with execute permitions, so you only have to type:<\/p>$/;"	a
loadConfigFile	src/indenthandler.cpp	/^void IndentHandler::loadConfigFile(QString filePathName) {$/;"	f	class:IndentHandler
loadFile	src/mainwindow.cpp	/^QString MainWindow::loadFile(QString filePath) {$/;"	f	class:MainWindow
loadLastOpenedFile	src/mainwindow.cpp	/^void MainWindow::loadLastOpenedFile() {$/;"	f	class:MainWindow
loadLastSourceCodeFileOnStartup	src/mainwindow.h	/^	bool loadLastSourceCodeFileOnStartup;$/;"	m	class:MainWindow
loadSettings	src/uiguisettings.cpp	/^bool UiGuiSettings::loadSettings() {$/;"	f	class:UiGuiSettings
location	indenters/php_beautifier.html	/^<span><a name="location"><\/a><h2 class="title">Locate the script<\/h2><p>First, you should know where the script resides. The Pear installer puts the script on the PHP binary directory or in PHP_PEAR_BIN_DIR if defined. So, in linux, the script <span class="cmd-title">php_beautifier<\/span> is included in the path of executables (\/usr\/bin\/php_beautifier). On Windows, a batch file called <span class="cmd-title">php_beautifier.bat<\/span> is created as a wrapper for php_beautifier<\/p><\/span>$/;"	a
logfile_output	indenters/PerlTidyLib.pm	/^sub logfile_output {$/;"	s
look_for_Windows	indenters/PerlTidyLib.pm	/^sub look_for_Windows {$/;"	s
lookup_opening_indentation	indenters/PerlTidyLib.pm	/^sub lookup_opening_indentation {$/;"	s
m	indenters/PerlTidyLib.pm	/^      m$/;"	f
magenta4	indenters/PerlTidyLib.pm	/^    use constant magenta4      => "#8B008B";$/;"	c
main	indenters/perltidy	/^package main;$/;"	p
main	src/main.cpp	/^int main(int argc, char *argv[])$/;"	f
mainWindow	src/indenthandler.h	/^    QMainWindow *mainWindow;$/;"	m	class:IndentHandler
make_abbreviated_names	indenters/PerlTidyLib.pm	/^sub make_abbreviated_names {$/;"	s
make_alignment	indenters/PerlTidyLib.pm	/^sub make_alignment {$/;"	s
make_alignment_patterns	indenters/PerlTidyLib.pm	/^    sub make_alignment_patterns {$/;"	s
make_bli_pattern	indenters/PerlTidyLib.pm	/^sub make_bli_pattern {$/;"	s
make_block_brace_vertical_tightness_pattern	indenters/PerlTidyLib.pm	/^sub make_block_brace_vertical_tightness_pattern {$/;"	s
make_block_pattern	indenters/PerlTidyLib.pm	/^sub make_block_pattern {$/;"	s
make_closing_side_comment_list_pattern	indenters/PerlTidyLib.pm	/^sub make_closing_side_comment_list_pattern {$/;"	s
make_closing_side_comment_prefix	indenters/PerlTidyLib.pm	/^sub make_closing_side_comment_prefix {$/;"	s
make_else_csc_text	indenters/PerlTidyLib.pm	/^sub make_else_csc_text {$/;"	s
make_extension	indenters/PerlTidyLib.pm	/^sub make_extension {$/;"	s
make_format_skipping_pattern	indenters/PerlTidyLib.pm	/^sub make_format_skipping_pattern {$/;"	s
make_frame	indenters/PerlTidyLib.pm	/^sub make_frame {$/;"	s
make_getopt_long_names	indenters/PerlTidyLib.pm	/^sub make_getopt_long_names {$/;"	s
make_line_information_string	indenters/PerlTidyLib.pm	/^sub make_line_information_string {$/;"	s
make_numbered_line	indenters/PerlTidyLib.pm	/^sub make_numbered_line {$/;"	s
make_side_comment	indenters/PerlTidyLib.pm	/^sub make_side_comment {$/;"	s
make_static_block_comment_pattern	indenters/PerlTidyLib.pm	/^sub make_static_block_comment_pattern {$/;"	s
make_static_side_comment_pattern	indenters/PerlTidyLib.pm	/^sub make_static_side_comment_pattern {$/;"	s
make_temporary_filename	indenters/PerlTidyLib.pm	/^sub make_temporary_filename {$/;"	s
manualUpdateRequested	src/updatecheckdialog.h	/^    bool manualUpdateRequested;$/;"	m	class:UpdateCheckDialog
mapHighlighternameToExtension	src/highlighter.h	/^    QMap<QString, QStringList> mapHighlighternameToExtension;$/;"	m	class:Highlighter
markup_html_element	indenters/PerlTidyLib.pm	/^sub markup_html_element {$/;"	s
markup_tokens	indenters/PerlTidyLib.pm	/^sub markup_tokens {$/;"	s
match_opening_and_closing_tokens	indenters/PerlTidyLib.pm	/^    sub match_opening_and_closing_tokens {$/;"	s
matching_end_token	indenters/PerlTidyLib.pm	/^sub matching_end_token {$/;"	s
maximum_number_of_fields	indenters/PerlTidyLib.pm	/^sub maximum_number_of_fields {$/;"	s
maybeSave	src/mainwindow.cpp	/^bool MainWindow::maybeSave()$/;"	f	class:MainWindow
method	indenters/example.cpp	/^    static void A<x>::method() [][][] {$/;"	f	class:x::A
method	indenters/example.cpp	/^    void method( const myClass<item> &x, int [][][] c, ... ) {$/;"	f	class:Example
method	indenters/example.cpp	/^myClass<myType>::method() { }$/;"	f	class:x::myClass
multilinemacro	indenters/example.cpp	347;"	d	file:
my_flush	indenters/PerlTidyLib.pm	/^sub my_flush {$/;"	s
new	indenters/PerlTidyLib.pm	/^    sub new {$/;"	s
new	indenters/PerlTidyLib.pm	/^sub new { return bless {}, $_[0] }$/;"	s
new	indenters/PerlTidyLib.pm	/^sub new {$/;"	s
new_lp_indentation_item	indenters/PerlTidyLib.pm	/^sub new_lp_indentation_item {$/;"	s
new_statement_ok	indenters/PerlTidyLib.pm	/^sub new_statement_ok {$/;"	s
note_added_semicolon	indenters/PerlTidyLib.pm	/^sub note_added_semicolon {$/;"	s
note_deleted_semicolon	indenters/PerlTidyLib.pm	/^sub note_deleted_semicolon {$/;"	s
note_embedded_tab	indenters/PerlTidyLib.pm	/^sub note_embedded_tab {$/;"	s
numberOfLinesChanged	src/mainwindow.cpp	/^void MainWindow::numberOfLinesChanged() {$/;"	f	class:MainWindow
numerator_expected	indenters/PerlTidyLib.pm	/^sub numerator_expected {$/;"	s
ones_count	indenters/PerlTidyLib.pm	/^sub ones_count {$/;"	s
openConfigFileDialog	src/mainwindow.cpp	/^void MainWindow::openConfigFileDialog() {$/;"	f	class:MainWindow
openFileDialog	src/mainwindow.cpp	/^QString MainWindow::openFileDialog(QString dialogHeaderStr, QString startPath, QString fileMaskStr) {$/;"	f	class:MainWindow
openFileFromRecentlyOpenedList	src/mainwindow.cpp	/^void MainWindow::openFileFromRecentlyOpenedList(QAction* recentlyOpenedAction) {$/;"	f	class:MainWindow
openSourceFileDialog	src/mainwindow.cpp	/^void MainWindow::openSourceFileDialog(QString fileName) {$/;"	f	class:MainWindow
operator_expected	indenters/PerlTidyLib.pm	/^sub operator_expected {$/;"	s
outputFileName	src/indenthandler.h	/^    QString outputFileName;$/;"	m	class:IndentHandler
outputFileParameter	src/indenthandler.h	/^    QString outputFileParameter;$/;"	m	class:IndentHandler
output_line_to_go	indenters/PerlTidyLib.pm	/^sub output_line_to_go {$/;"	s
pad_array_to_go	indenters/PerlTidyLib.pm	/^sub pad_array_to_go {$/;"	s
page	src/indenthandler.h	/^        QWidget *page;$/;"	m	struct:IndentHandler::ToolBoxPage
paramBooleans	src/indenthandler.h	/^    QVector<ParamBoolean> paramBooleans;$/;"	m	class:IndentHandler
paramCallName	src/indenthandler.h	/^        QString paramCallName;$/;"	m	struct:IndentHandler::ParamMultiple
paramCallName	src/indenthandler.h	/^        QString paramCallName;$/;"	m	struct:IndentHandler::ParamNumeric
paramCallName	src/indenthandler.h	/^        QString paramCallName;$/;"	m	struct:IndentHandler::ParamString
paramMultiples	src/indenthandler.h	/^    QVector<ParamMultiple> paramMultiples;$/;"	m	class:IndentHandler
paramName	src/indenthandler.h	/^        QString paramName;$/;"	m	struct:IndentHandler::ParamBoolean
paramName	src/indenthandler.h	/^        QString paramName;$/;"	m	struct:IndentHandler::ParamMultiple
paramName	src/indenthandler.h	/^        QString paramName;$/;"	m	struct:IndentHandler::ParamNumeric
paramName	src/indenthandler.h	/^        QString paramName;$/;"	m	struct:IndentHandler::ParamString
paramNumerics	src/indenthandler.h	/^    QVector<ParamNumeric> paramNumerics;$/;"	m	class:IndentHandler
paramStrings	src/indenthandler.h	/^    QVector<ParamString> paramStrings;$/;"	m	class:IndentHandler
parameterOrder	src/indenthandler.h	/^	QString parameterOrder;$/;"	m	class:IndentHandler
parent	src/AboutDialogGraphicsView.h	/^    QWidget *parent;$/;"	m	class:AboutDialogGraphicsView
parent	src/aboutdialog.h	/^    QWidget *parent;$/;"	m	class:AboutDialog
parent	src/highlighter.h	/^    QsciScintilla *parent;$/;"	m	class:Highlighter
parse_args	indenters/PerlTidyLib.pm	/^sub parse_args {$/;"	s
pattern_expected	indenters/PerlTidyLib.pm	/^sub pattern_expected {$/;"	s
peek_ahead	indenters/PerlTidyLib.pm	/^sub peek_ahead {$/;"	s
peek_ahead_for_n_nonblank_pre_tokens	indenters/PerlTidyLib.pm	/^sub peek_ahead_for_n_nonblank_pre_tokens {$/;"	s
peek_ahead_for_nonblank_token	indenters/PerlTidyLib.pm	/^sub peek_ahead_for_nonblank_token {$/;"	s
peeked_ahead	indenters/PerlTidyLib.pm	/^    sub peeked_ahead {$/;"	s
perltidy	indenters/PerlTidyLib.pm	/^    sub perltidy {$/;"	s
permanently_decrease_AVAILABLE_SPACES	indenters/PerlTidyLib.pm	/^sub permanently_decrease_AVAILABLE_SPACES {$/;"	s
pod_to_html	indenters/PerlTidyLib.pm	/^sub pod_to_html {$/;"	s
portableMode	src/mainwindow.h	/^    bool portableMode;$/;"	m	class:MainWindow
portableMode	src/uiguisettings.h	/^    bool portableMode;$/;"	m	class:UiGuiSettings
pre_tokenize	indenters/PerlTidyLib.pm	/^sub pre_tokenize {$/;"	s
prepare_for_a_new_file	indenters/PerlTidyLib.pm	/^sub prepare_for_a_new_file {$/;"	s
prepare_for_new_input_lines	indenters/PerlTidyLib.pm	/^sub prepare_for_new_input_lines {$/;"	s
previewToggled	src/mainwindow.h	/^    bool previewToggled;$/;"	m	class:MainWindow
previewTurnedOnOff	src/mainwindow.cpp	/^void MainWindow::previewTurnedOnOff(bool turnOn) {$/;"	f	class:MainWindow
previous_nonblank_token	indenters/PerlTidyLib.pm	/^sub previous_nonblank_token {$/;"	s
print	indenters/PerlTidyLib.pm	/^sub print { return }$/;"	s
print	indenters/PerlTidyLib.pm	/^sub print {$/;"	s
print_line_of_tokens	indenters/PerlTidyLib.pm	/^    sub print_line_of_tokens {$/;"	s
process_command_line	indenters/PerlTidyLib.pm	/^sub process_command_line {$/;"	s
process_this_file	indenters/PerlTidyLib.pm	/^sub process_this_file {$/;"	s
q	indenters/PerlTidyLib.pm	/^      q$/;"	p
qTTranslator	src/mainwindow.h	/^    QTranslator *qTTranslator;$/;"	m	class:MainWindow
qsettings	src/uiguisettings.h	/^    QSettings *qsettings;$/;"	m	class:UiGuiSettings
quotation	indenters/JsDecoder.js	/^    this.quotation = function(quotation) {$/;"	c
readAvailableTranslations	src/uiguisettings.cpp	/^void UiGuiSettings::readAvailableTranslations() {$/;"	f	class:UiGuiSettings
readCurrentSettings	src/highlighter.cpp	/^bool Highlighter::readCurrentSettings( const char *prefix )$/;"	f	class:Highlighter
readIndentIniFile	src/indenthandler.cpp	/^void IndentHandler::readIndentIniFile(QString iniFilePath) {$/;"	f	class:IndentHandler
read_config_file	indenters/PerlTidyLib.pm	/^sub read_config_file {$/;"	s
readable_options	indenters/PerlTidyLib.pm	/^sub readable_options {$/;"	s
really_open_debug_file	indenters/PerlTidyLib.pm	/^sub really_open_debug_file {$/;"	s
really_open_tee_file	indenters/PerlTidyLib.pm	/^sub really_open_tee_file {$/;"	s
recombine_breakpoints	indenters/PerlTidyLib.pm	/^    sub recombine_breakpoints {$/;"	s
red	indenters/PerlTidyLib.pm	/^    use constant red           => "#FF0000";$/;"	c
reduce_lp_indentation	indenters/PerlTidyLib.pm	/^sub reduce_lp_indentation {$/;"	s
removePrevChar	indenters/JsDecoder.js	/^    this.removePrevChar = function()$/;"	f
report_anything_unusual	indenters/PerlTidyLib.pm	/^sub report_anything_unusual {$/;"	s
report_definite_bug	indenters/PerlTidyLib.pm	/^sub report_definite_bug {$/;"	s
report_line_length_errors	indenters/PerlTidyLib.pm	/^sub report_line_length_errors {$/;"	s
report_possible_bug	indenters/PerlTidyLib.pm	/^sub report_possible_bug {$/;"	s
report_tokenization_errors	indenters/PerlTidyLib.pm	/^sub report_tokenization_errors {$/;"	s
report_v_string	indenters/PerlTidyLib.pm	/^sub report_v_string {$/;"	s
reset_block_text_accumulator	indenters/PerlTidyLib.pm	/^sub reset_block_text_accumulator {$/;"	s
reset_consecutive_blank_lines	indenters/PerlTidyLib.pm	/^sub reset_consecutive_blank_lines {$/;"	s
reset_indentation_level	indenters/PerlTidyLib.pm	/^    sub reset_indentation_level {$/;"	s
restoreTextBrowserContentAndOpenLink	src/aboutdialog.cpp	/^void AboutDialog::restoreTextBrowserContentAndOpenLink(const QUrl &link) {$/;"	f	class:AboutDialog
restore_alignment_columns	indenters/PerlTidyLib.pm	/^sub restore_alignment_columns {$/;"	s
restore_column	indenters/PerlTidyLib.pm	/^    sub restore_column { $_[0]->[COLUMN]       = $_[0]->[SAVED_COLUMN] }$/;"	s
restore_current_token	indenters/PerlTidyLib.pm	/^        sub restore_current_token {$/;"	s
restore_tokenizer_state	indenters/PerlTidyLib.pm	/^    sub restore_tokenizer_state {$/;"	s
resume_logfile	indenters/PerlTidyLib.pm	/^sub resume_logfile {$/;"	s
revision	src/aboutdialog.h	/^    QString revision;$/;"	m	class:AboutDialog
revision	src/mainwindow.h	/^    QString revision;$/;"	m	class:MainWindow
roleOfClickedButton	src/updatecheckdialog.h	/^    QDialogButtonBox::ButtonRole roleOfClickedButton;$/;"	m	class:UpdateCheckDialog
saveAsOtherEncoding	src/mainwindow.cpp	/^void MainWindow::saveAsOtherEncoding(QAction *chosenEncodingAction) {$/;"	f	class:MainWindow
saveEncodedActionGroup	src/mainwindow.h	/^    QActionGroup *saveEncodedActionGroup;$/;"	m	class:MainWindow
saveSettings	src/mainwindow.cpp	/^void MainWindow::saveSettings() {$/;"	f	class:MainWindow
saveSettings	src/uiguisettings.cpp	/^bool UiGuiSettings::saveSettings() {$/;"	f	class:UiGuiSettings
saveSourceFile	src/mainwindow.cpp	/^bool MainWindow::saveSourceFile() {$/;"	f	class:MainWindow
save_alignment_columns	indenters/PerlTidyLib.pm	/^sub save_alignment_columns {$/;"	s
save_column	indenters/PerlTidyLib.pm	/^    sub save_column    { $_[0]->[SAVED_COLUMN] = $_[0]->[COLUMN] }$/;"	s
save_current_token	indenters/PerlTidyLib.pm	/^        sub save_current_token {$/;"	s
save_opening_indentation	indenters/PerlTidyLib.pm	/^    sub save_opening_indentation {$/;"	s
save_tokenizer_state	indenters/PerlTidyLib.pm	/^    sub save_tokenizer_state {$/;"	s
saveasIndentCfgFileDialog	src/mainwindow.cpp	/^void MainWindow::saveasIndentCfgFileDialog() {$/;"	f	class:MainWindow
saveasSourceFileDialog	src/mainwindow.cpp	/^bool MainWindow::saveasSourceFileDialog(QAction *chosenEncodingAction) {$/;"	f	class:MainWindow
savedSourceContent	src/mainwindow.h	/^    QString savedSourceContent;$/;"	m	class:MainWindow
saw	indenters/PerlTidyLib.pm	/^saw: '$dump_options_type' $/;"	l
scan_bare_identifier	indenters/PerlTidyLib.pm	/^    sub scan_bare_identifier {$/;"	s
scan_bare_identifier_do	indenters/PerlTidyLib.pm	/^sub scan_bare_identifier_do {$/;"	s
scan_id	indenters/PerlTidyLib.pm	/^    sub scan_id {$/;"	s
scan_id_do	indenters/PerlTidyLib.pm	/^sub scan_id_do {$/;"	s
scan_identifier	indenters/PerlTidyLib.pm	/^    sub scan_identifier {$/;"	s
scan_identifier_do	indenters/PerlTidyLib.pm	/^sub scan_identifier_do {$/;"	s
scan_list	indenters/PerlTidyLib.pm	/^    sub scan_list {$/;"	s
scan_number	indenters/PerlTidyLib.pm	/^    sub scan_number {$/;"	s
scan_number_do	indenters/PerlTidyLib.pm	/^sub scan_number_do {$/;"	s
scan_replacement_text	indenters/PerlTidyLib.pm	/^    sub scan_replacement_text {$/;"	s
scene	src/AboutDialogGraphicsView.h	/^    QGraphicsScene *scene;$/;"	m	class:AboutDialogGraphicsView
scroll	src/aboutdialog.cpp	/^void AboutDialog::scroll() {$/;"	f	class:AboutDialog
scrollDirection	src/aboutdialog.h	/^    int scrollDirection;$/;"	m	class:AboutDialog
scrollPositionChanged	src/mainwindow.h	/^    bool scrollPositionChanged;$/;"	m	class:MainWindow
scrollSpeed	src/aboutdialog.h	/^    int scrollSpeed;$/;"	m	class:AboutDialog
selectIndenter	src/mainwindow.cpp	/^void MainWindow::selectIndenter(int indenterID) {$/;"	f	class:MainWindow
semicolon	indenters/JsDecoder.js	/^    this.semicolon = function()$/;"	c
send_lines_to_vertical_aligner	indenters/PerlTidyLib.pm	/^sub send_lines_to_vertical_aligner {$/;"	s
setColor	src/highlighter.cpp	/^void Highlighter::setColor(const QColor &color, int style) {$/;"	f	class:Highlighter
setFont	src/highlighter.cpp	/^void Highlighter::setFont(const QFont &font, int style) {$/;"	f	class:Highlighter
setHighlighterByAction	src/highlighter.cpp	/^void Highlighter::setHighlighterByAction(QAction* highlighterAction) {$/;"	f	class:Highlighter
setIndenter	src/indenthandler.cpp	/^void IndentHandler::setIndenter(int indenterID) {$/;"	f	class:IndentHandler
setLexerByName	src/highlighter.cpp	/^void Highlighter::setLexerByName( QString lexerName ) {$/;"	f	class:Highlighter
setLexerForExtension	src/highlighter.cpp	/^int Highlighter::setLexerForExtension( QString extension ) {$/;"	f	class:Highlighter
setValueByName	src/uiguisettings.cpp	/^bool UiGuiSettings::setValueByName(QString settingName, QVariant value) {$/;"	f	class:UiGuiSettings
setWhiteSpaceVisibility	src/mainwindow.cpp	/^void MainWindow::setWhiteSpaceVisibility(bool visible) {$/;"	f	class:MainWindow
set_ARROW_COUNT	indenters/PerlTidyLib.pm	/^sub set_ARROW_COUNT {$/;"	s
set_CLOSED	indenters/PerlTidyLib.pm	/^sub set_CLOSED {$/;"	s
set_COMMA_COUNT	indenters/PerlTidyLib.pm	/^sub set_COMMA_COUNT {$/;"	s
set_HAVE_CHILD	indenters/PerlTidyLib.pm	/^sub set_HAVE_CHILD {$/;"	s
set_MARKED	indenters/PerlTidyLib.pm	/^sub set_MARKED {$/;"	s
set_RECOVERABLE_SPACES	indenters/PerlTidyLib.pm	/^sub set_RECOVERABLE_SPACES {$/;"	s
set_adjusted_indentation	indenters/PerlTidyLib.pm	/^    sub set_adjusted_indentation {$/;"	s
set_alignment	indenters/PerlTidyLib.pm	/^    sub set_alignment               { $_[0]->[RALIGNMENTS]->[ $_[1] ]  = $_[2] }$/;"	s
set_alignments	indenters/PerlTidyLib.pm	/^    sub set_alignments { my $self = shift; @{ $self->[RALIGNMENTS] } = @_; }$/;"	s
set_block_text_accumulator	indenters/PerlTidyLib.pm	/^sub set_block_text_accumulator {$/;"	s
set_bond_strengths	indenters/PerlTidyLib.pm	/^    sub set_bond_strengths {$/;"	s
set_closing_breakpoint	indenters/PerlTidyLib.pm	/^sub set_closing_breakpoint {$/;"	s
set_column	indenters/PerlTidyLib.pm	/^    sub set_column          { $_[0]->[COLUMN]          = $_[1] }$/;"	s
set_column	indenters/PerlTidyLib.pm	/^    sub set_column     { $_[0]->[RALIGNMENTS]->[ $_[1] ]->set_column( $_[2] ) }$/;"	s
set_comma_breakpoints	indenters/PerlTidyLib.pm	/^    sub set_comma_breakpoints {$/;"	s
set_comma_breakpoints_do	indenters/PerlTidyLib.pm	/^    sub set_comma_breakpoints_do {$/;"	s
set_continuation_breaks	indenters/PerlTidyLib.pm	/^sub set_continuation_breaks {$/;"	s
set_default_color	indenters/PerlTidyLib.pm	/^sub set_default_color {$/;"	s
set_default_properties	indenters/PerlTidyLib.pm	/^sub set_default_properties {$/;"	s
set_ending_line	indenters/PerlTidyLib.pm	/^    sub set_ending_line     { $_[0]->[ENDING_LINE]     = $_[1] }$/;"	s
set_fake_breakpoint	indenters/PerlTidyLib.pm	/^sub set_fake_breakpoint {$/;"	s
set_for_semicolon_breakpoints	indenters/PerlTidyLib.pm	/^    sub set_for_semicolon_breakpoints {$/;"	s
set_forced_breakpoint	indenters/PerlTidyLib.pm	/^sub set_forced_breakpoint {$/;"	s
set_indentation	indenters/PerlTidyLib.pm	/^    sub set_indentation             { $_[0]->[INDENTATION]             = $_[1] }$/;"	s
set_input_file	indenters/PerlTidyLib.pm	/^sub set_input_file {$/;"	s
set_is_hanging_side_comment	indenters/PerlTidyLib.pm	/^    sub set_is_hanging_side_comment { $_[0]->[IS_HANGING_SIDE_COMMENT] = $_[1] }$/;"	s
set_jmax	indenters/PerlTidyLib.pm	/^    sub set_jmax                    { $_[0]->[JMAX]                    = $_[1] }$/;"	s
set_jmax_original_line	indenters/PerlTidyLib.pm	/^    sub set_jmax_original_line      { $_[0]->[JMAX_ORIGINAL_LINE]      = $_[1] }$/;"	s
set_leading_space_count	indenters/PerlTidyLib.pm	/^    sub set_leading_space_count     { $_[0]->[LEADING_SPACE_COUNT]     = $_[1] }$/;"	s
set_leading_whitespace	indenters/PerlTidyLib.pm	/^sub set_leading_whitespace {$/;"	s
set_list_type	indenters/PerlTidyLib.pm	/^    sub set_list_type               { $_[0]->[LIST_TYPE]               = $_[1] }$/;"	s
set_logical_breakpoints	indenters/PerlTidyLib.pm	/^    sub set_logical_breakpoints {$/;"	s
set_logical_padding	indenters/PerlTidyLib.pm	/^sub set_logical_padding {$/;"	s
set_matching_token	indenters/PerlTidyLib.pm	/^    sub set_matching_token  { $_[0]->[MATCHING_TOKEN]  = $_[1] }$/;"	s
set_nobreaks	indenters/PerlTidyLib.pm	/^sub set_nobreaks {$/;"	s
set_non_alignment_flags	indenters/PerlTidyLib.pm	/^sub set_non_alignment_flags {$/;"	s
set_outdent_long_lines	indenters/PerlTidyLib.pm	/^    sub set_outdent_long_lines      { $_[0]->[OUTDENT_LONG_LINES]      = $_[1] }$/;"	s
set_ragged_breakpoints	indenters/PerlTidyLib.pm	/^sub set_ragged_breakpoints {$/;"	s
set_rfields	indenters/PerlTidyLib.pm	/^    sub set_rfields                 { $_[0]->[RFIELDS]                 = $_[1] }$/;"	s
set_rpatterns	indenters/PerlTidyLib.pm	/^    sub set_rpatterns               { $_[0]->[RPATTERNS]               = $_[1] }$/;"	s
set_rtokens	indenters/PerlTidyLib.pm	/^    sub set_rtokens                 { $_[0]->[RTOKENS]                 = $_[1] }$/;"	s
set_starting_column	indenters/PerlTidyLib.pm	/^    sub set_starting_column { $_[0]->[STARTING_COLUMN] = $_[1] }$/;"	s
set_starting_line	indenters/PerlTidyLib.pm	/^    sub set_starting_line   { $_[0]->[STARTING_LINE]   = $_[1] }$/;"	s
set_vertical_alignment_markers	indenters/PerlTidyLib.pm	/^    sub set_vertical_alignment_markers {$/;"	s
set_vertical_tightness_flags	indenters/PerlTidyLib.pm	/^sub set_vertical_tightness_flags {$/;"	s
set_white_space_flag	indenters/PerlTidyLib.pm	/^sub set_white_space_flag {$/;"	s
settings	src/highlighter.h	/^	QSettings *settings;$/;"	m	class:Highlighter
settings	src/mainwindow.h	/^	UiGuiSettings *settings;$/;"	m	class:MainWindow
settings	src/uiguisettings.h	/^	QMap<QString, QVariant> settings;$/;"	m	class:UiGuiSettings
settings	src/uiguisettingsdialog.h	/^    UiGuiSettings* settings;$/;"	m	class:UiGuiSettingsDialog
settings	src/updatecheckdialog.h	/^    UiGuiSettings *settings;$/;"	m	class:UpdateCheckDialog
settingsDialog	src/mainwindow.h	/^	UiGuiSettingsDialog *settingsDialog;$/;"	m	class:MainWindow
settingsDirctoryStr	src/indenthandler.h	/^    QString settingsDirctoryStr;$/;"	m	class:IndentHandler
settingsDirctoryStr	src/mainwindow.h	/^    QString settingsDirctoryStr;$/;"	m	class:MainWindow
show	src/AboutDialogGraphicsView.cpp	/^/;"	f	class:AboutDialogGraphicsView
show	src/aboutdialog.cpp	/^void AboutDialog::show() {$/;"	f	class:AboutDialog
showAboutDialog	src/AboutDialogGraphicsView.cpp	/^/;"	f	class:AboutDialogGraphicsView
showAgainCheckBox	src/uiguierrormessage.h	/^    QCheckBox *showAgainCheckBox;$/;"	m	class:UiGuiErrorMessage
showCheckingForUpdateDialog	src/updatecheckdialog.cpp	/^void UpdateCheckDialog::showCheckingForUpdateDialog() {$/;"	f	class:UpdateCheckDialog
showDialog	src/uiguisettingsdialog.cpp	/^int UiGuiSettingsDialog::showDialog() {$/;"	f	class:UiGuiSettingsDialog
showIndenterManual	src/mainwindow.cpp	/^void MainWindow::showIndenterManual() {$/;"	f	class:MainWindow
showMessage	src/uiguierrormessage.cpp	/^void UiGuiErrorMessage::showMessage( const QString &message ) {$/;"	f	class:UiGuiErrorMessage
showMessage	src/uiguierrormessage.cpp	/^void UiGuiErrorMessage::showMessage( const QString &title, const QString &message ) {$/;"	f	class:UiGuiErrorMessage
showNewVersionAvailableDialog	src/updatecheckdialog.cpp	/^void UpdateCheckDialog::showNewVersionAvailableDialog(QString newVersion) {$/;"	f	class:UpdateCheckDialog
showNoNewVersionAvailableDialog	src/updatecheckdialog.cpp	/^void UpdateCheckDialog::showNoNewVersionAvailableDialog() {$/;"	f	class:UpdateCheckDialog
show_tokens	indenters/PerlTidyLib.pm	/^sub show_tokens {$/;"	s
show_version	indenters/PerlTidyLib.pm	/^sub show_version {$/;"	s
slash	indenters/JsDecoder.js	/^    this.slash = function()$/;"	f
sourceCodeChanged	src/mainwindow.h	/^    bool sourceCodeChanged;$/;"	m	class:MainWindow
sourceCodeChangedHelperSlot	src/mainwindow.cpp	/^void MainWindow::sourceCodeChangedHelperSlot() {$/;"	f	class:MainWindow
sourceCodeChangedSlot	src/mainwindow.cpp	/^void MainWindow::sourceCodeChangedSlot() {$/;"	f	class:MainWindow
sourceFileContent	src/mainwindow.h	/^    QString sourceFileContent;$/;"	m	class:MainWindow
sourceFormattedContent	src/mainwindow.h	/^    QString sourceFormattedContent;$/;"	m	class:MainWindow
sourceViewContent	src/mainwindow.h	/^    QString sourceViewContent;$/;"	m	class:MainWindow
space	indenters/JsDecoder.js	/^    this.space = function() {$/;"	f
spinBox	src/indenthandler.h	/^        QSpinBox *spinBox;$/;"	m	struct:IndentHandler::ParamNumeric
spinBoxes	src/uiguisettingsdialog.h	/^    QList<QSpinBox*> spinBoxes;$/;"	m	class:UiGuiSettingsDialog
split_words	indenters/PerlTidyLib.pm	/^sub split_words {$/;"	s
squareBracketOff	indenters/JsDecoder.js	/^    this.squareBracketOff = function() {$/;"	c
squareBracketOn	indenters/JsDecoder.js	/^    this.squareBracketOn = function() {$/;"	c
starting_field_width	indenters/PerlTidyLib.pm	/^    sub starting_field_width {$/;"	s
starting_one_line_block	indenters/PerlTidyLib.pm	/^sub starting_one_line_block {$/;"	s
store_token_to_go	indenters/PerlTidyLib.pm	/^    sub store_token_to_go {$/;"	s
streamhandle	indenters/PerlTidyLib.pm	/^sub streamhandle {$/;"	s
strip_comment	indenters/PerlTidyLib.pm	/^sub strip_comment {$/;"	s
study_list_complexity	indenters/PerlTidyLib.pm	/^sub study_list_complexity {$/;"	s
symbol1	indenters/JsDecoder.js	/^    this.symbol1 = function(c) {$/;"	c
symbol2	indenters/JsDecoder.js	/^    this.symbol2 = function(c) {$/;"	f
table_columns_available	indenters/PerlTidyLib.pm	/^sub table_columns_available {$/;"	s
tee_off	indenters/PerlTidyLib.pm	/^sub tee_off {$/;"	s
tee_on	indenters/PerlTidyLib.pm	/^sub tee_on {$/;"	s
tempDirctoryStr	src/indenthandler.h	/^    QString tempDirctoryStr;$/;"	m	class:IndentHandler
tempDirctoryStr	src/mainwindow.h	/^    QString tempDirctoryStr;$/;"	m	class:MainWindow
tentatively_decrease_AVAILABLE_SPACES	indenters/PerlTidyLib.pm	/^sub tentatively_decrease_AVAILABLE_SPACES {$/;"	s
terminal_type	indenters/PerlTidyLib.pm	/^sub terminal_type {$/;"	s
textBrowserSavedContent	src/aboutdialog.h	/^    QString textBrowserSavedContent;$/;"	m	class:AboutDialog
textEditLastScrollPos	src/mainwindow.h	/^    int textEditLastScrollPos;$/;"	m	class:MainWindow
textEditVScrollBar	src/mainwindow.h	/^    QScrollBar *textEditVScrollBar;$/;"	m	class:MainWindow
timeLine	src/AboutDialogGraphicsView.h	/^    QTimeLine *timeLine;$/;"	m	class:AboutDialogGraphicsView
timer	src/aboutdialog.h	/^    QTimer *timer;$/;"	m	class:AboutDialog
token	indenters/PerlTidyLib.pm	/^         token: 0=never  1=no break if next line balanced   2=no break$/;"	l
token_sequence_length	indenters/PerlTidyLib.pm	/^sub token_sequence_length {$/;"	s
tokenize_this_line	indenters/PerlTidyLib.pm	/^    sub tokenize_this_line {$/;"	s
toolBarWidget	src/mainwindow.h	/^    Ui::toolBarWidget *toolBarWidget;$/;"	m	class:MainWindow
toolBox	src/indenthandler.h	/^    QToolBox *toolBox;$/;"	m	class:IndentHandler
toolBoxPages	src/indenthandler.h	/^    QVector<ToolBoxPage> toolBoxPages;$/;"	m	class:IndentHandler
total_line_length	indenters/PerlTidyLib.pm	/^sub total_line_length {$/;"	s
tr	indenters/PerlTidyLib.pm	/^      tr$/;"	s
trim	indenters/PerlTidyLib.pm	/^sub trim {$/;"	s
trueString	src/indenthandler.h	/^        QString trueString;$/;"	m	struct:IndentHandler::ParamBoolean
turnHighlightOff	src/highlighter.cpp	/^void Highlighter::turnHighlightOff() {$/;"	f	class:Highlighter
turnHighlightOn	src/highlighter.cpp	/^void Highlighter::turnHighlightOn() {$/;"	f	class:Highlighter
turnHighlightOnOff	src/mainwindow.cpp	/^void MainWindow::turnHighlightOnOff(bool turnOn) {$/;"	f	class:MainWindow
txtedSourceCode	src/mainwindow.h	/^	QsciScintilla *txtedSourceCode;$/;"	m	class:MainWindow
uiGuiTranslator	src/mainwindow.h	/^    QTranslator *uiGuiTranslator;$/;"	m	class:MainWindow
unblock_log_output	indenters/PerlTidyLib.pm	/^sub unblock_log_output {$/;"	s
undo_forced_breakpoint_stack	indenters/PerlTidyLib.pm	/^sub undo_forced_breakpoint_stack {$/;"	s
undo_lp_ci	indenters/PerlTidyLib.pm	/^sub undo_lp_ci {$/;"	s
unexpected	indenters/PerlTidyLib.pm	/^sub unexpected {$/;"	s
unknown	indenters/JsDecoder.js	/^    this.unknown = function(c) {$/;"	c
unstore_token_to_go	indenters/PerlTidyLib.pm	/^sub unstore_token_to_go {$/;"	s
updateAllDependend	src/uiguisettings.cpp	/^void UiGuiSettings::updateAllDependend() {$/;"	f	class:UiGuiSettings
updateCheckDialog	src/mainwindow.h	/^    UpdateCheckDialog *updateCheckDialog;$/;"	m	class:MainWindow
updateCheckProgressCounter	src/updatecheckdialog.h	/^    int updateCheckProgressCounter;$/;"	m	class:UpdateCheckDialog
updateCheckProgressTimer	src/updatecheckdialog.h	/^    QTimer *updateCheckProgressTimer;$/;"	m	class:UpdateCheckDialog
updateRecentlyOpenedList	src/mainwindow.cpp	/^void MainWindow::updateRecentlyOpenedList() {$/;"	f	class:MainWindow
updateSourceView	src/mainwindow.cpp	/^void MainWindow::updateSourceView()$/;"	f	class:MainWindow
updateStep	src/AboutDialogGraphicsView.cpp	/^/;"	f	class:AboutDialogGraphicsView
updateUpdateCheckProgressBar	src/updatecheckdialog.cpp	/^void UpdateCheckDialog::updateUpdateCheckProgressBar() {$/;"	f	class:UpdateCheckDialog
updateWindowTitle	src/mainwindow.cpp	/^void MainWindow::updateWindowTitle() {$/;"	f	class:MainWindow
usage	indenters/PerlTidyLib.pm	/^sub usage {$/;"	s
useCfgFileParameter	src/indenthandler.h	/^    QString useCfgFileParameter;$/;"	m	class:IndentHandler
v	indenters/example.cpp	/^void v(( int i )) {$/;"	f	namespace:x
valueEnabledChkBox	src/indenthandler.h	/^        QCheckBox *valueEnabledChkBox;$/;"	m	struct:IndentHandler::ParamMultiple
valueEnabledChkBox	src/indenthandler.h	/^        QCheckBox *valueEnabledChkBox;$/;"	m	struct:IndentHandler::ParamNumeric
valueEnabledChkBox	src/indenthandler.h	/^        QCheckBox *valueEnabledChkBox;$/;"	m	struct:IndentHandler::ParamString
vboxLayout	src/indenthandler.h	/^        QVBoxLayout *vboxLayout;$/;"	m	struct:IndentHandler::ToolBoxPage
vboxLayout	src/indenthandler.h	/^    QVBoxLayout *vboxLayout;$/;"	m	class:IndentHandler
version	src/aboutdialog.h	/^    QString version;$/;"	m	class:AboutDialog
version	src/mainwindow.h	/^    QString version;$/;"	m	class:MainWindow
want_blank_line	indenters/PerlTidyLib.pm	/^sub want_blank_line {$/;"	s
warning	indenters/PerlTidyLib.pm	/^sub warning {$/;"	s
we_are_at_the_last_line	indenters/PerlTidyLib.pm	/^sub we_are_at_the_last_line {$/;"	s
white	indenters/PerlTidyLib.pm	/^    use constant white         => "#FFFFFF";$/;"	c
windowBorderWidth	src/AboutDialogGraphicsView.h	/^    int windowBorderWidth;$/;"	m	class:AboutDialogGraphicsView
windowTitleBarWidth	src/AboutDialogGraphicsView.h	/^    int windowTitleBarWidth;$/;"	m	class:AboutDialogGraphicsView
windows	indenters/php_beautifier.html	/^  <span><a name="windows"><\/a><h2 class="title">Running the command-line in MS Windows<\/h2><p>First, put the path where resides the php_beautifier.bat executable on PATH, and type on a console window :<\/p>$/;"	a
write	indenters/JsDecoder.js	/^    this.write = function(s) {$/;"	f
writeConfigFile	src/indenthandler.cpp	/^void IndentHandler::writeConfigFile(QString filePathName, QString paramString) {$/;"	f	class:IndentHandler
writeCurrentSettings	src/highlighter.cpp	/^void Highlighter::writeCurrentSettings( const char *prefix )$/;"	f	class:Highlighter
writeLine	indenters/JsDecoder.js	/^    this.writeLine = function() {$/;"	c
writeParameterWidgetValues2IniSettings	src/indenthandler.cpp	/^void IndentHandler::writeParameterWidgetValues2IniSettings() {$/;"	f	class:IndentHandler
writeTab	indenters/JsDecoder.js	/^    this.writeTab = function() {$/;"	c
writeWidgetValuesToSettings	src/uiguisettingsdialog.cpp	/^void UiGuiSettingsDialog::writeWidgetValuesToSettings() {$/;"	f	class:UiGuiSettingsDialog
write_blank_code_line	indenters/PerlTidyLib.pm	/^sub write_blank_code_line {$/;"	s
write_code_line	indenters/PerlTidyLib.pm	/^sub write_code_line {$/;"	s
write_column_headings	indenters/PerlTidyLib.pm	/^sub write_column_headings {$/;"	s
write_debug_entry	indenters/PerlTidyLib.pm	/^sub write_debug_entry {$/;"	s
write_diagnostics	indenters/PerlTidyLib.pm	/^sub write_diagnostics {$/;"	s
write_error_indicator_pair	indenters/PerlTidyLib.pm	/^sub write_error_indicator_pair {$/;"	s
write_frame_html	indenters/PerlTidyLib.pm	/^sub write_frame_html {$/;"	s
write_leader_and_string	indenters/PerlTidyLib.pm	/^sub write_leader_and_string {$/;"	s
write_line	indenters/PerlTidyLib.pm	/^sub write_line {$/;"	s
write_logfile_entry	indenters/PerlTidyLib.pm	/^sub write_logfile_entry {$/;"	s
write_logfile_header	indenters/PerlTidyLib.pm	/^sub write_logfile_header {$/;"	s
write_on_underline	indenters/PerlTidyLib.pm	/^sub write_on_underline {$/;"	s
write_style_sheet_data	indenters/PerlTidyLib.pm	/^sub write_style_sheet_data {$/;"	s
write_style_sheet_file	indenters/PerlTidyLib.pm	/^sub write_style_sheet_file {$/;"	s
write_toc_html	indenters/PerlTidyLib.pm	/^sub write_toc_html {$/;"	s
write_unindented_line	indenters/PerlTidyLib.pm	/^sub write_unindented_line {$/;"	s
write_vertically_aligned_line	indenters/PerlTidyLib.pm	/^sub write_vertically_aligned_line {$/;"	s
x	indenters/example.cpp	/^namespace x$/;"	n	file:
x	indenters/example.cpp	/^static typedef enum x$/;"	g	file:
x	indenters/example.cpp	/^template <T> class x$/;"	c	file:
x	indenters/example.cpp	/^typedef interface static short int x;$/;"	v	file:
x	indenters/example.cpp	/^x,$/;"	e	enum:x	file:
x	indenters/example.cpp	330;"	d	file:
x	indenters/example.cpp	334;"	d	file:
x	indenters/example.cpp	338;"	d	file:
x	indenters/example.cpp	340;"	d	file:
x	indenters/example.cpp	342;"	d	file:
y	indenters/example.cpp	/^y,$/;"	e	enum:x	file:
z	indenters/example.cpp	/^z,$/;"	e	enum:x	file:
~AboutDialogGraphicsView	src/AboutDialogGraphicsView.cpp	/^/;"	f	class:AboutDialogGraphicsView
~Example	indenters/example.cpp	/^    Example::~Example() :$/;"	f	class:Example::Example
~IndentHandler	src/indenthandler.cpp	/^IndentHandler::~IndentHandler() {$/;"	f	class:IndentHandler
~UiGuiErrorMessage	src/uiguierrormessage.cpp	/^UiGuiErrorMessage::~UiGuiErrorMessage(void) {$/;"	f	class:UiGuiErrorMessage
~UiGuiSettings	src/uiguisettings.cpp	/^UiGuiSettings::~UiGuiSettings() {$/;"	f	class:UiGuiSettings