-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcom.sublimetext.three.appdata.xml
145 lines (145 loc) · 7.44 KB
/
com.sublimetext.three.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Endless Mobile, Inc. -->
<component type="desktop">
<id>com.sublimetext.three</id>
<name>Sublime Text</name>
<project_license>LicenseRef-proprietary=https://www.sublimetext.com/eula</project_license>
<developer_name>Sublime HQ Pty Ltd</developer_name>
<summary>Sophisticated text editor for code, markup and prose</summary>
<metadata_license>CC0-1.0</metadata_license>
<url type="homepage">https://www.sublimetext.com/</url>
<url type="bugtracker">https://github.com/SublimeTextIssues/Core/issues</url>
<url type="help">https://forum.sublimetext.com/</url>
<launchable type="desktop-id">com.sublimetext.three.desktop</launchable>
<description>
<p>A sophisticated text editor for code, markup and prose.</p>
</description>
<screenshots>
<screenshot type="default">
<image type="source">https://www.sublimetext.com/screenshots/3.0/linux.png</image>
</screenshot>
</screenshots>
<categories>
<category>Development</category>
<category>Utility</category>
<category>TextEditor</category>
</categories>
<icon type="remote" height="128" width="128">https://raw.githubusercontent.com/flathub/com.sublimetext.three/master/com.sublimetext.three-128.png</icon>
<icon type="remote" height="64" width="64">https://raw.githubusercontent.com/flathub/com.sublimetext.three/master/com.sublimetext.three-64.png</icon>
<releases>
<release date="2019-10-01" version="3.2.2" />
<release date="2019-04-06" version="3.2.1" />
<release date="2019-03-13" version="3.2">
<description>
<p>3.2 (BUILD 3200)</p>
<p>NEW: Git Integration</p>
<ul>
<li>Files and folders in the sidebar will now display badges to indicate Git status</li>
<li>Ignored files and folders are visually de-emphasized</li>
<li>The current Git branch and number of modifications is displayed in the status bar</li>
<li>Commands have been added to open a repository, see file or folder history, or blame a file in Sublime Merge</li>
<li>Themes may customize the display of sidebar badges and status bar information</li>
<li>The setting show_git_status allows disabling Git integration</li>
<li>All file reads are done through a custom, high-performance Git library written for Sublime Merge</li>
</ul>
<p>NEW: Incremental Diff</p>
<ul>
<li>All changes to a document are now represented by dedicated markers in the gutter</li>
<li>Diff markers show added, modified and deleted lines</li>
<li>The setting mini_diff controls incremental diff behavior</li>
<li>In coordination with the new Git functionality, diffs can be calculated against HEAD or the index</li>
<li>The git_diff_target setting controls base document source</li>
<li>API methods View.set_reference_document() and View.reset_reference_document() allow controlling the diff</li>
<li>The following diff-related commands were added:
<ul>
<li>Next Modification</li>
<li>Previous Modification</li>
<li>Revert Modification</li>
</ul>
</li>
<li>Full inline diffs of each change can be displayed via the right-click context menu, or keyboard shortcuts</li>
<li>Inline diff presentation can be changed by customizing a color scheme</li>
</ul>
<p>Editor Control</p>
<ul>
<li>Added block_caret setting</li>
<li>Improve positioning and sizing of gutter icons in some situations</li>
<li>Fixed draw_minimap_border setting not working</li>
<li>Improved input method (IM) support - fcitx, ibus, etc</li>
<li>Fixed a crash when using GTK_IM_MODULE=xim</li>
<li>Tweaked behavior of up/down when on the first and last lines of a file to better match platform conventions</li>
</ul>
<p>Themes/UI</p>
<ul>
<li>Enhanced the .sublime-theme format:
<ul>
<li>Added variables support and associated revised JSON format with variables key</li>
<li>Added extends keyword to have one theme derive from another</li>
<li>Colors may be specified via CSS syntax</li>
</ul>
</li>
<li>Improved performance with large numbers of rules in a .sublime-theme</li>
<li>Moved to GTK3</li>
<li>Various high DPI fixes</li>
</ul>
<p>Text Rendering</p>
<ul>
<li>Support for Unicode 11.0</li>
<li>Improved rendering of combining characters</li>
<li>Fixed a caret positioning bug when non-trivial graphemes are present</li>
<li>Color glyphs are now drawn properly on light backgrounds</li>
</ul>
<p>Color Schemes</p>
<ul>
<li>Added block_caret key to use in conjunction with block carets</li>
<li>caret values now respect alpha as expected, rather than pre-blending against the background color</li>
<li>Added the foreground_adjust property to rules with a background. Accepts CSS color mod adjusters to manipulate the saturation, lightness or opacity of the foreground color.</li>
</ul>
<p>Syntax Highlighting</p>
<ul>
<li>Many syntax highlighting improvements, including significant improvements to:
<ul>
<li>Clojure, with thanks to Nelo Mitranim</li>
<li>D</li>
<li>Go, with thanks to Nelo Mitranim</li>
<li>Lua, with thanks to Thomas Smith</li>
</ul>
</li>
<li>Fixed a crash that could occur when nesting embed patterns in .sublime-syntax files</li>
<li>Syntax Tests: Allow syntax test files to have a UTF-8 BOM</li>
</ul>
<p>API</p>
<ul>
<li>Added View.set_reference_document() and View.reset_reference_document() to control diff generation</li>
<li>Phantoms are now drawn correctly in conjunction with draw_centered</li>
<li>Various minor improvements related to plugin module loading and unloading</li>
<li>Added support for hwb() colors to minihtml</li>
<li>Added a custom min-contrast() adjuster for the CSS color mod function in minihtml</li>
</ul>
<p>Miscellaneous</p>
<ul>
<li>Fixed a Goto Symbol in Project performance regression</li>
<li>F21..F24 keys can now be bound</li>
<li>Assorted minor fixes and stability improvements</li>
<li>Improved behavior of --wait command line argument when Sublime Text isn't currently running</li>
</ul>
</description>
</release>
<release date="2018-05-14" version="3.1.1">
<description>
<p>3.1.1 (BUILD 3176)</p>
<ul>
<li>Various fixes from 3.1</li>
<li>Added ui_scale setting to scale the entire UI, dpi_scale is now Linux-only</li>
<li>Added workaround for a display driver issue, giving significant scrolling improvements for some environments</li>
<li>Indexing: Added more information in the Indexing Status window, and reduced CPU utilization in some scenarios</li>
</ul>
</description>
</release>
<release date="2018-05-07" version="3.1"/>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="social-info">intense</content_attribute>
</content_rating>
<update_contact>philip_AT_endlessm.com</update_contact>
</component>