-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJekyll.sublime-workspace
637 lines (637 loc) · 30.9 KB
/
Jekyll.sublime-workspace
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
{
"auto_complete":
{
"selected_items":
[
[
"bac",
"background-image"
],
[
"cite",
"cite{keylist}\tlatex-document"
],
[
"right",
"right)\tlatex-document"
],
[
"begeq",
"begin{equation}\tlatex-document"
],
[
"ref",
"ref{key}\tlatex-document"
]
]
},
"buffers":
[
{
"contents": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" \n xml:lang=\"en\" lang=\"en\">\n <head>\n <title>{{ page.title }}</title>\n <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\n <meta http-equiv=\"content-language\" content=\"en\" />\n <link rel=\"stylesheet\" href=\"{{ site.url }}/css/main.css\" type=\"text/css\"\n </head>\n <body style=\"background-image: url("{{ site.image_path }}index_bg.jpg");\">\n {% if page.page_image contains \".jpg\" or page.page_image contains \".png\" %}\n <p align=\"center\"><img src={{ site.image_path }}{{ page.page_image }}></p>\n {% else %}\n <h1 align=\"center\">{{ page.title }}</h1>\n {% endif %} \n <p align=\"center\"><a href=\"https://yildizoglu.fr\">Murat Yildizoglu</a></p>\n <div id=\"container\">\n {{ content }}\n </div>\n<hr>\n<p align='center' style=\"font-size:small\"> (c) <a href=\"https://yildizoglu.fr\">Murat Yildizoglu</a>, 2009 - {{ site.time | date: '%Y' }}</p>\n </body>\n</html>",
"file": "_layouts/base.html",
"file_size": 1069,
"file_write_time": 133700893238859827,
"settings":
{
"buffer_size": 1069,
"line_ending": "Unix"
}
},
{
"contents": "Package Control Messages\n========================\n\nPackage Control\n---------------\n\n Version 4.0.0 Release Notes\n ===========================\n\n\n Major Changes\n -------------\n\n - Requires at least ST3143 (1.0)\n\n - drops support for python 2.x\n\n - adds support for python 3.8\n\n - Package and library version scheme changed from SemVer to PEP440\n for better pre-release handling and compatibility with python packages.\n\n Note: Package versions should still follow SemVer like `<major>.<minor>.<micro>`\n\n - Dependencies are now called libraries.\n\n They are installed to Data/Libs as ordinary python packages.\n\n Existing managed dependencies are automatically converted.\n\n Can install python wheels (*.whl)\n\n - Channel/repository scheme v1.0 and v1.2 are no longer supported\n as they contain only packages for no longer supported ST2.\n\n - New channel/repository scheme v4.0.0 is introduced,\n which allows to specify supported `python_versions`.\n\n Parsing and installing \"requirements.txt\" is however not yet supported.\n\n For working examples checkout example-channel.json and example-repository.json\n from Package Control Github repository.\n\n\n Note for Package Devs\n ---------------------\n\n packagecontrol.io does not yet support the new 4.0.0 scheme\n and thus doesn't ship python 3.8 dependencies/libraries.\n\n Therefore do not upgrade repositories to 4.0.0 scheme,\n which are included in default channel.\n\n You can however create your own 4.0.0 repository and\n add it via 'Package Control: Add Repository'.\n\n Metadata for python 3.8 compatible libraries are maintained at\n\n https://github.com/packagecontrol/channel\n\n and shipped via\n\n https://packagecontrol.github.io/channel/channel_v4.json\n\n so all packages can already migrate to python 3.8\n\n\n New features include:\n ---------------------\n\n - support for python 3.8 dependencies (now called libraries)\n - add openssl 3.0 support via asn1crypto 1.5.1 and oscrypto 1.3.0\n - prune backups older than 14 days (#145)\n - provide all relevant operations via ApplicationCommands (#1071)\n + Advanced Disable Packages (disable_packages)\n + Advanced Enable Packages (enable_packages)\n + Advanced Install Packages (install_packages)\n + Advanced Upgrade Packages (upgrade_packages)\n + Advanced Remove Packages (remove_packages)\n - allow relative paths in channel.json and repository.json (#1329)\n - hide (auto-generated?) packages via `.hidden-sublime-package` file (#1429)\n - support for cooperate_packages (#1406, #1633)\n - IntelliSense support for for channel.json/repository.json via jsonschemas\n - support for asset based Github/Gitlab releases (#1484)\n\n\n Bug fixes include:\n ------------------\n\n - abort package operation if backup fails (#1000)\n - fix long path support on Windows (#1020)\n - fix missing packages not being installed if an overriding unpacked package exists (#1155)\n - fix errors being displayed for git/hg tracked packages without remote (#1167)\n - fix not all git/hg tracked packages being upgraded\n - fix packages in auto_upgrade_ignore setting being renamed without upgrade (#1370)\n - fix corruption of installed_packages or ignored_packages settings\n - fix backup/restore of ST's \"auto\" color schemes and themes\n - fix manual package upgrades converting unmanaged packages to managed ones (#1272)\n - fix libraries not being upgraded by auto upgrader\n - fix prompt for ST restart before all operations are completed\n - fix SSL_CERT_FILE environment variable being ignored\n - fix repositories of channels without cache not being downloaded (#1354, #1601)\n - fix QuickPanelItem parse errors in URLs (#1580)\n - fix unavailable libraries being reported as successfully installed (#1605)\n - fix error message flooding\n - keep ingored_packages clean by removing non-existing packages\n\n ...\n\n The full list of addressed bugs can be found at:\n\n https://github.com/wbond/package_control/milestone/1\n\nDiffable\n--------\n\n # 2.1.0\n \n ## Features\n \n - `auto_show_diff_hunks` setting added. Which is quite selfdescriptive and allows user to save one keystroak in inline text comparison mode. by @Oudstand\n\n # Major update\n \n Hello everyone, due to years of inactivity, the **Diffy** package has been replaced.\n \n The new replacement is **Diffable**. It maintains all the features of its predecessor, while also modernizing those features behind the scenes and even introducing a few new ones.\n \n ## Feature list\n \n Let's examine the major changes a bit more closely:\n \n 1. The command has changed. Previously, it was `diffy` and now it is `diffable`.\n 2. The arguments have also changed. The actions available now include: `inline`, `clear`, `kaleidoscope`. You can check their usage in the `Default.sublime-keymap` file (i.e. the plugin keymap settings).\n 3. The keymap itself hasn't changed, but it's disabled by default due to potential conflicts with default ST key-binding. Thus, you have to manually enable it through the plugin key-bindings menu.\n 4. The diff engine has been replaced with the default ST3-4 built-in engine. It's much more reliable and robust now.\n 5. Tabs can now be compared, just like groups. This was one of the two main reasons for initiating this project (the second reason was to leverage the ST diffable engine rather than relying on a custom python script).\n 6. External diffing tool support has been added. As of now, it only supports the Kaleidoscope app (macOS only). However, there's certainly room to expand the list of supported tools in the future.\n \n Please take a look at the plugin settings to gain a more comprehensive understanding of the complete list of features that this plugin provides.\n \n ## Future plans\n \n This package isn't meant to evolve beyond its original functionality. I see it as a tool that just works. Therefore, there are only two conceivable ways it could be enhanced:\n \n 1. It could expand the list of supported third-party diff tools.\n 2. It could introduce new features to the built-in ST diffing tool.\n \n The former seems much more likely to occur in the foreseeable future than the latter.\n \n PS: Issues and PR's are welcome at this link [https://github.com/yaroslavyaroslav/Diffable](https://github.com/yaroslavyaroslav/Diffable).\n",
"settings":
{
"buffer_size": 6384,
"line_ending": "Unix",
"name": "Package Control Messages",
"read_only": true,
"scratch": true
},
"undo_stack":
[
[
1,
1,
"insert",
{
"characters": "Package Control Messages\n========================\n\nPackage Control\n---------------\n\n Version 4.0.0 Release Notes\n ===========================\n\n\n Major Changes\n -------------\n\n - Requires at least ST3143 (1.0)\n\n - drops support for python 2.x\n\n - adds support for python 3.8\n\n - Package and library version scheme changed from SemVer to PEP440\n for better pre-release handling and compatibility with python packages.\n\n Note: Package versions should still follow SemVer like `<major>.<minor>.<micro>`\n\n - Dependencies are now called libraries.\n\n They are installed to Data/Libs as ordinary python packages.\n\n Existing managed dependencies are automatically converted.\n\n Can install python wheels (*.whl)\n\n - Channel/repository scheme v1.0 and v1.2 are no longer supported\n as they contain only packages for no longer supported ST2.\n\n - New channel/repository scheme v4.0.0 is introduced,\n which allows to specify supported `python_versions`.\n\n Parsing and installing \"requirements.txt\" is however not yet supported.\n\n For working examples checkout example-channel.json and example-repository.json\n from Package Control Github repository.\n\n\n Note for Package Devs\n ---------------------\n\n packagecontrol.io does not yet support the new 4.0.0 scheme\n and thus doesn't ship python 3.8 dependencies/libraries.\n\n Therefore do not upgrade repositories to 4.0.0 scheme,\n which are included in default channel.\n\n You can however create your own 4.0.0 repository and\n add it via 'Package Control: Add Repository'.\n\n Metadata for python 3.8 compatible libraries are maintained at\n\n https://github.com/packagecontrol/channel\n\n and shipped via\n\n https://packagecontrol.github.io/channel/channel_v4.json\n\n so all packages can already migrate to python 3.8\n\n\n New features include:\n ---------------------\n\n - support for python 3.8 dependencies (now called libraries)\n - add openssl 3.0 support via asn1crypto 1.5.1 and oscrypto 1.3.0\n - prune backups older than 14 days (#145)\n - provide all relevant operations via ApplicationCommands (#1071)\n + Advanced Disable Packages (disable_packages)\n + Advanced Enable Packages (enable_packages)\n + Advanced Install Packages (install_packages)\n + Advanced Upgrade Packages (upgrade_packages)\n + Advanced Remove Packages (remove_packages)\n - allow relative paths in channel.json and repository.json (#1329)\n - hide (auto-generated?) packages via `.hidden-sublime-package` file (#1429)\n - support for cooperate_packages (#1406, #1633)\n - IntelliSense support for for channel.json/repository.json via jsonschemas\n - support for asset based Github/Gitlab releases (#1484)\n\n\n Bug fixes include:\n ------------------\n\n - abort package operation if backup fails (#1000)\n - fix long path support on Windows (#1020)\n - fix missing packages not being installed if an overriding unpacked package exists (#1155)\n - fix errors being displayed for git/hg tracked packages without remote (#1167)\n - fix not all git/hg tracked packages being upgraded\n - fix packages in auto_upgrade_ignore setting being renamed without upgrade (#1370)\n - fix corruption of installed_packages or ignored_packages settings\n - fix backup/restore of ST's \"auto\" color schemes and themes\n - fix manual package upgrades converting unmanaged packages to managed ones (#1272)\n - fix libraries not being upgraded by auto upgrader\n - fix prompt for ST restart before all operations are completed\n - fix SSL_CERT_FILE environment variable being ignored\n - fix repositories of channels without cache not being downloaded (#1354, #1601)\n - fix QuickPanelItem parse errors in URLs (#1580)\n - fix unavailable libraries being reported as successfully installed (#1605)\n - fix error message flooding\n - keep ingored_packages clean by removing non-existing packages\n\n ...\n\n The full list of addressed bugs can be found at:\n\n https://github.com/wbond/package_control/milestone/1"
},
"uwAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAGAAAAAAAAAAZAAAAAAAAAAAAAAAZAAAAAAAAADEAAAAAAAAAAAAAADEAAAAAAAAAMgAAAAAAAAAAAAAAMgAAAAAAAAAzAAAAAAAAAAAAAAAzAAAAAAAAAEIAAAAAAAAAAAAAAEIAAAAAAAAAQwAAAAAAAAAAAAAAQwAAAAAAAABSAAAAAAAAAAAAAABSAAAAAAAAAFMAAAAAAAAAAAAAAFMAAAAAAAAAVAAAAAAAAAAAAAAAVAAAAAAAAABxAAAAAAAAAAAAAABxAAAAAAAAAHIAAAAAAAAAAAAAAHIAAAAAAAAAjwAAAAAAAAAAAAAAjwAAAAAAAACQAAAAAAAAAAAAAACQAAAAAAAAAJEAAAAAAAAAAAAAAJEAAAAAAAAAkgAAAAAAAAAAAAAAkgAAAAAAAAChAAAAAAAAAAAAAAChAAAAAAAAAKIAAAAAAAAAAAAAAKIAAAAAAAAAsQAAAAAAAAAAAAAAsQAAAAAAAACyAAAAAAAAAAAAAACyAAAAAAAAALMAAAAAAAAAAAAAALMAAAAAAAAA1QAAAAAAAAAAAAAA1QAAAAAAAADWAAAAAAAAAAAAAADWAAAAAAAAANcAAAAAAAAAAAAAANcAAAAAAAAA9wAAAAAAAAAAAAAA9wAAAAAAAAD4AAAAAAAAAAAAAAD4AAAAAAAAAPkAAAAAAAAAAAAAAPkAAAAAAAAAGAEAAAAAAAAAAAAAGAEAAAAAAAAZAQAAAAAAAAAAAAAZAQAAAAAAABoBAAAAAAAAAAAAABoBAAAAAAAAXgEAAAAAAAAAAAAAXgEAAAAAAABfAQAAAAAAAAAAAABfAQAAAAAAAKoBAAAAAAAAAAAAAKoBAAAAAAAAqwEAAAAAAAAAAAAAqwEAAAAAAACsAQAAAAAAAAAAAACsAQAAAAAAAAACAAAAAAAAAAAAAAACAAAAAAAAAQIAAAAAAAAAAAAAAQIAAAAAAAACAgAAAAAAAAAAAAACAgAAAAAAACwCAAAAAAAAAAAAACwCAAAAAAAALQIAAAAAAAAAAAAALQIAAAAAAAAuAgAAAAAAAAAAAAAuAgAAAAAAAG4CAAAAAAAAAAAAAG4CAAAAAAAAbwIAAAAAAAAAAAAAbwIAAAAAAABwAgAAAAAAAAAAAABwAgAAAAAAAK4CAAAAAAAAAAAAAK4CAAAAAAAArwIAAAAAAAAAAAAArwIAAAAAAACwAgAAAAAAAAAAAACwAgAAAAAAANUCAAAAAAAAAAAAANUCAAAAAAAA1gIAAAAAAAAAAAAA1gIAAAAAAADXAgAAAAAAAAAAAADXAgAAAAAAABoDAAAAAAAAAAAAABoDAAAAAAAAGwMAAAAAAAAAAAAAGwMAAAAAAABZAwAAAAAAAAAAAABZAwAAAAAAAFoDAAAAAAAAAAAAAFoDAAAAAAAAWwMAAAAAAAAAAAAAWwMAAAAAAACSAwAAAAAAAAAAAACSAwAAAAAAAJMDAAAAAAAAAAAAAJMDAAAAAAAAywMAAAAAAAAAAAAAywMAAAAAAADMAwAAAAAAAAAAAADMAwAAAAAAAM0DAAAAAAAAAAAAAM0DAAAAAAAAGAQAAAAAAAAAAAAAGAQAAAAAAAAZBAAAAAAAAAAAAAAZBAAAAAAAABoEAAAAAAAAAAAAABoEAAAAAAAAbAQAAAAAAAAAAAAAbAQAAAAAAABtBAAAAAAAAAAAAABtBAAAAAAAAJgEAAAAAAAAAAAAAJgEAAAAAAAAmQQAAAAAAAAAAAAAmQQAAAAAAACaBAAAAAAAAAAAAACaBAAAAAAAAJsEAAAAAAAAAAAAAJsEAAAAAAAAsgQAAAAAAAAAAAAAsgQAAAAAAACzBAAAAAAAAAAAAACzBAAAAAAAAMoEAAAAAAAAAAAAAMoEAAAAAAAAywQAAAAAAAAAAAAAywQAAAAAAADMBAAAAAAAAAAAAADMBAAAAAAAAAsFAAAAAAAAAAAAAAsFAAAAAAAADAUAAAAAAAAAAAAADAUAAAAAAABIBQAAAAAAAAAAAABIBQAAAAAAAEkFAAAAAAAAAAAAAEkFAAAAAAAASgUAAAAAAAAAAAAASgUAAAAAAACEBQAAAAAAAAAAAACEBQAAAAAAAIUFAAAAAAAAAAAAAIUFAAAAAAAArwUAAAAAAAAAAAAArwUAAAAAAACwBQAAAAAAAAAAAACwBQAAAAAAALEFAAAAAAAAAAAAALEFAAAAAAAA6QUAAAAAAAAAAAAA6QUAAAAAAADqBQAAAAAAAAAAAADqBQAAAAAAABsGAAAAAAAAAAAAABsGAAAAAAAAHAYAAAAAAAAAAAAAHAYAAAAAAAAdBgAAAAAAAAAAAAAdBgAAAAAAAF8GAAAAAAAAAAAAAF8GAAAAAAAAYAYAAAAAAAAAAAAAYAYAAAAAAABhBgAAAAAAAAAAAABhBgAAAAAAAJAGAAAAAAAAAAAAAJAGAAAAAAAAkQYAAAAAAAAAAAAAkQYAAAAAAACSBgAAAAAAAAAAAACSBgAAAAAAAKUGAAAAAAAAAAAAAKUGAAAAAAAApgYAAAAAAAAAAAAApgYAAAAAAACnBgAAAAAAAAAAAACnBgAAAAAAAOUGAAAAAAAAAAAAAOUGAAAAAAAA5gYAAAAAAAAAAAAA5gYAAAAAAADnBgAAAAAAAAAAAADnBgAAAAAAABwHAAAAAAAAAAAAABwHAAAAAAAAHQcAAAAAAAAAAAAAHQcAAAAAAAAeBwAAAAAAAAAAAAAeBwAAAAAAAB8HAAAAAAAAAAAAAB8HAAAAAAAANgcAAAAAAAAAAAAANgcAAAAAAAA3BwAAAAAAAAAAAAA3BwAAAAAAAE4HAAAAAAAAAAAAAE4HAAAAAAAATwcAAAAAAAAAAAAATwcAAAAAAABQBwAAAAAAAAAAAABQBwAAAAAAAJAHAAAAAAAAAAAAAJAHAAAAAAAAkQcAAAAAAAAAAAAAkQcAAAAAAADWBwAAAAAAAAAAAADWBwAAAAAAANcHAAAAAAAAAAAAANcHAAAAAAAABAgAAAAAAAAAAAAABAgAAAAAAAAFCAAAAAAAAAAAAAAFCAAAAAAAAEoIAAAAAAAAAAAAAEoIAAAAAAAASwgAAAAAAAAAAAAASwgAAAAAAAB/CAAAAAAAAAAAAAB/CAAAAAAAAIAIAAAAAAAAAAAAAIAIAAAAAAAAsggAAAAAAAAAAAAAsggAAAAAAACzCAAAAAAAAAAAAACzCAAAAAAAAOcIAAAAAAAAAAAAAOcIAAAAAAAA6AgAAAAAAAAAAAAA6AgAAAAAAAAcCQAAAAAAAAAAAAAcCQAAAAAAAB0JAAAAAAAAAAAAAB0JAAAAAAAATwkAAAAAAAAAAAAATwkAAAAAAABQCQAAAAAAAAAAAABQCQAAAAAAAJYJAAAAAAAAAAAAAJYJAAAAAAAAlwkAAAAAAAAAAAAAlwkAAAAAAADnCQAAAAAAAAAAAADnCQAAAAAAAOgJAAAAAAAAAAAAAOgJAAAAAAAAGwoAAAAAAAAAAAAAGwoAAAAAAAAcCgAAAAAAAAAAAAAcCgAAAAAAAGsKAAAAAAAAAAAAAGsKAAAAAAAAbAoAAAAAAAAAAAAAbAoAAAAAAACoCgAAAAAAAAAAAACoCgAAAAAAAKkKAAAAAAAAAAAAAKkKAAAAAAAAqgoAAAAAAAAAAAAAqgoAAAAAAACrCgAAAAAAAAAAAACrCgAAAAAAAL8KAAAAAAAAAAAAAL8KAAAAAAAAwAoAAAAAAAAAAAAAwAoAAAAAAADUCgAAAAAAAAAAAADUCgAAAAAAANUKAAAAAAAAAAAAANUKAAAAAAAA1goAAAAAAAAAAAAA1goAAAAAAAALCwAAAAAAAAAAAAALCwAAAAAAAAwLAAAAAAAAAAAAAAwLAAAAAAAAOgsAAAAAAAAAAAAAOgsAAAAAAAA7CwAAAAAAAAAAAAA7CwAAAAAAAJoLAAAAAAAAAAAAAJoLAAAAAAAAmwsAAAAAAAAAAAAAmwsAAAAAAADuCwAAAAAAAAAAAADuCwAAAAAAAO8LAAAAAAAAAAAAAO8LAAAAAAAAJwwAAAAAAAAAAAAAJwwAAAAAAAAoDAAAAAAAAAAAAAAoDAAAAAAAAH8MAAAAAAAAAAAAAH8MAAAAAAAAgAwAAAAAAAAAAAAAgAwAAAAAAADHDAAAAAAAAAAAAADHDAAAAAAAAMgMAAAAAAAAAAAAAMgMAAAAAAAACA0AAAAAAAAAAAAACA0AAAAAAAAJDQAAAAAAAAAAAAAJDQAAAAAAAGANAAAAAAAAAAAAAGANAAAAAAAAYQ0AAAAAAAAAAAAAYQ0AAAAAAACYDQAAAAAAAAAAAACYDQAAAAAAAJkNAAAAAAAAAAAAAJkNAAAAAAAA3A0AAAAAAAAAAAAA3A0AAAAAAADdDQAAAAAAAAAAAADdDQAAAAAAABcOAAAAAAAAAAAAABcOAAAAAAAAGA4AAAAAAAAAAAAAGA4AAAAAAABsDgAAAAAAAAAAAABsDgAAAAAAAG0OAAAAAAAAAAAAAG0OAAAAAAAAog4AAAAAAAAAAAAAog4AAAAAAACjDgAAAAAAAAAAAACjDgAAAAAAAPMOAAAAAAAAAAAAAPMOAAAAAAAA9A4AAAAAAAAAAAAA9A4AAAAAAAAUDwAAAAAAAAAAAAAUDwAAAAAAABUPAAAAAAAAAAAAABUPAAAAAAAAWA8AAAAAAAAAAAAAWA8AAAAAAABZDwAAAAAAAAAAAABZDwAAAAAAAFoPAAAAAAAAAAAAAFoPAAAAAAAAYQ8AAAAAAAAAAAAAYQ8AAAAAAABiDwAAAAAAAAAAAABiDwAAAAAAAGMPAAAAAAAAAAAAAGMPAAAAAAAAlw8AAAAAAAAAAAAAlw8AAAAAAACYDwAAAAAAAAAAAACYDwAAAAAAAJkPAAAAAAAAAAAAAJkPAAAAAAAA0w8AAAAAAAAAAAAA",
"AgAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPC/AAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8L8"
],
[
1,
1,
"package_control_message",
{
"message": "\n\nDiffable\n--------\n\n # 2.1.0\n \n ## Features\n \n - `auto_show_diff_hunks` setting added. Which is quite selfdescriptive and allows user to save one keystroak in inline text comparison mode. by @Oudstand\n\n # Major update\n \n Hello everyone, due to years of inactivity, the **Diffy** package has been replaced.\n \n The new replacement is **Diffable**. It maintains all the features of its predecessor, while also modernizing those features behind the scenes and even introducing a few new ones.\n \n ## Feature list\n \n Let's examine the major changes a bit more closely:\n \n 1. The command has changed. Previously, it was `diffy` and now it is `diffable`.\n 2. The arguments have also changed. The actions available now include: `inline`, `clear`, `kaleidoscope`. You can check their usage in the `Default.sublime-keymap` file (i.e. the plugin keymap settings).\n 3. The keymap itself hasn't changed, but it's disabled by default due to potential conflicts with default ST key-binding. Thus, you have to manually enable it through the plugin key-bindings menu.\n 4. The diff engine has been replaced with the default ST3-4 built-in engine. It's much more reliable and robust now.\n 5. Tabs can now be compared, just like groups. This was one of the two main reasons for initiating this project (the second reason was to leverage the ST diffable engine rather than relying on a custom python script).\n 6. External diffing tool support has been added. As of now, it only supports the Kaleidoscope app (macOS only). However, there's certainly room to expand the list of supported tools in the future.\n \n Please take a look at the plugin settings to gain a more comprehensive understanding of the complete list of features that this plugin provides.\n \n ## Future plans\n \n This package isn't meant to evolve beyond its original functionality. I see it as a tool that just works. Therefore, there are only two conceivable ways it could be enhanced:\n \n 1. It could expand the list of supported third-party diff tools.\n 2. It could introduce new features to the built-in ST diffing tool.\n \n The former seems much more likely to occur in the foreseeable future than the latter.\n \n PS: Issues and PR's are welcome at this link [https://github.com/yaroslavyaroslav/Diffable](https://github.com/yaroslavyaroslav/Diffable).\n"
},
"AQAAANMPAAAAAAAA8BgAAAAAAAAAAAAA",
"AQAAAAAAAAABAAAAzAMAAAAAAADMAwAAAAAAAAAAAAAAAPC/"
]
]
},
{
"file": "index.html",
"settings":
{
"buffer_size": 489,
"line_ending": "Unix"
}
},
{
"file": "_layouts/post.html",
"settings":
{
"buffer_size": 385,
"line_ending": "Unix"
}
},
{
"file": "css/main.css",
"settings":
{
"buffer_size": 1408,
"line_ending": "Unix"
}
},
{
"file": "_config.yml",
"settings":
{
"buffer_size": 442,
"line_ending": "Unix"
}
},
{
"file": "css/testscrg.css",
"settings":
{
"buffer_size": 3334,
"line_ending": "Unix"
}
}
],
"build_system": "",
"build_system_choices":
[
],
"build_varint": "",
"command_palette":
{
"height": 392.0,
"last_filter": "",
"selected_items":
[
[
"insta",
"Package Control: Install Package"
],
[
"inst",
"Package Control: Install Package"
],
[
"latex",
"LaTeXing: Rebuild Cache"
],
[
"texsym",
"LaTeXing: Lookup TeX Symbol"
],
[
"insert",
"LaTeXing: Insert TeX Symbol"
],
[
"sn",
"Snippet: Figure"
],
[
"snipfigure",
"Snippet: New Figure"
],
[
"snip",
"Snippet: Figure"
],
[
"lat",
"LaTeXing: Lookup TeX Symbol"
],
[
"install",
"Package Control: Install Package"
],
[
"opengis",
"Gist: Open Gist"
],
[
"open gis",
"Gist: Open Gist"
],
[
"gist",
"Gist: Open Gist"
],
[
"ins",
"Package Control: Install Package"
],
[
"snipp",
"Snippet: Equation"
],
[
"pac",
"Package Control: List Packages"
],
[
"p",
"Package Control: Install Package"
],
[
"pack",
"Package Control: Install Package"
],
[
"",
"Package Control: Upgrade/Overwrite All Packages"
],
[
"late",
"LaTeXing: Rebuild Cache"
],
[
"Build: ",
"Build: Build"
]
],
"width": 629.0
},
"console":
{
"height": 126.0,
"history":
[
"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())"
]
},
"distraction_free":
{
"menu_visible": true,
"show_minimap": false,
"show_open_files": false,
"show_tabs": false,
"side_bar_visible": false,
"status_bar_visible": false
},
"expanded_folders":
[
"/Users/myildi/Documents/mesdocs/Htmls/myildi.github.io"
],
"file_history":
[
"/Users/myildi/Dropbox/Projet-Macrolearn/HowTransparent/Soumission-EJ_IJCB/adaptive-learning-11.tex",
"/Users/myildi/Dropbox/Projet-Macrolearn/HowTransparent/Soumission-EJ_IJCB/adaptive-learning-10_MAS-MY.tex",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/.git/COMMIT_EDITMSG",
"/Users/myildi/Documents/mesdocs/Htmls/myildi.github.io/_config.yml",
"/Users/myildi/Documents/mesdocs/Htmls/myildi.github.io/_layouts/test.css",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/Git/Git.sublime-settings",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/User/Git.sublime-settings",
"/Users/myildi/Documents/mesdocs/Htmls/myildi.github.io/index.html",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/macrolearn2.bib",
"/Users/myildi/Documents/rdir/macrolearn/modele123/modele123.e837097",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/netlogo/modele-social-learning-markup.nlogo",
"/Users/myildi/Documents/rdir/macrolearn/modele123/test-modele-social-learning-markup-3b-revision-GARate-elitism-markup-table.csv",
"/Users/myildi/Documents/rdir/macrolearn/modele123/modele123-gaRate-4-markup-avakas.csv",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/Gist/Gist.sublime-settings",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/User/Gist.sublime-settings",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/.sublime-settings",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/SideBarEnhancements/Side Bar.sublime-settings",
"/Users/myildi/Library/Application Support/Sublime Text 3/Installed Packages/SideBarEnhancements.sublime-package",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/SideBarEnhancements/CHANGELOG",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/soclearn.sublime-project",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/social_learning_nkm-rev-1-my.tex",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/social_learning_nkm-rev-1-my.dep",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/Default/Preferences.sublime-settings",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/Références qui posent pb.txt",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/Preferences.sublime-settings",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/User/LaTeXing.sublime-settings",
"/Users/myildi/Library/Application Support/Sublime Text 3/Packages/LaTeXing/LaTeXing.sublime-settings",
"/Users/myildi/GoogleDrive/Documents/Chantier/social-learning/social_learning_nkm-rev-1-my-IS.tex"
],
"find":
{
"height": 26.0
},
"find_in_files":
{
"height": 93.0,
"where_history":
[
""
]
},
"find_state":
{
"case_sensitive": false,
"find_history":
[
"base.html",
"it",
"he",
"she",
"hoeffner",
"\\varepsilon",
"kram",
"hindex",
"imitate",
"⧵",
"%MY:",
"Arifovic",
"Arifovic94"
],
"highlight": true,
"in_selection": false,
"preserve_case": false,
"regex": false,
"replace_history":
[
"Arifovic1994a"
],
"reverse": false,
"scrollbar_highlights": true,
"show_context": true,
"use_buffer2": true,
"use_gitignore": true,
"whole_word": true,
"wrap": true
},
"groups":
[
{
"sheets":
[
{
"buffer": 0,
"file": "_layouts/base.html",
"semi_transient": false,
"settings":
{
"buffer_size": 1069,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"auto_indent": true,
"syntax": "Packages/HTML/HTML.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 1,
"stack_multiselect": false,
"type": "text"
},
{
"buffer": 1,
"selected": true,
"semi_transient": false,
"settings":
{
"buffer_size": 6384,
"regions":
{
},
"selection":
[
[
972,
972
]
],
"settings":
{
"auto_indent": false,
"syntax": "Packages/Text/Plain text.tmLanguage",
"tab_size": 2,
"tab_width": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 0,
"stack_multiselect": false,
"type": "text"
},
{
"buffer": 2,
"file": "index.html",
"semi_transient": false,
"settings":
{
"buffer_size": 489,
"regions":
{
},
"selection":
[
[
413,
413
]
],
"settings":
{
"syntax": "Packages/HTML/HTML.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 3,
"stack_multiselect": false,
"type": "text"
},
{
"buffer": 3,
"file": "_layouts/post.html",
"semi_transient": false,
"settings":
{
"buffer_size": 385,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"syntax": "Packages/HTML/HTML.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 4,
"stack_multiselect": false,
"type": "text"
},
{
"buffer": 4,
"file": "css/main.css",
"semi_transient": false,
"settings":
{
"buffer_size": 1408,
"regions":
{
},
"selection":
[
[
884,
884
]
],
"settings":
{
"auto_indent": true,
"syntax": "Packages/CSS/CSS.tmLanguage",
"tab_size": 4,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 2,
"stack_multiselect": false,
"type": "text"
},
{
"buffer": 5,
"file": "_config.yml",
"semi_transient": false,
"settings":
{
"buffer_size": 442,
"regions":
{
},
"selection":
[
[
0,
0
]
],
"settings":
{
"syntax": "Packages/YAML/YAML.tmLanguage",
"tab_size": 2,
"translate_tabs_to_spaces": true
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 6,
"stack_multiselect": false,
"type": "text"
},
{
"buffer": 6,
"file": "css/testscrg.css",
"semi_transient": false,
"settings":
{
"buffer_size": 3334,
"regions":
{
},
"selection":
[
[
1097,
1022
]
],
"settings":
{
"syntax": "Packages/CSS/CSS.tmLanguage",
"translate_tabs_to_spaces": false
},
"translation.x": 0.0,
"translation.y": 0.0,
"zoom_level": 1.0
},
"stack_index": 5,
"stack_multiselect": false,
"type": "text"
}
]
}
],
"incremental_find":
{
"height": 26.0
},
"input":
{
"height": 31.0
},
"layout":
{
"cells":
[
[
0,
0,
1,
1
]
],
"cols":
[
0.0,
1.0
],
"rows":
[
0.0,
1.0
]
},
"menu_visible": true,
"output.exec":
{
"height": 112.0
},
"output.find_results":
{
"height": 0.0
},
"output.git":
{
"height": 112.0
},
"pinned_build_system": "",
"project": "jekyll.sublime-project",
"replace":
{
"height": 48.0
},
"save_all_on_build": true,
"select_file":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
[
"",
"Références qui posent pb:"
]
],
"width": 0.0
},
"select_project":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"select_symbol":
{
"height": 0.0,
"last_filter": "",
"selected_items":
[
],
"width": 0.0
},
"selected_group": 0,
"settings":
{
},
"show_minimap": true,
"show_open_files": true,
"show_tabs": true,
"side_bar_visible": true,
"side_bar_width": 250.0,
"status_bar_visible": true,
"template_settings":
{
}
}