Skip to content

Commit ed03702

Browse files
authored
Update tabbededitor to v19.0.0 (#55)
## Describe your changes - Updating an existing plugin ## Checklist - [x] I have run `npm run all` to validate my changes - [x] I have made sure my commits are [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) - [x] I have added an entry for new Extensions in [CODEOWNERS](/CODEOWNERS) - [x] I have read and I agree with the [Qt Creator Extensions Store Publisher Terms](https://github.com/qt-creator/extension-registry/blob/main/documentation/publisher-terms.pdf)
2 parents c05f8f5 + 0cef3d0 commit ed03702

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": "18.0.0",
10+
"latest": "19.0.0",
1111
"versions": {
12+
"19.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v19.0.0/TabbedEditorPlugin-19.0.0-Windows-x64.7z",
16+
"sha256": "55126514496700cd958f8d404e13927ffdd7bfb5a2c7d73b90b05f9e0d5ee8f2",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v19.0.0/TabbedEditorPlugin-19.0.0-Windows-arm64.7z",
24+
"sha256": "66c7590fee7fc1c853b3f8e09500f6bd1a16483ea7060a463e6d31b59dc653bd",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v19.0.0/TabbedEditorPlugin-19.0.0-Linux-x64.7z",
32+
"sha256": "e39f3f5aa8cea8a1f7a07a652c5d7dbf30d85db9eb9273c32fd56105316ed325",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v19.0.0/TabbedEditorPlugin-19.0.0-Linux-arm64.7z",
40+
"sha256": "463d5300570fa39bbfc5c91a5403fd2c83ffbd3b8d2d259e32329e66914ff893",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v19.0.0/TabbedEditorPlugin-19.0.0-macOS-universal.7z",
48+
"sha256": "d5574297e57b863b73d5264ebf6063221a79141cf948b2fe956c297fce02777f",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v19.0.0/TabbedEditorPlugin-19.0.0-macOS-universal.7z",
56+
"sha256": "d5574297e57b863b73d5264ebf6063221a79141cf948b2fe956c297fce02777f",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "tabbededitor",
65+
"Name": "TabbedEditor",
66+
"Version": "19.0.0",
67+
"CompatVersion": "19.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": "19.0.0"
98+
}
99+
]
100+
}
101+
},
12102
"18.0.0": {
13103
"sources": [
14104
{

0 commit comments

Comments
 (0)