Custom Post Type Permalinks - Version 0.9.5.1

Version Description

  • Admin Bug Fix.
Download this release

Release Info

Developer Toro_Unit
Plugin Icon 128x128 Custom Post Type Permalinks
Version 0.9.5.1
Comparing to
See all releases

Code changes from version 0.9.5 to 0.9.5.1

CPTP/Module/Admin.php CHANGED
@@ -103,8 +103,9 @@ class CPTP_Module_Admin extends CPTP_Module {
103
 
104
  public function setting_structure_callback_function( $option ) {
105
  $post_type = str_replace('_structure',"" ,$option);
106
- $slug = get_post_type_object($post_type)->rewrite['slug'];
107
- $with_front = get_post_type_object($post_type)->rewrite['with_front'];
 
108
 
109
  $value = get_option($option);
110
  if( !$value )
@@ -118,10 +119,10 @@ class CPTP_Module_Admin extends CPTP_Module {
118
 
119
  echo '<p><code>'.home_url().'/'.$slug.'</code> <input name="'.$option.'" id="'.$option.'" type="text" class="regular-text code" value="' . $value .'" /></p>';
120
  echo '<p>has_archive: <code>';
121
- echo get_post_type_object($post_type)->has_archive ? "true" : "false";
122
  echo '</code> / ';
123
  echo 'with_front: <code>';
124
- echo get_post_type_object($post_type)->with_front ? "true" : "false";
125
  echo '</code></p>';
126
 
127
  }
103
 
104
  public function setting_structure_callback_function( $option ) {
105
  $post_type = str_replace('_structure',"" ,$option);
106
+ $pt_object = get_post_type_object($post_type);
107
+ $slug = $pt_object->rewrite['slug'];
108
+ $with_front = $pt_object->rewrite['with_front'];
109
 
110
  $value = get_option($option);
111
  if( !$value )
119
 
120
  echo '<p><code>'.home_url().'/'.$slug.'</code> <input name="'.$option.'" id="'.$option.'" type="text" class="regular-text code" value="' . $value .'" /></p>';
121
  echo '<p>has_archive: <code>';
122
+ echo $pt_object->has_archive ? "true" : "false";
123
  echo '</code> / ';
124
  echo 'with_front: <code>';
125
+ echo $pt_object->rewrite['with_front'] ? "true" : "false";
126
  echo '</code></p>';
127
 
128
  }
cptp.sublime-project DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "folders":
3
- [
4
- {
5
- "follow_symlinks": true,
6
- "path": "."
7
- }
8
- ]
9
- }
 
 
 
 
 
 
 
 
 
cptp.sublime-workspace DELETED
@@ -1,2410 +0,0 @@
1
- {
2
- "auto_complete":
3
- {
4
- "selected_items":
5
- [
6
- [
7
- "CPT",
8
- "CPTP_Module_GetArchives (class)"
9
- ],
10
- [
11
- "CPTP",
12
- "CPTP_Module_Permalink (class)"
13
- ],
14
- [
15
- "border-co",
16
- "border-color"
17
- ],
18
- [
19
- "register",
20
- "register_sidebar register_sidebar All Options"
21
- ],
22
- [
23
- "ctypr",
24
- "ctype_graph"
25
- ],
26
- [
27
- "ctype",
28
- "comment_type"
29
- ],
30
- [
31
- "cpt",
32
- "ctype_print"
33
- ],
34
- [
35
- "register_po",
36
- "register_post_type Register Post Type All Options"
37
- ],
38
- [
39
- "imp",
40
- "import (rule)"
41
- ],
42
- [
43
- "cl",
44
- "class= (attribute)"
45
- ],
46
- [
47
- "blo",
48
- "bloginfo"
49
- ],
50
- [
51
- "body",
52
- "body_class"
53
- ],
54
- [
55
- "the_ti",
56
- "the_title (function)"
57
- ],
58
- [
59
- "style",
60
- "stylesheet_directory"
61
- ],
62
- [
63
- "blog",
64
- "bloginfo"
65
- ],
66
- [
67
- "loop_",
68
- "blog_option_"
69
- ],
70
- [
71
- "loo",
72
- "apache_lookup_uri"
73
- ],
74
- [
75
- "loop",
76
- "loop_start"
77
- ],
78
- [
79
- "h",
80
- "height"
81
- ],
82
- [
83
- "webkit-col",
84
- "-webkit-column-rule: (property)"
85
- ],
86
- [
87
- "we",
88
- "-webkit-animation: (property)"
89
- ],
90
- [
91
- "webkit-co",
92
- "-webkit-column-width: (property)"
93
- ],
94
- [
95
- "ap",
96
- "apiConfig (variable)"
97
- ],
98
- [
99
- "se",
100
- "searchResponse"
101
- ],
102
- [
103
- "fu",
104
- "fun function …"
105
- ],
106
- [
107
- "searh",
108
- "searchResponse"
109
- ],
110
- [
111
- "grid",
112
- "grid-contents"
113
- ],
114
- [
115
- "con",
116
- "console"
117
- ],
118
- [
119
- "de",
120
- "default"
121
- ],
122
- [
123
- "L",
124
- "Log"
125
- ],
126
- [
127
- "op",
128
- "options"
129
- ],
130
- [
131
- "get",
132
- "getData"
133
- ],
134
- [
135
- "sel",
136
- "self"
137
- ],
138
- [
139
- "in",
140
- "inline-block"
141
- ],
142
- [
143
- "fir",
144
- "first-child"
145
- ],
146
- [
147
- "Re",
148
- "reloader"
149
- ],
150
- [
151
- "delete_opti",
152
- "delete_options"
153
- ],
154
- [
155
- "PPPP_U",
156
- "PPPP_Utility"
157
- ],
158
- [
159
- "add_setting_",
160
- "add_settings_section"
161
- ],
162
- [
163
- "post",
164
- "post_type"
165
- ],
166
- [
167
- "get_post_ty",
168
- "get_post_types"
169
- ],
170
- [
171
- "posts_per",
172
- "posts_per_page_by_"
173
- ],
174
- [
175
- "add_setting",
176
- "add_settings_field"
177
- ],
178
- [
179
- "uninstall_",
180
- "uninstall_hook"
181
- ],
182
- [
183
- "for",
184
- "foreach foreach …"
185
- ],
186
- [
187
- "is_post_t",
188
- "is_post_type_archive"
189
- ],
190
- [
191
- "wp",
192
- "wp_rewrite"
193
- ],
194
- [
195
- "memo",
196
- "Memos"
197
- ],
198
- [
199
- "set",
200
- "setMemory"
201
- ],
202
- [
203
- "preg",
204
- "preg_match"
205
- ],
206
- [
207
- "hi",
208
- "hidden"
209
- ],
210
- [
211
- "font-s",
212
- "font-style"
213
- ],
214
- [
215
- "argin",
216
- "margin-right"
217
- ],
218
- [
219
- "margin",
220
- "margin-left"
221
- ],
222
- [
223
- "pa",
224
- "padding"
225
- ],
226
- [
227
- "po",
228
- "pos-a position: absolute;"
229
- ],
230
- [
231
- "ta",
232
- "ta-c text-align: center;"
233
- ],
234
- [
235
- "re",
236
- "relative"
237
- ],
238
- [
239
- "wid",
240
- "width"
241
- ],
242
- [
243
- "b",
244
- "block"
245
- ],
246
- [
247
- "wi",
248
- "width"
249
- ],
250
- [
251
- "mar",
252
- "margin"
253
- ],
254
- [
255
- "fo",
256
- "font-size"
257
- ],
258
- [
259
- "font",
260
- "font-family"
261
- ],
262
- [
263
- "wp_get_attache",
264
- "wp_get_attachment_image_src"
265
- ],
266
- [
267
- "err",
268
- "error_reporting"
269
- ],
270
- [
271
- "wp_get",
272
- "wp_get_attachment_image"
273
- ],
274
- [
275
- "pos",
276
- "position"
277
- ],
278
- [
279
- "r",
280
- "relative"
281
- ],
282
- [
283
- "tex",
284
- "text-indent"
285
- ],
286
- [
287
- "di",
288
- "display"
289
- ],
290
- [
291
- "a",
292
- "attachments"
293
- ],
294
- [
295
- "wp_get_att",
296
- "wp_get_attachment_link"
297
- ],
298
- [
299
- "html",
300
- "htmlspecialchars"
301
- ],
302
- [
303
- "is_a",
304
- "is_array"
305
- ],
306
- [
307
- "print",
308
- "print_r"
309
- ],
310
- [
311
- "pri",
312
- "print_r"
313
- ],
314
- [
315
- "par",
316
- "parse"
317
- ],
318
- [
319
- "he",
320
- "hash (variable)"
321
- ],
322
- [
323
- "mb",
324
- "margin-bottom"
325
- ],
326
- [
327
- "wp_reset",
328
- "wp_reset_postdata"
329
- ],
330
- [
331
- "bord",
332
- "border-left"
333
- ],
334
- [
335
- "swi",
336
- "switch_to_blog"
337
- ],
338
- [
339
- "class",
340
- "classes"
341
- ],
342
- [
343
- "fun",
344
- "function"
345
- ],
346
- [
347
- "arr",
348
- "array"
349
- ],
350
- [
351
- "add_f",
352
- "add_filter"
353
- ],
354
- [
355
- "add_fi",
356
- "add_filter"
357
- ],
358
- [
359
- "get_cate",
360
- "get_category_link"
361
- ],
362
- [
363
- "root",
364
- "rootId"
365
- ]
366
- ]
367
- },
368
- "buffers":
369
- [
370
- {
371
- "file": "custom-post-type-permalinks.php",
372
- "settings":
373
- {
374
- "buffer_size": 516,
375
- "line_ending": "Unix"
376
- }
377
- },
378
- {
379
- "file": "/Users/torounit/Desktop/jetpack/jetpack.php",
380
- "settings":
381
- {
382
- "buffer_size": 4242,
383
- "line_ending": "Unix"
384
- }
385
- },
386
- {
387
- "file": "CPTP/Module/Admin.php",
388
- "settings":
389
- {
390
- "buffer_size": 5297,
391
- "line_ending": "Unix"
392
- }
393
- },
394
- {
395
- "file": "language/cptp-ru_RU.po",
396
- "settings":
397
- {
398
- "buffer_size": 3204,
399
- "line_ending": "Unix"
400
- }
401
- },
402
- {
403
- "file": "language/cptp-ja.po",
404
- "settings":
405
- {
406
- "buffer_size": 2549,
407
- "line_ending": "Unix"
408
- }
409
- },
410
- {
411
- "file": "CPTP.php",
412
- "settings":
413
- {
414
- "buffer_size": 1091,
415
- "line_ending": "Unix"
416
- }
417
- },
418
- {
419
- "file": "CPTP/Util.php",
420
- "settings":
421
- {
422
- "buffer_size": 1494,
423
- "line_ending": "Unix"
424
- }
425
- },
426
- {
427
- "file": "CPTP/Module/Permalink.php",
428
- "settings":
429
- {
430
- "buffer_size": 6301,
431
- "line_ending": "Unix"
432
- }
433
- },
434
- {
435
- "file": "/Users/torounit/GitHub/cptp-test-vagrant/Vagrantfile",
436
- "settings":
437
- {
438
- "buffer_size": 4312,
439
- "line_ending": "Unix"
440
- }
441
- }
442
- ],
443
- "build_system": "",
444
- "command_palette":
445
- {
446
- "height": 210.0,
447
- "selected_items":
448
- [
449
- [
450
- "ruby",
451
- "Set Syntax: Ruby"
452
- ],
453
- [
454
- "tab",
455
- "Indentation: Convert to Tabs"
456
- ],
457
- [
458
- "coffeesc",
459
- "Set Syntax: CoffeeScript (Literate)"
460
- ],
461
- [
462
- "htm",
463
- "Set Syntax: HTML"
464
- ],
465
- [
466
- "html",
467
- "Set Syntax: HTML"
468
- ],
469
- [
470
- "less",
471
- "Set Syntax: LESS"
472
- ],
473
- [
474
- "install",
475
- "Package Control: Install Package"
476
- ],
477
- [
478
- "nrw",
479
- "File: New File Relative to Current View"
480
- ],
481
- [
482
- "addo",
483
- "Project: Add Folder"
484
- ],
485
- [
486
- "indenti",
487
- "Indentation: Convert to Spaces"
488
- ],
489
- [
490
- "rename",
491
- "File: Rename"
492
- ],
493
- [
494
- "list",
495
- "Package Control: List Packages"
496
- ],
497
- [
498
- "remove",
499
- "Package Control: Remove Package"
500
- ],
501
- [
502
- "tidy",
503
- "Tidy HTML"
504
- ],
505
- [
506
- "shell",
507
- "Set Syntax: Shell Script (Bash)"
508
- ],
509
- [
510
- "inden",
511
- "Indentation: Convert to Tabs"
512
- ],
513
- [
514
- "new ",
515
- "File: New File Relative to Current View"
516
- ],
517
- [
518
- "new",
519
- "File: New View into File"
520
- ],
521
- [
522
- "folder",
523
- "Project: Add Folder"
524
- ],
525
- [
526
- "dele",
527
- "File: Delete"
528
- ],
529
- [
530
- "file",
531
- "File: New File Relative to Current View"
532
- ],
533
- [
534
- "move",
535
- "File: Move"
536
- ],
537
- [
538
- "indens",
539
- "Indentation: Convert to Spaces"
540
- ],
541
- [
542
- "close",
543
- "File: Close All"
544
- ],
545
- [
546
- "direc",
547
- "Snippet: directory()"
548
- ],
549
- [
550
- "css",
551
- "Set Syntax: CSS"
552
- ],
553
- [
554
- "coffee",
555
- "Coffee: Toggle Watch Mode"
556
- ],
557
- [
558
- "toggle",
559
- "Coffee: Toggle Watch Mode"
560
- ],
561
- [
562
- "toggle w",
563
- "Coffee: Toggle Watch Mode"
564
- ],
565
- [
566
- "di",
567
- "Coffee: Display JavaScript"
568
- ],
569
- [
570
- "dis",
571
- "Coffee: Display JavaScript"
572
- ],
573
- [
574
- "coffe",
575
- "Coffee: Display JavaScript"
576
- ],
577
- [
578
- "co",
579
- "Coffee: Display JavaScript"
580
- ],
581
- [
582
- "c",
583
- "Package Control: Add Repository"
584
- ],
585
- [
586
- "tid",
587
- "Tidy PHP"
588
- ],
589
- [
590
- "json",
591
- "Set Syntax: JSON"
592
- ],
593
- [
594
- "php",
595
- "Set Syntax: PHP"
596
- ],
597
- [
598
- "",
599
- "About"
600
- ],
601
- [
602
- "insta",
603
- "Package Control: Install Package"
604
- ],
605
- [
606
- "scss",
607
- "Set Syntax: SCSS"
608
- ],
609
- [
610
- "install ",
611
- "Package Control: Install Package"
612
- ],
613
- [
614
- "pack",
615
- "Package Control: Install Package"
616
- ]
617
- ],
618
- "width": 593.0
619
- },
620
- "console":
621
- {
622
- "height": 125.0,
623
- "history":
624
- [
625
- "import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())"
626
- ]
627
- },
628
- "distraction_free":
629
- {
630
- "menu_visible": true,
631
- "show_minimap": false,
632
- "show_open_files": false,
633
- "show_tabs": false,
634
- "side_bar_visible": false,
635
- "status_bar_visible": false
636
- },
637
- "file_history":
638
- [
639
- "/Users/torounit/GitHub/custom-post-type-permalinks/readme.txt",
640
- "/Users/torounit/Desktop/jetpack/class.jetpack.php",
641
- "/Users/torounit/GitHub/custom-post-type-permalinks/CPTP/Loader.php",
642
- "/Users/torounit/GitHub/custom-post-type-permalinks/custom-post-type-permalinks.php",
643
- "/Users/torounit/Sites/gridbook/sass/style.scss",
644
- "/Users/torounit/Sites/gridbook/coffee/column.coffee",
645
- "/Users/torounit/Dropbox/dev/lifegame.coffee",
646
- "/Users/torounit/Sites/gridbook/css/sass/style.css",
647
- "/Users/torounit/Sites/gridbook/config.rb",
648
- "/Users/torounit/Sites/gridbook/coffee/column.js",
649
- "/Users/torounit/Sites/gridbook/css/style.css",
650
- "/Users/torounit/Desktop/profoundgrid-master/css/examples/fixed.css",
651
- "/Users/torounit/Sites/gridbook/sass/examples/responsive.scss",
652
- "/Users/torounit/Desktop/profoundgrid-master/sass/examples/fixed.scss",
653
- "/Users/torounit/Desktop/profoundgrid-master/css/examples/responsive.css",
654
- "/Users/torounit/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings",
655
- "/Users/torounit/Sites/less/less/_normalize.less",
656
- "/Users/torounit/Sites/less/sass/sass.scss",
657
- "/Users/torounit/Library/Application Support/Sublime Text 3/Packages/Default/Preferences.sublime-settings",
658
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/.bash_profile",
659
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/.gitconfig",
660
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/www/.htaccess",
661
- "/Users/torounit/Sites/bunko/Vagrantfile",
662
- "/Users/torounit/Sites/www/bunko/index.html",
663
- "/Users/torounit/Sites/bunko/www/wordpress/wp-content/themes/bunko/sass/_mixin.scss",
664
- "/Users/torounit/Sites/www/bunko/style.css",
665
- "/Users/torounit/Sites/bunko/www/wordpress/wp-content/themes/bunko/index.php",
666
- "/Users/torounit/Sites/bunko/www/wordpress/wp-content/themes/bunko/stylesheets/style.css",
667
- "/Users/torounit/Sites/bunko/www/wordpress/wp-content/themes/bunko/stylesheets/normalize.css",
668
- "/Users/torounit/Sites/bunko/www/wordpress/wp-content/themes/bunko/style.css",
669
- "/Users/torounit/Downloads/agunino_kami.txt",
670
- "/Users/torounit/Sites/neko/config.php",
671
- "/Users/torounit/Sites/neko/.gitignore",
672
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/www/wp-content/themes/twentythirteen/functions.php",
673
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/www/wp-content/themes/twentythirteen/css/editor-style.css",
674
- "/Users/torounit/Downloads/wordpress 2/wp-includes/theme.php",
675
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/www/wp-content/themes/ToroUnit2013/functions.php",
676
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/www/wp-content/themes/ToroUnit2013/front-page.php",
677
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/www/wp-content/themes/ToroUnit2013/editor-style.css",
678
- "/Users/torounit/Downloads/wordpress 2/wp-content/themes/twentythirteen/functions.php",
679
- "/Users/torounit/Sites/neko/vendor/google/google-api-php-client/src/config.php",
680
- "/Users/torounit/Sites/neko/vendor/google/google-api-php-client/src/local_config.php",
681
- "/Users/torounit/Sites/neko/vendor/google/google-api-php-client/src/Google_Client.php",
682
- "/Users/torounit/Sites/neko/vendor/google/google-api-php-client/src/cache/Google_FileCache.php",
683
- "/Users/torounit/Library/Application Support/Sublime Text 2/Packages/User/Preferences.sublime-settings",
684
- "/Users/torounit/Sites/neko/vendor/google/google-api-php-client/src/cache/Google_Cache.php",
685
- "/Users/torounit/Sites/neko/composer.json",
686
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/www/wp-content/themes/ToroUnit2012/functions.php",
687
- "/Users/torounit/Sites/neko/composer.lock",
688
- "/usr/local/etc/php/5.4/php.ini",
689
- "/Users/torounit/Sites/neko/vendor/composer/autoload_classmap.php",
690
- "/Users/torounit/Sites/neko/index.php",
691
- "/private/etc/apache2/httpd.conf",
692
- "/Users/torounit/Sites/neko/.htaccess",
693
- "/private/etc/apache2/users/torounit.conf",
694
- "/etc/apache2/httpd.conf",
695
- "/Users/torounit/Sites/www/vgrid/js/script.js",
696
- "/Users/torounit/Sites/www/vgrid/js/jQuery.vgrid.min.js",
697
- "/Users/torounit/Sites/www/vgrid/js/script.coffee",
698
- "/Users/torounit/Sites/www/vgrid/css/app.scss",
699
- "/Users/torounit/Sites/www/vgrid/index.html",
700
- "/Users/torounit/Library/Application Support/Sublime Text 2/Packages/User/Default (OSX).sublime-keymap",
701
- "/Users/torounit/Ruby/Sinatra/nekotube/config.ru",
702
- "/Users/torounit/Ruby/Sinatra/nekotube/app.rb",
703
- "/Users/torounit/Ruby/Sinatra/Todo/app.rb",
704
- "/Users/torounit/Ruby/Rails/nekotube/app/controllers/youtubes_controller.rb",
705
- "/Users/torounit/.bash_profile",
706
- "/Users/torounit/Develop/ToroUnit2013/footer.php",
707
- "/Users/torounit/Develop/ToroUnit2013/sass/_content.scss",
708
- "/Users/torounit/Develop/ToroUnit2013/sass/style.scss",
709
- "/Users/torounit/Develop/ToroUnit2013/loop.php",
710
- "/Users/torounit/Develop/ToroUnit2013/config.rb",
711
- "/Users/torounit/Develop/ToroUnit2013/single-portfolio.php",
712
- "/Users/torounit/Develop/ToroUnit2013/sass/_container.scss",
713
- "/Users/torounit/Library/Application Support/Sublime Text 2/Packages/User/SFTP.errors.log",
714
- "/Users/torounit/Develop/ToroUnit2013/css/style.css",
715
- "/Users/torounit/Develop/ToroUnit2013/codekit-config.json",
716
- "/Users/torounit/Develop/ToroUnit2013/404.php",
717
- "/Users/torounit/Develop/ToroUnit2013/header.php",
718
- "/Users/torounit/Develop/ToroUnit2013/front-page.php",
719
- "/Users/torounit/Develop/ToroUnit2013/sass/_comment.scss",
720
- "/Users/torounit/Develop/ToroUnit2013/sass/_reset.scss",
721
- "/Users/torounit/Develop/ToroUnit2013/index.php",
722
- "/Users/torounit/Develop/ToroUnit2013/sftp-config.json",
723
- "/Users/torounit/Develop/ToroUnit2013/sass/content.scss",
724
- "/Users/torounit/Develop/ToroUnit2013/sass/style.css",
725
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/www/wp-content/themes/ToroUnit2012/style.css",
726
- "/Users/torounit/Ruby/Sinatra/Hello/css/css.css",
727
- "/Users/torounit/Ruby/Sinatra/Hello/css/style.css",
728
- "/Users/torounit/Ruby/Sinatra/css/style.css",
729
- "/Users/torounit/Ruby/Sinatra/css/css/style.css",
730
- "/Users/torounit/Ruby/Sinatra/css/css/css/style.css",
731
- "/Users/torounit/Library/Application Support/Sublime Text 2/Packages/Browser Refresh/Default (OSX).sublime-keymap",
732
- "/Users/torounit/Library/Application Support/Sublime Text 2/Packages/LiveReload/LiveReload.sublime-settings",
733
- "/Users/torounit/Ruby/Sinatra/Todo",
734
- "/Users/torounit/Ruby/Sinatra/hello.rb",
735
- "/Users/torounit/Ruby/Sinatra/Gemfile",
736
- "/Users/torounit/GitHub/mogok/config.ru",
737
- "/Users/torounit/Sites/vagrantpress/wordpress/wp-content/plugins/debug.php",
738
- "/Users/torounit/GitHub/pppp/readme.txt",
739
- "/Users/torounit/Sites/vagrantpress/wordpress/wp-config.php",
740
- "/Users/torounit/ruby/Backbone-on-Rails-todoDemo/app/views/todos/create.html.erb",
741
- "/Users/torounit/.bashrc",
742
- "/Users/torounit/.zshrc",
743
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/test/wpbeta/wp-content/plugins/custom-post-type-permalinks/custom-post-type-permalinks.php",
744
- "/Users/torounit/GitHub/pppp/pppp.php",
745
- "/Users/torounit/Sites/vagrantpress/wordpress/wp-content/plugins/hello.php",
746
- "/Users/torounit/Downloads/contact-form-7/wp-contact-form-7.php",
747
- "/Users/torounit/Sites/vagrantpress/wordpress/wp-includes/atomlib.php",
748
- "/Users/torounit/Sites/vagrantpress/wordpress/wp-includes/query.php",
749
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/test/anchor/composer.json",
750
- "/private/var/folders/s4/2zp6bm8d7s9_s46_jyvrghfm0000gn/T/344eaae8-a689-4b00-9929-f0d72872fefe/web/torounit.com/test/.htaccess",
751
- "/Users/torounit/Library/Application Support/Sublime Text 2/Packages/Better CoffeeScript/CoffeeScript.sublime-settings",
752
- "/Users/torounit/Downloads/ps-taxonomy-expander/ps-taxonomy-expander.php",
753
- "/Users/torounit/Downloads/contact-form-7/settings.php",
754
- "/Users/torounit/WordPressSVN/custom-post-type-permalinks/tags/0.9.2.1/custom-post-type-permalinks.php",
755
- "/Users/torounit/.ssh/known_hosts",
756
- "/Users/torounit/Sites/vagrant-local/Vagrantfile",
757
- "/Users/torounit/Sites/vagrantpress/puppet/modules/wordpress/files/wp-config.php",
758
- "/Users/torounit/Sites/vagrantpress/puppet/modules/wordpress/manifests/init.pp",
759
- "/Users/torounit/Sites/vagrantpress/puppet/modules/wordpress/files/wordpress-db.sql",
760
- "/Users/torounit/Downloads/vagrantpress-master/puppet/modules/wordpress/files/wp-config.php",
761
- "/Users/torounit/GitHub/pppp-vagrantpress/puppet/modules/wordpress/manifests/init.pp",
762
- "/Users/torounit/Sites/vagrantpress/wordpress/wp-admin/options-reading.php",
763
- "/Users/torounit/Sites/vagrantpress/wordpress/wp-content/plugins/custom-ppp/custom-ppp.php",
764
- "/Users/torounit/Sites/vagrantpress/wordpress/wp-admin/options-writing.php",
765
- "/Users/torounit/Sites/vagrantpress/Vagrantfile",
766
- "/Users/torounit/Sites/custom-ppp/wp-config.php"
767
- ],
768
- "find":
769
- {
770
- "height": 36.0
771
- },
772
- "find_in_files":
773
- {
774
- "height": 96.0,
775
- "where_history":
776
- [
777
- "/Users/torounit/Downloads/wordpress 2",
778
- "/Users/torounit/Sites/neko",
779
- "/Users/torounit/Sites/neko/vendor/google",
780
- "/Users/torounit/Develop/ToroUnit2013/sass",
781
- "/Users/torounit/Develop/ToroUnit2013",
782
- "/Users/torounit/Develop/ToroUnit2013/sass",
783
- "/Users/torounit/Develop/ToroUnit2013",
784
- "/Users/torounit/Develop/ToroUnit2013/sass",
785
- "/Users/torounit/Downloads/wordpress",
786
- "<project>",
787
- "/Users/torounit/Downloads/wordpress",
788
- "/Users/torounit/Downloads/buddypress",
789
- "<project>",
790
- "/Users/torounit/jbn/tamura/cms",
791
- "/Users/torounit/jbn/tamura/cms/wp-content/themes/tamura",
792
- "/Users/torounit/Sites/beitbook",
793
- "<project>",
794
- "/Users/torounit/Sites/beitbook",
795
- "<project>",
796
- ""
797
- ]
798
- },
799
- "find_state":
800
- {
801
- "case_sensitive": false,
802
- "find_history":
803
- [
804
- "/CPTP_Module_",
805
- "constructor",
806
- "#{&}",
807
- "<p>",
808
- "add_editor_style",
809
- "cache",
810
- "$apiConfig",
811
- "Google_Client",
812
- "cache",
813
- "apiConfig",
814
- "defaultConfig",
815
- "config.php",
816
- "cache",
817
- "Google_FileCache",
818
- "inclu",
819
- "$Cache_Lite",
820
- "Cache_Lite",
821
- "Google_PlusService",
822
- "Google_YoutubeService",
823
- " </div>\n </div>",
824
- " <div class=\"grid-content\">",
825
- "<p><a href=\"#\">piyopiyo</a></p>",
826
- " <p><a href=\"#\">piyopiyo</a></p>",
827
- " <h3>hoge</h3>",
828
- " <p>fugafugafuga</p>",
829
- " <p>\n fugafugafuga\n </p>",
830
- " hoge",
831
- "<div class=\"grid\">",
832
- " <div>",
833
- "data",
834
- "set_youtube",
835
- "min",
836
- ".content",
837
- " class=\"content\"",
838
- "img/",
839
- "main",
840
- "content",
841
- "contentT",
842
- ".content",
843
- "/content",
844
- "neko",
845
- "cat",
846
- " '",
847
- "r",
848
- "archives",
849
- "$this->",
850
- "$this->version",
851
- "version",
852
- "default_structure",
853
- "check_version",
854
- "get_taxonomy_parents",
855
- "create_taxonomy_replace_tag",
856
- "post_type_link",
857
- "get_archives_link",
858
- "get_taxonomy_parents",
859
- "jus",
860
- "Posts per page for custom post types and taxonomies.",
861
- "Utility",
862
- "PPPP::get_taxonomies",
863
- "PPPP::get_post_types",
864
- "%s",
865
- "sh",
866
- "Custom_PPP",
867
- "posts_per_page_by_",
868
- "}\n",
869
- "get_post",
870
- "ctrack",
871
- "date",
872
- "front",
873
- "@grid",
874
- "grid",
875
- "@SIZE",
876
- "CELL",
877
- "_(",
878
- "size",
879
- "cell",
880
- "add_role",
881
- "get_role",
882
- "super_admin",
883
- "$_SERVER['REQUEST_URI']",
884
- "do_parse_request",
885
- "g/g",
886
- "</em>",
887
- "250px",
888
- "/iamges",
889
- "ハンドメニュー",
890
- "<p>ガーリー&ポップ ",
891
- "<p>フットジェル ",
892
- "コース</p>",
893
- "<br>ハンドメニュー",
894
- "<p>デイリー",
895
- "<br>ハンドメニュー",
896
- "<p>パーティー",
897
- "パーティー",
898
- "ガーリー&ポップ",
899
- "<br>ハンドメニュー",
900
- "ガーリー&ポップ ",
901
- "g/g",
902
- "$sql = \"SELECT blog_id FROM wp_blogs WHERE public = '1' AND blog_id != '1' ORDER BY registered ASC LIMIT %d, %d;\";",
903
- "registered DESC",
904
- "last_updated",
905
- "php",
906
- "../",
907
- "images/",
908
- ",",
909
- "00",
910
- "………………",
911
- "…",
912
- "ul><li>",
913
- "\n・",
914
- "・",
915
- "</span></a></li>",
916
- "<li><a href=\"\"><span>",
917
- "<a href=\"\"></a></li>",
918
- "    ",
919
- "@media -sass-debug-info{filename{font-family:file\\:\\/\\/\\/Users\\/sakatadaisuke\\/git\\/tamura\\/cms\\/wp-content\\/themes\\/tamura\\/sass\\/_access\\.sass}line{font-family:",
920
- "@media -sass-debug-info{filename{font-family:file\\:\\/\\/\\/Users\\/sakatadaisuke\\/git\\/tamura\\/cms\\/wp-content\\/themes\\/tamura\\/sass\\/_spirit\\.sass}line{font-family:",
921
- "the_ca",
922
- "get_archive_template",
923
- "get_archive_template()",
924
- "\\\"",
925
- ")\n",
926
- "add_filter",
927
- "function add_action",
928
- "add_action",
929
- "_publish_post_hook",
930
- "'publish_post'",
931
- "do_action('publish_post"
932
- ],
933
- "highlight": true,
934
- "in_selection": false,
935
- "preserve_case": false,
936
- "regex": false,
937
- "replace_history":
938
- [
939
- " class=\"contentBox\"",
940
- "../img/",
941
- "beitbook.biz"
942
- ],
943
- "reverse": false,
944
- "show_context": true,
945
- "use_buffer2": true,
946
- "whole_word": false,
947
- "wrap": true
948
- },
949
- "groups":
950
- [
951
- {
952
- "selected": 7,
953
- "sheets":
954
- [
955
- {
956
- "buffer": 0,
957
- "file": "custom-post-type-permalinks.php",
958
- "semi_transient": false,
959
- "settings":
960
- {
961
- "buffer_size": 516,
962
- "regions":
963
- {
964
- },
965
- "selection":
966
- [
967
- [
968
- 454,
969
- 454
970
- ]
971
- ],
972
- "settings":
973
- {
974
- "BracketHighlighterBusy": false,
975
- "bh_regions":
976
- [
977
- "bh_angle",
978
- "bh_angle_center",
979
- "bh_angle_open",
980
- "bh_angle_close",
981
- "bh_curly",
982
- "bh_curly_center",
983
- "bh_curly_open",
984
- "bh_curly_close",
985
- "bh_regex",
986
- "bh_regex_center",
987
- "bh_regex_open",
988
- "bh_regex_close",
989
- "bh_round",
990
- "bh_round_center",
991
- "bh_round_open",
992
- "bh_round_close",
993
- "bh_unmatched",
994
- "bh_unmatched_center",
995
- "bh_unmatched_open",
996
- "bh_unmatched_close",
997
- "bh_single_quote",
998
- "bh_single_quote_center",
999
- "bh_single_quote_open",
1000
- "bh_single_quote_close",
1001
- "bh_square",
1002
- "bh_square_center",
1003
- "bh_square_open",
1004
- "bh_square_close",
1005
- "bh_default",
1006
- "bh_default_center",
1007
- "bh_default_open",
1008
- "bh_default_close",
1009
- "bh_double_quote",
1010
- "bh_double_quote_center",
1011
- "bh_double_quote_open",
1012
- "bh_double_quote_close",
1013
- "bh_tag",
1014
- "bh_tag_center",
1015
- "bh_tag_open",
1016
- "bh_tag_close"
1017
- ],
1018
- "codeintel": true,
1019
- "codeintel_config":
1020
- {
1021
- "JavaScript":
1022
- {
1023
- "codeintel_max_recursive_dir_depth": 2,
1024
- "codeintel_scan_files_in_project": false,
1025
- "javascriptExtraPaths":
1026
- [
1027
- ]
1028
- },
1029
- "PHP":
1030
- {
1031
- "codeintel_max_recursive_dir_depth": 5,
1032
- "codeintel_scan_files_in_project": false,
1033
- "phpExtraPaths":
1034
- [
1035
- ]
1036
- },
1037
- "Python":
1038
- {
1039
- "env":
1040
- {
1041
- }
1042
- }
1043
- },
1044
- "codeintel_enabled_languages":
1045
- [
1046
- "JavaScript",
1047
- "Mason",
1048
- "XBL",
1049
- "XUL",
1050
- "RHTML",
1051
- "SCSS",
1052
- "Python",
1053
- "HTML",
1054
- "Ruby",
1055
- "Python3",
1056
- "XML",
1057
- "Sass",
1058
- "XSLT",
1059
- "Django",
1060
- "HTML5",
1061
- "Perl",
1062
- "CSS",
1063
- "Twig",
1064
- "Less",
1065
- "Smarty",
1066
- "Node.js",
1067
- "Tcl",
1068
- "TemplateToolkit",
1069
- "PHP"
1070
- ],
1071
- "codeintel_live": true,
1072
- "codeintel_live_enabled_languages":
1073
- [
1074
- "JavaScript",
1075
- "Mason",
1076
- "XBL",
1077
- "XUL",
1078
- "RHTML",
1079
- "SCSS",
1080
- "Python",
1081
- "HTML",
1082
- "Ruby",
1083
- "Python3",
1084
- "XML",
1085
- "Sass",
1086
- "XSLT",
1087
- "Django",
1088
- "HTML5",
1089
- "Perl",
1090
- "CSS",
1091
- "Twig",
1092
- "Less",
1093
- "Smarty",
1094
- "Node.js",
1095
- "Tcl",
1096
- "TemplateToolkit",
1097
- "PHP"
1098
- ],
1099
- "codeintel_max_recursive_dir_depth": 10,
1100
- "codeintel_scan_exclude_dir":
1101
- {
1102
- "JavaScript":
1103
- [
1104
- "/build/",
1105
- "/min/"
1106
- ]
1107
- },
1108
- "codeintel_scan_files_in_project": true,
1109
- "codeintel_selected_catalogs":
1110
- [
1111
- "PyWin32",
1112
- "jQuery",
1113
- "Rails"
1114
- ],
1115
- "codeintel_snippets": true,
1116
- "codeintel_syntax_map":
1117
- {
1118
- "Python Django": "Python"
1119
- },
1120
- "codeintel_tooltips": "popup",
1121
- "incomplete_sync": null,
1122
- "remote_loading": false,
1123
- "sublime_auto_complete": true,
1124
- "synced": false,
1125
- "syntax": "Packages/PHP/PHP.tmLanguage",
1126
- "translate_tabs_to_spaces": false
1127
- },
1128
- "translation.x": 0.0,
1129
- "translation.y": 0.0,
1130
- "zoom_level": 1.0
1131
- },
1132
- "stack_index": 8,
1133
- "type": "text"
1134
- },
1135
- {
1136
- "buffer": 1,
1137
- "file": "/Users/torounit/Desktop/jetpack/jetpack.php",
1138
- "semi_transient": false,
1139
- "settings":
1140
- {
1141
- "buffer_size": 4242,
1142
- "regions":
1143
- {
1144
- },
1145
- "selection":
1146
- [
1147
- [
1148
- 1092,
1149
- 1092
1150
- ]
1151
- ],
1152
- "settings":
1153
- {
1154
- "BracketHighlighterBusy": false,
1155
- "bh_regions":
1156
- [
1157
- "bh_angle",
1158
- "bh_angle_center",
1159
- "bh_angle_open",
1160
- "bh_angle_close",
1161
- "bh_curly",
1162
- "bh_curly_center",
1163
- "bh_curly_open",
1164
- "bh_curly_close",
1165
- "bh_regex",
1166
- "bh_regex_center",
1167
- "bh_regex_open",
1168
- "bh_regex_close",
1169
- "bh_round",
1170
- "bh_round_center",
1171
- "bh_round_open",
1172
- "bh_round_close",
1173
- "bh_unmatched",
1174
- "bh_unmatched_center",
1175
- "bh_unmatched_open",
1176
- "bh_unmatched_close",
1177
- "bh_single_quote",
1178
- "bh_single_quote_center",
1179
- "bh_single_quote_open",
1180
- "bh_single_quote_close",
1181
- "bh_square",
1182
- "bh_square_center",
1183
- "bh_square_open",
1184
- "bh_square_close",
1185
- "bh_default",
1186
- "bh_default_center",
1187
- "bh_default_open",
1188
- "bh_default_close",
1189
- "bh_double_quote",
1190
- "bh_double_quote_center",
1191
- "bh_double_quote_open",
1192
- "bh_double_quote_close",
1193
- "bh_tag",
1194
- "bh_tag_center",
1195
- "bh_tag_open",
1196
- "bh_tag_close"
1197
- ],
1198
- "incomplete_sync": null,
1199
- "remote_loading": false,
1200
- "synced": false,
1201
- "syntax": "Packages/PHP/PHP.tmLanguage"
1202
- },
1203
- "translation.x": 0.0,
1204
- "translation.y": 489.0,
1205
- "zoom_level": 1.0
1206
- },
1207
- "stack_index": 7,
1208
- "type": "text"
1209
- },
1210
- {
1211
- "buffer": 2,
1212
- "file": "CPTP/Module/Admin.php",
1213
- "semi_transient": false,
1214
- "settings":
1215
- {
1216
- "buffer_size": 5297,
1217
- "regions":
1218
- {
1219
- },
1220
- "selection":
1221
- [
1222
- [
1223
- 3308,
1224
- 3308
1225
- ]
1226
- ],
1227
- "settings":
1228
- {
1229
- "BracketHighlighterBusy": false,
1230
- "bh_regions":
1231
- [
1232
- "bh_angle",
1233
- "bh_angle_center",
1234
- "bh_angle_open",
1235
- "bh_angle_close",
1236
- "bh_curly",
1237
- "bh_curly_center",
1238
- "bh_curly_open",
1239
- "bh_curly_close",
1240
- "bh_regex",
1241
- "bh_regex_center",
1242
- "bh_regex_open",
1243
- "bh_regex_close",
1244
- "bh_round",
1245
- "bh_round_center",
1246
- "bh_round_open",
1247
- "bh_round_close",
1248
- "bh_unmatched",
1249
- "bh_unmatched_center",
1250
- "bh_unmatched_open",
1251
- "bh_unmatched_close",
1252
- "bh_single_quote",
1253
- "bh_single_quote_center",
1254
- "bh_single_quote_open",
1255
- "bh_single_quote_close",
1256
- "bh_square",
1257
- "bh_square_center",
1258
- "bh_square_open",
1259
- "bh_square_close",
1260
- "bh_default",
1261
- "bh_default_center",
1262
- "bh_default_open",
1263
- "bh_default_close",
1264
- "bh_double_quote",
1265
- "bh_double_quote_center",
1266
- "bh_double_quote_open",
1267
- "bh_double_quote_close",
1268
- "bh_tag",
1269
- "bh_tag_center",
1270
- "bh_tag_open",
1271
- "bh_tag_close"
1272
- ],
1273
- "codeintel": true,
1274
- "codeintel_config":
1275
- {
1276
- "JavaScript":
1277
- {
1278
- "codeintel_max_recursive_dir_depth": 2,
1279
- "codeintel_scan_files_in_project": false,
1280
- "javascriptExtraPaths":
1281
- [
1282
- ]
1283
- },
1284
- "PHP":
1285
- {
1286
- "codeintel_max_recursive_dir_depth": 5,
1287
- "codeintel_scan_files_in_project": false,
1288
- "phpExtraPaths":
1289
- [
1290
- ]
1291
- },
1292
- "Python":
1293
- {
1294
- "env":
1295
- {
1296
- }
1297
- }
1298
- },
1299
- "codeintel_enabled_languages":
1300
- [
1301
- "JavaScript",
1302
- "Mason",
1303
- "XBL",
1304
- "XUL",
1305
- "RHTML",
1306
- "SCSS",
1307
- "Python",
1308
- "HTML",
1309
- "Ruby",
1310
- "Python3",
1311
- "XML",
1312
- "Sass",
1313
- "XSLT",
1314
- "Django",
1315
- "HTML5",
1316
- "Perl",
1317
- "CSS",
1318
- "Twig",
1319
- "Less",
1320
- "Smarty",
1321
- "Node.js",
1322
- "Tcl",
1323
- "TemplateToolkit",
1324
- "PHP"
1325
- ],
1326
- "codeintel_live": true,
1327
- "codeintel_live_enabled_languages":
1328
- [
1329
- "JavaScript",
1330
- "Mason",
1331
- "XBL",
1332
- "XUL",
1333
- "RHTML",
1334
- "SCSS",
1335
- "Python",
1336
- "HTML",
1337
- "Ruby",
1338
- "Python3",
1339
- "XML",
1340
- "Sass",
1341
- "XSLT",
1342
- "Django",
1343
- "HTML5",
1344
- "Perl",
1345
- "CSS",
1346
- "Twig",
1347
- "Less",
1348
- "Smarty",
1349
- "Node.js",
1350
- "Tcl",
1351
- "TemplateToolkit",
1352
- "PHP"
1353
- ],
1354
- "codeintel_max_recursive_dir_depth": 10,
1355
- "codeintel_scan_exclude_dir":
1356
- {
1357
- "JavaScript":
1358
- [
1359
- "/build/",
1360
- "/min/"
1361
- ]
1362
- },
1363
- "codeintel_scan_files_in_project": true,
1364
- "codeintel_selected_catalogs":
1365
- [
1366
- "PyWin32",
1367
- "jQuery",
1368
- "Rails"
1369
- ],
1370
- "codeintel_snippets": true,
1371
- "codeintel_syntax_map":
1372
- {
1373
- "Python Django": "Python"
1374
- },
1375
- "codeintel_tooltips": "popup",
1376
- "incomplete_sync": null,
1377
- "remote_loading": false,
1378
- "sublime_auto_complete": true,
1379
- "synced": false,
1380
- "syntax": "Packages/PHP/PHP.tmLanguage",
1381
- "translate_tabs_to_spaces": false
1382
- },
1383
- "translation.x": 0.0,
1384
- "translation.y": 1656.0,
1385
- "zoom_level": 1.0
1386
- },
1387
- "stack_index": 1,
1388
- "type": "text"
1389
- },
1390
- {
1391
- "buffer": 3,
1392
- "file": "language/cptp-ru_RU.po",
1393
- "semi_transient": false,
1394
- "settings":
1395
- {
1396
- "buffer_size": 3204,
1397
- "regions":
1398
- {
1399
- },
1400
- "selection":
1401
- [
1402
- [
1403
- 0,
1404
- 0
1405
- ]
1406
- ],
1407
- "settings":
1408
- {
1409
- "BracketHighlighterBusy": false,
1410
- "bh_regions":
1411
- [
1412
- "bh_angle",
1413
- "bh_angle_center",
1414
- "bh_angle_open",
1415
- "bh_angle_close",
1416
- "bh_curly",
1417
- "bh_curly_center",
1418
- "bh_curly_open",
1419
- "bh_curly_close",
1420
- "bh_regex",
1421
- "bh_regex_center",
1422
- "bh_regex_open",
1423
- "bh_regex_close",
1424
- "bh_round",
1425
- "bh_round_center",
1426
- "bh_round_open",
1427
- "bh_round_close",
1428
- "bh_unmatched",
1429
- "bh_unmatched_center",
1430
- "bh_unmatched_open",
1431
- "bh_unmatched_close",
1432
- "bh_single_quote",
1433
- "bh_single_quote_center",
1434
- "bh_single_quote_open",
1435
- "bh_single_quote_close",
1436
- "bh_square",
1437
- "bh_square_center",
1438
- "bh_square_open",
1439
- "bh_square_close",
1440
- "bh_default",
1441
- "bh_default_center",
1442
- "bh_default_open",
1443
- "bh_default_close",
1444
- "bh_double_quote",
1445
- "bh_double_quote_center",
1446
- "bh_double_quote_open",
1447
- "bh_double_quote_close",
1448
- "bh_tag",
1449
- "bh_tag_center",
1450
- "bh_tag_open",
1451
- "bh_tag_close"
1452
- ],
1453
- "incomplete_sync": null,
1454
- "remote_loading": false,
1455
- "synced": false,
1456
- "syntax": "Packages/Text/Plain text.tmLanguage"
1457
- },
1458
- "translation.x": 0.0,
1459
- "translation.y": 0.0,
1460
- "zoom_level": 1.0
1461
- },
1462
- "stack_index": 5,
1463
- "type": "text"
1464
- },
1465
- {
1466
- "buffer": 4,
1467
- "file": "language/cptp-ja.po",
1468
- "semi_transient": false,
1469
- "settings":
1470
- {
1471
- "buffer_size": 2549,
1472
- "regions":
1473
- {
1474
- },
1475
- "selection":
1476
- [
1477
- [
1478
- 0,
1479
- 0
1480
- ]
1481
- ],
1482
- "settings":
1483
- {
1484
- "BracketHighlighterBusy": false,
1485
- "codeintel": true,
1486
- "codeintel_config":
1487
- {
1488
- "JavaScript":
1489
- {
1490
- "codeintel_max_recursive_dir_depth": 2,
1491
- "codeintel_scan_files_in_project": false,
1492
- "javascriptExtraPaths":
1493
- [
1494
- ]
1495
- },
1496
- "PHP":
1497
- {
1498
- "codeintel_max_recursive_dir_depth": 5,
1499
- "codeintel_scan_files_in_project": false,
1500
- "phpExtraPaths":
1501
- [
1502
- ]
1503
- },
1504
- "Python":
1505
- {
1506
- "env":
1507
- {
1508
- }
1509
- }
1510
- },
1511
- "codeintel_enabled_languages":
1512
- [
1513
- "JavaScript",
1514
- "Mason",
1515
- "XBL",
1516
- "XUL",
1517
- "RHTML",
1518
- "SCSS",
1519
- "Python",
1520
- "HTML",
1521
- "Ruby",
1522
- "Python3",
1523
- "XML",
1524
- "Sass",
1525
- "XSLT",
1526
- "Django",
1527
- "HTML5",
1528
- "Perl",
1529
- "CSS",
1530
- "Twig",
1531
- "Less",
1532
- "Smarty",
1533
- "Node.js",
1534
- "Tcl",
1535
- "TemplateToolkit",
1536
- "PHP"
1537
- ],
1538
- "codeintel_live": true,
1539
- "codeintel_live_enabled_languages":
1540
- [
1541
- "JavaScript",
1542
- "Mason",
1543
- "XBL",
1544
- "XUL",
1545
- "RHTML",
1546
- "SCSS",
1547
- "Python",
1548
- "HTML",
1549
- "Ruby",
1550
- "Python3",
1551
- "XML",
1552
- "Sass",
1553
- "XSLT",
1554
- "Django",
1555
- "HTML5",
1556
- "Perl",
1557
- "CSS",
1558
- "Twig",
1559
- "Less",
1560
- "Smarty",
1561
- "Node.js",
1562
- "Tcl",
1563
- "TemplateToolkit",
1564
- "PHP"
1565
- ],
1566
- "codeintel_max_recursive_dir_depth": 10,
1567
- "codeintel_scan_exclude_dir":
1568
- {
1569
- "JavaScript":
1570
- [
1571
- "/build/",
1572
- "/min/"
1573
- ]
1574
- },
1575
- "codeintel_scan_files_in_project": true,
1576
- "codeintel_selected_catalogs":
1577
- [
1578
- "PyWin32",
1579
- "jQuery",
1580
- "Rails"
1581
- ],
1582
- "codeintel_snippets": true,
1583
- "codeintel_syntax_map":
1584
- {
1585
- "Python Django": "Python"
1586
- },
1587
- "codeintel_tooltips": "popup",
1588
- "incomplete_sync": null,
1589
- "remote_loading": false,
1590
- "sublime_auto_complete": true,
1591
- "synced": false,
1592
- "syntax": "Packages/Text/Plain text.tmLanguage"
1593
- },
1594
- "translation.x": 0.0,
1595
- "translation.y": 0.0,
1596
- "zoom_level": 1.0
1597
- },
1598
- "stack_index": 4,
1599
- "type": "text"
1600
- },
1601
- {
1602
- "buffer": 5,
1603
- "file": "CPTP.php",
1604
- "semi_transient": false,
1605
- "settings":
1606
- {
1607
- "buffer_size": 1091,
1608
- "regions":
1609
- {
1610
- },
1611
- "selection":
1612
- [
1613
- [
1614
- 274,
1615
- 274
1616
- ]
1617
- ],
1618
- "settings":
1619
- {
1620
- "BracketHighlighterBusy": false,
1621
- "bh_regions":
1622
- [
1623
- "bh_angle",
1624
- "bh_angle_center",
1625
- "bh_angle_open",
1626
- "bh_angle_close",
1627
- "bh_curly",
1628
- "bh_curly_center",
1629
- "bh_curly_open",
1630
- "bh_curly_close",
1631
- "bh_regex",
1632
- "bh_regex_center",
1633
- "bh_regex_open",
1634
- "bh_regex_close",
1635
- "bh_round",
1636
- "bh_round_center",
1637
- "bh_round_open",
1638
- "bh_round_close",
1639
- "bh_unmatched",
1640
- "bh_unmatched_center",
1641
- "bh_unmatched_open",
1642
- "bh_unmatched_close",
1643
- "bh_single_quote",
1644
- "bh_single_quote_center",
1645
- "bh_single_quote_open",
1646
- "bh_single_quote_close",
1647
- "bh_square",
1648
- "bh_square_center",
1649
- "bh_square_open",
1650
- "bh_square_close",
1651
- "bh_default",
1652
- "bh_default_center",
1653
- "bh_default_open",
1654
- "bh_default_close",
1655
- "bh_double_quote",
1656
- "bh_double_quote_center",
1657
- "bh_double_quote_open",
1658
- "bh_double_quote_close",
1659
- "bh_tag",
1660
- "bh_tag_center",
1661
- "bh_tag_open",
1662
- "bh_tag_close"
1663
- ],
1664
- "codeintel": true,
1665
- "codeintel_config":
1666
- {
1667
- "JavaScript":
1668
- {
1669
- "codeintel_max_recursive_dir_depth": 2,
1670
- "codeintel_scan_files_in_project": false,
1671
- "javascriptExtraPaths":
1672
- [
1673
- ]
1674
- },
1675
- "PHP":
1676
- {
1677
- "codeintel_max_recursive_dir_depth": 5,
1678
- "codeintel_scan_files_in_project": false,
1679
- "phpExtraPaths":
1680
- [
1681
- ]
1682
- },
1683
- "Python":
1684
- {
1685
- "env":
1686
- {
1687
- }
1688
- }
1689
- },
1690
- "codeintel_enabled_languages":
1691
- [
1692
- "JavaScript",
1693
- "Mason",
1694
- "XBL",
1695
- "XUL",
1696
- "RHTML",
1697
- "SCSS",
1698
- "Python",
1699
- "HTML",
1700
- "Ruby",
1701
- "Python3",
1702
- "XML",
1703
- "Sass",
1704
- "XSLT",
1705
- "Django",
1706
- "HTML5",
1707
- "Perl",
1708
- "CSS",
1709
- "Twig",
1710
- "Less",
1711
- "Smarty",
1712
- "Node.js",
1713
- "Tcl",
1714
- "TemplateToolkit",
1715
- "PHP"
1716
- ],
1717
- "codeintel_live": true,
1718
- "codeintel_live_enabled_languages":
1719
- [
1720
- "JavaScript",
1721
- "Mason",
1722
- "XBL",
1723
- "XUL",
1724
- "RHTML",
1725
- "SCSS",
1726
- "Python",
1727
- "HTML",
1728
- "Ruby",
1729
- "Python3",
1730
- "XML",
1731
- "Sass",
1732
- "XSLT",
1733
- "Django",
1734
- "HTML5",
1735
- "Perl",
1736
- "CSS",
1737
- "Twig",
1738
- "Less",
1739
- "Smarty",
1740
- "Node.js",
1741
- "Tcl",
1742
- "TemplateToolkit",
1743
- "PHP"
1744
- ],
1745
- "codeintel_max_recursive_dir_depth": 10,
1746
- "codeintel_scan_exclude_dir":
1747
- {
1748
- "JavaScript":
1749
- [
1750
- "/build/",
1751
- "/min/"
1752
- ]
1753
- },
1754
- "codeintel_scan_files_in_project": true,
1755
- "codeintel_selected_catalogs":
1756
- [
1757
- "PyWin32",
1758
- "jQuery",
1759
- "Rails"
1760
- ],
1761
- "codeintel_snippets": true,
1762
- "codeintel_syntax_map":
1763
- {
1764
- "Python Django": "Python"
1765
- },
1766
- "codeintel_tooltips": "popup",
1767
- "incomplete_sync": null,
1768
- "remote_loading": false,
1769
- "sublime_auto_complete": true,
1770
- "synced": false,
1771
- "syntax": "Packages/PHP/PHP.tmLanguage",
1772
- "translate_tabs_to_spaces": false
1773
- },
1774
- "translation.x": 0.0,
1775
- "translation.y": 5.0,
1776
- "zoom_level": 1.0
1777
- },
1778
- "stack_index": 3,
1779
- "type": "text"
1780
- },
1781
- {
1782
- "buffer": 6,
1783
- "file": "CPTP/Util.php",
1784
- "semi_transient": false,
1785
- "settings":
1786
- {
1787
- "buffer_size": 1494,
1788
- "regions":
1789
- {
1790
- },
1791
- "selection":
1792
- [
1793
- [
1794
- 91,
1795
- 91
1796
- ]
1797
- ],
1798
- "settings":
1799
- {
1800
- "BracketHighlighterBusy": false,
1801
- "bh_regions":
1802
- [
1803
- "bh_angle",
1804
- "bh_angle_center",
1805
- "bh_angle_open",
1806
- "bh_angle_close",
1807
- "bh_curly",
1808
- "bh_curly_center",
1809
- "bh_curly_open",
1810
- "bh_curly_close",
1811
- "bh_regex",
1812
- "bh_regex_center",
1813
- "bh_regex_open",
1814
- "bh_regex_close",
1815
- "bh_round",
1816
- "bh_round_center",
1817
- "bh_round_open",
1818
- "bh_round_close",
1819
- "bh_unmatched",
1820
- "bh_unmatched_center",
1821
- "bh_unmatched_open",
1822
- "bh_unmatched_close",
1823
- "bh_single_quote",
1824
- "bh_single_quote_center",
1825
- "bh_single_quote_open",
1826
- "bh_single_quote_close",
1827
- "bh_square",
1828
- "bh_square_center",
1829
- "bh_square_open",
1830
- "bh_square_close",
1831
- "bh_default",
1832
- "bh_default_center",
1833
- "bh_default_open",
1834
- "bh_default_close",
1835
- "bh_double_quote",
1836
- "bh_double_quote_center",
1837
- "bh_double_quote_open",
1838
- "bh_double_quote_close",
1839
- "bh_tag",
1840
- "bh_tag_center",
1841
- "bh_tag_open",
1842
- "bh_tag_close"
1843
- ],
1844
- "codeintel": true,
1845
- "codeintel_config":
1846
- {
1847
- "JavaScript":
1848
- {
1849
- "codeintel_max_recursive_dir_depth": 2,
1850
- "codeintel_scan_files_in_project": false,
1851
- "javascriptExtraPaths":
1852
- [
1853
- ]
1854
- },
1855
- "PHP":
1856
- {
1857
- "codeintel_max_recursive_dir_depth": 5,
1858
- "codeintel_scan_files_in_project": false,
1859
- "phpExtraPaths":
1860
- [
1861
- ]
1862
- },
1863
- "Python":
1864
- {
1865
- "env":
1866
- {
1867
- }
1868
- }
1869
- },
1870
- "codeintel_enabled_languages":
1871
- [
1872
- "JavaScript",
1873
- "Mason",
1874
- "XBL",
1875
- "XUL",
1876
- "RHTML",
1877
- "SCSS",
1878
- "Python",
1879
- "HTML",
1880
- "Ruby",
1881
- "Python3",
1882
- "XML",
1883
- "Sass",
1884
- "XSLT",
1885
- "Django",
1886
- "HTML5",
1887
- "Perl",
1888
- "CSS",
1889
- "Twig",
1890
- "Less",
1891
- "Smarty",
1892
- "Node.js",
1893
- "Tcl",
1894
- "TemplateToolkit",
1895
- "PHP"
1896
- ],
1897
- "codeintel_live": true,
1898
- "codeintel_live_enabled_languages":
1899
- [
1900
- "JavaScript",
1901
- "Mason",
1902
- "XBL",
1903
- "XUL",
1904
- "RHTML",
1905
- "SCSS",
1906
- "Python",
1907
- "HTML",
1908
- "Ruby",
1909
- "Python3",
1910
- "XML",
1911
- "Sass",
1912
- "XSLT",
1913
- "Django",
1914
- "HTML5",
1915
- "Perl",
1916
- "CSS",
1917
- "Twig",
1918
- "Less",
1919
- "Smarty",
1920
- "Node.js",
1921
- "Tcl",
1922
- "TemplateToolkit",
1923
- "PHP"
1924
- ],
1925
- "codeintel_max_recursive_dir_depth": 10,
1926
- "codeintel_scan_exclude_dir":
1927
- {
1928
- "JavaScript":
1929
- [
1930
- "/build/",
1931
- "/min/"
1932
- ]
1933
- },
1934
- "codeintel_scan_files_in_project": true,
1935
- "codeintel_selected_catalogs":
1936
- [
1937
- "PyWin32",
1938
- "jQuery",
1939
- "Rails"
1940
- ],
1941
- "codeintel_snippets": true,
1942
- "codeintel_syntax_map":
1943
- {
1944
- "Python Django": "Python"
1945
- },
1946
- "codeintel_tooltips": "popup",
1947
- "incomplete_sync": null,
1948
- "remote_loading": false,
1949
- "sublime_auto_complete": true,
1950
- "synced": false,
1951
- "syntax": "Packages/PHP/PHP.tmLanguage",
1952
- "translate_tabs_to_spaces": false
1953
- },
1954
- "translation.x": 0.0,
1955
- "translation.y": 0.0,
1956
- "zoom_level": 1.0
1957
- },
1958
- "stack_index": 2,
1959
- "type": "text"
1960
- },
1961
- {
1962
- "buffer": 7,
1963
- "file": "CPTP/Module/Permalink.php",
1964
- "semi_transient": false,
1965
- "settings":
1966
- {
1967
- "buffer_size": 6301,
1968
- "regions":
1969
- {
1970
- },
1971
- "selection":
1972
- [
1973
- [
1974
- 2883,
1975
- 2883
1976
- ]
1977
- ],
1978
- "settings":
1979
- {
1980
- "BracketHighlighterBusy": false,
1981
- "bh_regions":
1982
- [
1983
- "bh_angle",
1984
- "bh_angle_center",
1985
- "bh_angle_open",
1986
- "bh_angle_close",
1987
- "bh_curly",
1988
- "bh_curly_center",
1989
- "bh_curly_open",
1990
- "bh_curly_close",
1991
- "bh_regex",
1992
- "bh_regex_center",
1993
- "bh_regex_open",
1994
- "bh_regex_close",
1995
- "bh_round",
1996
- "bh_round_center",
1997
- "bh_round_open",
1998
- "bh_round_close",
1999
- "bh_unmatched",
2000
- "bh_unmatched_center",
2001
- "bh_unmatched_open",
2002
- "bh_unmatched_close",
2003
- "bh_single_quote",
2004
- "bh_single_quote_center",
2005
- "bh_single_quote_open",
2006
- "bh_single_quote_close",
2007
- "bh_square",
2008
- "bh_square_center",
2009
- "bh_square_open",
2010
- "bh_square_close",
2011
- "bh_default",
2012
- "bh_default_center",
2013
- "bh_default_open",
2014
- "bh_default_close",
2015
- "bh_double_quote",
2016
- "bh_double_quote_center",
2017
- "bh_double_quote_open",
2018
- "bh_double_quote_close",
2019
- "bh_tag",
2020
- "bh_tag_center",
2021
- "bh_tag_open",
2022
- "bh_tag_close"
2023
- ],
2024
- "codeintel": true,
2025
- "codeintel_config":
2026
- {
2027
- "JavaScript":
2028
- {
2029
- "codeintel_max_recursive_dir_depth": 2,
2030
- "codeintel_scan_files_in_project": false,
2031
- "javascriptExtraPaths":
2032
- [
2033
- ]
2034
- },
2035
- "PHP":
2036
- {
2037
- "codeintel_max_recursive_dir_depth": 5,
2038
- "codeintel_scan_files_in_project": false,
2039
- "phpExtraPaths":
2040
- [
2041
- ]
2042
- },
2043
- "Python":
2044
- {
2045
- "env":
2046
- {
2047
- }
2048
- }
2049
- },
2050
- "codeintel_enabled_languages":
2051
- [
2052
- "JavaScript",
2053
- "Mason",
2054
- "XBL",
2055
- "XUL",
2056
- "RHTML",
2057
- "SCSS",
2058
- "Python",
2059
- "HTML",
2060
- "Ruby",
2061
- "Python3",
2062
- "XML",
2063
- "Sass",
2064
- "XSLT",
2065
- "Django",
2066
- "HTML5",
2067
- "Perl",
2068
- "CSS",
2069
- "Twig",
2070
- "Less",
2071
- "Smarty",
2072
- "Node.js",
2073
- "Tcl",
2074
- "TemplateToolkit",
2075
- "PHP"
2076
- ],
2077
- "codeintel_live": true,
2078
- "codeintel_live_enabled_languages":
2079
- [
2080
- "JavaScript",
2081
- "Mason",
2082
- "XBL",
2083
- "XUL",
2084
- "RHTML",
2085
- "SCSS",
2086
- "Python",
2087
- "HTML",
2088
- "Ruby",
2089
- "Python3",
2090
- "XML",
2091
- "Sass",
2092
- "XSLT",
2093
- "Django",
2094
- "HTML5",
2095
- "Perl",
2096
- "CSS",
2097
- "Twig",
2098
- "Less",
2099
- "Smarty",
2100
- "Node.js",
2101
- "Tcl",
2102
- "TemplateToolkit",
2103
- "PHP"
2104
- ],
2105
- "codeintel_max_recursive_dir_depth": 10,
2106
- "codeintel_scan_exclude_dir":
2107
- {
2108
- "JavaScript":
2109
- [
2110
- "/build/",
2111
- "/min/"
2112
- ]
2113
- },
2114
- "codeintel_scan_files_in_project": true,
2115
- "codeintel_selected_catalogs":
2116
- [
2117
- "PyWin32",
2118
- "jQuery",
2119
- "Rails"
2120
- ],
2121
- "codeintel_snippets": true,
2122
- "codeintel_syntax_map":
2123
- {
2124
- "Python Django": "Python"
2125
- },
2126
- "codeintel_tooltips": "popup",
2127
- "incomplete_sync": null,
2128
- "remote_loading": false,
2129
- "sublime_auto_complete": true,
2130
- "synced": false,
2131
- "syntax": "Packages/PHP/PHP.tmLanguage",
2132
- "translate_tabs_to_spaces": false
2133
- },
2134
- "translation.x": 0.0,
2135
- "translation.y": 229.0,
2136
- "zoom_level": 1.0
2137
- },
2138
- "stack_index": 0,
2139
- "type": "text"
2140
- },
2141
- {
2142
- "buffer": 8,
2143
- "file": "/Users/torounit/GitHub/cptp-test-vagrant/Vagrantfile",
2144
- "semi_transient": false,
2145
- "settings":
2146
- {
2147
- "buffer_size": 4312,
2148
- "regions":
2149
- {
2150
- },
2151
- "selection":
2152
- [
2153
- [
2154
- 98,
2155
- 98
2156
- ]
2157
- ],
2158
- "settings":
2159
- {
2160
- "BracketHighlighterBusy": false,
2161
- "bh_regions":
2162
- [
2163
- "bh_angle",
2164
- "bh_angle_center",
2165
- "bh_angle_open",
2166
- "bh_angle_close",
2167
- "bh_curly",
2168
- "bh_curly_center",
2169
- "bh_curly_open",
2170
- "bh_curly_close",
2171
- "bh_regex",
2172
- "bh_regex_center",
2173
- "bh_regex_open",
2174
- "bh_regex_close",
2175
- "bh_round",
2176
- "bh_round_center",
2177
- "bh_round_open",
2178
- "bh_round_close",
2179
- "bh_unmatched",
2180
- "bh_unmatched_center",
2181
- "bh_unmatched_open",
2182
- "bh_unmatched_close",
2183
- "bh_single_quote",
2184
- "bh_single_quote_center",
2185
- "bh_single_quote_open",
2186
- "bh_single_quote_close",
2187
- "bh_square",
2188
- "bh_square_center",
2189
- "bh_square_open",
2190
- "bh_square_close",
2191
- "bh_default",
2192
- "bh_default_center",
2193
- "bh_default_open",
2194
- "bh_default_close",
2195
- "bh_double_quote",
2196
- "bh_double_quote_center",
2197
- "bh_double_quote_open",
2198
- "bh_double_quote_close",
2199
- "bh_tag",
2200
- "bh_tag_center",
2201
- "bh_tag_open",
2202
- "bh_tag_close"
2203
- ],
2204
- "codeintel": true,
2205
- "codeintel_config":
2206
- {
2207
- "JavaScript":
2208
- {
2209
- "codeintel_max_recursive_dir_depth": 2,
2210
- "codeintel_scan_files_in_project": false,
2211
- "javascriptExtraPaths":
2212
- [
2213
- ]
2214
- },
2215
- "PHP":
2216
- {
2217
- "codeintel_max_recursive_dir_depth": 5,
2218
- "codeintel_scan_files_in_project": false,
2219
- "phpExtraPaths":
2220
- [
2221
- ]
2222
- },
2223
- "Python":
2224
- {
2225
- "env":
2226
- {
2227
- }
2228
- }
2229
- },
2230
- "codeintel_enabled_languages":
2231
- [
2232
- "JavaScript",
2233
- "Mason",
2234
- "XBL",
2235
- "XUL",
2236
- "RHTML",
2237
- "SCSS",
2238
- "Python",
2239
- "HTML",
2240
- "Ruby",
2241
- "Python3",
2242
- "XML",
2243
- "Sass",
2244
- "XSLT",
2245
- "Django",
2246
- "HTML5",
2247
- "Perl",
2248
- "CSS",
2249
- "Twig",
2250
- "Less",
2251
- "Smarty",
2252
- "Node.js",
2253
- "Tcl",
2254
- "TemplateToolkit",
2255
- "PHP"
2256
- ],
2257
- "codeintel_live": true,
2258
- "codeintel_live_enabled_languages":
2259
- [
2260
- "JavaScript",
2261
- "Mason",
2262
- "XBL",
2263
- "XUL",
2264
- "RHTML",
2265
- "SCSS",
2266
- "Python",
2267
- "HTML",
2268
- "Ruby",
2269
- "Python3",
2270
- "XML",
2271
- "Sass",
2272
- "XSLT",
2273
- "Django",
2274
- "HTML5",
2275
- "Perl",
2276
- "CSS",
2277
- "Twig",
2278
- "Less",
2279
- "Smarty",
2280
- "Node.js",
2281
- "Tcl",
2282
- "TemplateToolkit",
2283
- "PHP"
2284
- ],
2285
- "codeintel_max_recursive_dir_depth": 10,
2286
- "codeintel_scan_exclude_dir":
2287
- {
2288
- "JavaScript":
2289
- [
2290
- "/build/",
2291
- "/min/"
2292
- ]
2293
- },
2294
- "codeintel_scan_files_in_project": true,
2295
- "codeintel_selected_catalogs":
2296
- [
2297
- "PyWin32",
2298
- "jQuery",
2299
- "Rails"
2300
- ],
2301
- "codeintel_snippets": true,
2302
- "codeintel_syntax_map":
2303
- {
2304
- "Python Django": "Python"
2305
- },
2306
- "codeintel_tooltips": "popup",
2307
- "incomplete_sync": null,
2308
- "remote_loading": false,
2309
- "sublime_auto_complete": true,
2310
- "synced": false,
2311
- "syntax": "Packages/Ruby/Ruby.tmLanguage",
2312
- "tab_size": 2,
2313
- "translate_tabs_to_spaces": true
2314
- },
2315
- "translation.x": 0.0,
2316
- "translation.y": 0.0,
2317
- "zoom_level": 1.0
2318
- },
2319
- "stack_index": 6,
2320
- "type": "text"
2321
- }
2322
- ]
2323
- }
2324
- ],
2325
- "incremental_find":
2326
- {
2327
- "height": 28.0
2328
- },
2329
- "input":
2330
- {
2331
- "height": 36.0
2332
- },
2333
- "layout":
2334
- {
2335
- "cells":
2336
- [
2337
- [
2338
- 0,
2339
- 0,
2340
- 1,
2341
- 1
2342
- ]
2343
- ],
2344
- "cols":
2345
- [
2346
- 0.0,
2347
- 1.0
2348
- ],
2349
- "rows":
2350
- [
2351
- 0.0,
2352
- 1.0
2353
- ]
2354
- },
2355
- "menu_visible": true,
2356
- "output.exec":
2357
- {
2358
- "height": 130.0
2359
- },
2360
- "output.find_results":
2361
- {
2362
- "height": 0.0
2363
- },
2364
- "output.sftp":
2365
- {
2366
- "height": 130.0
2367
- },
2368
- "project": "cptp.sublime-project",
2369
- "replace":
2370
- {
2371
- "height": 52.0
2372
- },
2373
- "save_all_on_build": true,
2374
- "select_file":
2375
- {
2376
- "height": 0.0,
2377
- "selected_items":
2378
- [
2379
- ],
2380
- "width": 0.0
2381
- },
2382
- "select_project":
2383
- {
2384
- "height": 500.0,
2385
- "selected_items":
2386
- [
2387
- ],
2388
- "width": 380.0
2389
- },
2390
- "select_symbol":
2391
- {
2392
- "height": 0.0,
2393
- "selected_items":
2394
- [
2395
- ],
2396
- "width": 0.0
2397
- },
2398
- "settings":
2399
- {
2400
- },
2401
- "show_minimap": true,
2402
- "show_open_files": true,
2403
- "show_tabs": true,
2404
- "side_bar_visible": true,
2405
- "side_bar_width": 286.0,
2406
- "status_bar_visible": true,
2407
- "template_settings":
2408
- {
2409
- }
2410
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
custom-post-type-permalinks.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.torounit.com
5
  Description: Add post archives of custom post type and customizable permalinks.
6
  Author: Toro_Unit
7
  Author URI: http://www.torounit.com/plugins/custom-post-type-permalinks/
8
- Version: 0.9.5
9
  Text Domain: cptp
10
  License: GPL2 or later
11
  Domain Path: /language/
5
  Description: Add post archives of custom post type and customizable permalinks.
6
  Author: Toro_Unit
7
  Author URI: http://www.torounit.com/plugins/custom-post-type-permalinks/
8
+ Version: 0.9.5.1
9
  Text Domain: cptp
10
  License: GPL2 or later
11
  Domain Path: /language/
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Toro_Unit
3
  Tags: permalink,permalinks,custom post type,custom taxonomy,cms
4
  Requires at least: 3.7
5
  Tested up to: 3.8
6
- Stable tag: 0.9.5
7
 
8
  Lets you edit the permalink of custom post type.
9
 
@@ -41,6 +41,9 @@ That's it. You can access the permalinks setting by going to *Settings -> Permal
41
 
42
  == Changelog ==
43
 
 
 
 
44
  = 0.9.5 =
45
  * Big change plugin architecture.
46
  * Show has_archive, with_front.
3
  Tags: permalink,permalinks,custom post type,custom taxonomy,cms
4
  Requires at least: 3.7
5
  Tested up to: 3.8
6
+ Stable tag: 0.9.5.1
7
 
8
  Lets you edit the permalink of custom post type.
9
 
41
 
42
  == Changelog ==
43
 
44
+ = 0.9.5.1 =
45
+ * Admin Bug Fix.
46
+
47
  = 0.9.5 =
48
  * Big change plugin architecture.
49
  * Show has_archive, with_front.