Skip to content

Commit c951a33

Browse files
committed
Update tabbededitor to v20.0.0
1 parent c05f8ef commit c951a33

1 file changed

Lines changed: 91 additions & 1 deletion

File tree

registry/cristianadam.tabbededitor/extension.json

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,98 @@
77
"display_vendor": "Cristian Adam",
88
"license": "open-source"
99
},
10-
"latest": "19.0.0",
10+
"latest": "20.0.0",
1111
"versions": {
12+
"20.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v20.0.0/TabbedEditorPlugin-20.0.0-Windows-x64.7z",
16+
"sha256": "24b5b978ab691545cbea7a4dbd3ebbd3d020c731f2d3df1345df76f0f82ae8c8",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v20.0.0/TabbedEditorPlugin-20.0.0-Windows-arm64.7z",
24+
"sha256": "50ece6bc69b7812f00d67ab8e53d255f97d8e389aa719d97e97b82cb11360998",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v20.0.0/TabbedEditorPlugin-20.0.0-Linux-x64.7z",
32+
"sha256": "cebb014eaf0a96efb144721db7c680b68a05dda43b71869962b3408fc008fc77",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v20.0.0/TabbedEditorPlugin-20.0.0-Linux-arm64.7z",
40+
"sha256": "afbfc79a9f1539a7c4feabd7c8175c0f0123e605fdbc862049d2e196c3a40c63",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v20.0.0/TabbedEditorPlugin-20.0.0-macOS-universal.7z",
48+
"sha256": "0d77b20a7e47f8621f5a8cfcba0d8fd1694b02221ad0f886810e774b871d7a84",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v20.0.0/TabbedEditorPlugin-20.0.0-macOS-universal.7z",
56+
"sha256": "0d77b20a7e47f8621f5a8cfcba0d8fd1694b02221ad0f886810e774b871d7a84",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "tabbededitor",
65+
"Name": "TabbedEditor",
66+
"Version": "20.0.0",
67+
"CompatVersion": "20.0.0",
68+
"Vendor": "Cristian Adam",
69+
"VendorId": "cristianadam",
70+
"Copyright": "(C) 2015 Oleg Shparber, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
71+
"License": "LGPLv3",
72+
"Description": "Add tabs to Qt Creator",
73+
"LongDescription": [
74+
"# Qt Creator Tabbed Editor Plugin",
75+
"",
76+
"The aim of this project is to provide a tab-based experience in [Qt Creator](https://www.qt.io/product/development-tools).",
77+
"",
78+
"# Screenshots",
79+
"",
80+
"![qt-creator-tabbededitor-light.png](https://raw.githubusercontent.com/cristianadam/qt-creator-tabbededitor/refs/heads/master/screenshots/qt-creator-tabbededitor-light.png)",
81+
"",
82+
"![qt-creator-tabbededitor-dark.png](https://raw.githubusercontent.com/cristianadam/qt-creator-tabbededitor/refs/heads/master/screenshots/qt-creator-tabbededitor-dark.png)",
83+
"",
84+
"## Copyright / License",
85+
"",
86+
"Copyright (C) 2015 Oleg Shparber",
87+
"",
88+
"This software is available under the terms of the GNU Lesser General Public License version 3 (LGPLv3).",
89+
"",
90+
"This project is a fork of [QtCreator Tabbed Editor Plugin](https://sourceforge.net/projects/tabbededitor/) by SNA Soft."
91+
],
92+
"Url": "https://github.com/cristianadam/qt-creator-tabbededitor",
93+
"DocumentationUrl": "",
94+
"Dependencies": [
95+
{
96+
"Id": "core",
97+
"Version": "20.0.0"
98+
}
99+
]
100+
}
101+
},
12102
"19.0.0": {
13103
"sources": [
14104
{

0 commit comments

Comments
 (0)