Skip to content

Commit 2dd9e53

Browse files
committed
Add "TabbedEditor" plugin
1 parent d5ecc1f commit 2dd9e53

File tree

3 files changed

+105
-1
lines changed

3 files changed

+105
-1
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/registry/cristianadam.nomoicontheme @cristianadam
55
/registry/cristianadam.onedarkpro @cristianadam
66
/registry/cristianadam.phantomstyle @cristianadam
7+
/registry/cristianadam.tabbededitor @cristianadam
78
/registry/theqtcompany.aiassistant @Maddimax @lupax
89
/registry/theqtcompany.vale @Maddimax
910
/registry/theqtcompany.cpp @Maddimax

badges/extensions.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"$schema": "../../schema/extension.schema.json",
3+
"info": {
4+
"id": "tabbededitor",
5+
"vendor_id": "cristianadam",
6+
"display_name": "TabbedEditor",
7+
"display_vendor": "Cristian Adam",
8+
"license": "open-source"
9+
},
10+
"latest": "17.0.0",
11+
"versions": {
12+
"17.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Windows-x64.7z",
16+
"sha256": "efd2faef19a41db69a4059999ce3285d863f36e4821a186c2da20814214057e4",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Windows-arm64.7z",
24+
"sha256": "bd020c0c3953d8ab1337c97ea526206aa32ff07020304c45154c4db0f67adddd",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Linux-x64.7z",
32+
"sha256": "1ba41f06cbbfe2ea51a7fa9a217771e2072d8fcef7f6f9b36be64b2802ca7bcf",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Linux-arm64.7z",
40+
"sha256": "1761eb66e7192b0343d0986acebfeb653e339f3a3a8f1bce4269cdb782c16c2c",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-macOS-universal.7z",
48+
"sha256": "e312ff46fe57c3e49cc3205861cd45e13b1cd5733f30d912c269e65b9eb24b9d",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-macOS-universal.7z",
56+
"sha256": "e312ff46fe57c3e49cc3205861cd45e13b1cd5733f30d912c269e65b9eb24b9d",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "tabbededitor",
65+
"Name": "TabbedEditor",
66+
"Version": "17.0.0",
67+
"CompatVersion": "17.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": "17.0.0"
98+
}
99+
]
100+
}
101+
}
102+
}
103+
}

0 commit comments

Comments
 (0)