Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/registry/cristianadam.nomoicontheme @cristianadam
/registry/cristianadam.onedarkpro @cristianadam
/registry/cristianadam.phantomstyle @cristianadam
/registry/cristianadam.tabbededitor @cristianadam
/registry/theqtcompany.aiassistant @Maddimax @lupax
/registry/theqtcompany.vale @Maddimax
/registry/theqtcompany.cpp @Maddimax
Expand Down
2 changes: 1 addition & 1 deletion badges/extensions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions registry/cristianadam.tabbededitor/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"$schema": "../../schema/extension.schema.json",
"info": {
"id": "tabbededitor",
"vendor_id": "cristianadam",
"display_name": "TabbedEditor",
"display_vendor": "Cristian Adam",
"license": "open-source"
},
"latest": "17.0.0",
"versions": {
"17.0.0": {
"sources": [
{
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Windows-x64.7z",
"sha256": "efd2faef19a41db69a4059999ce3285d863f36e4821a186c2da20814214057e4",
"platform": {
"name": "Windows",
"architecture": "x86_64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Windows-arm64.7z",
"sha256": "bd020c0c3953d8ab1337c97ea526206aa32ff07020304c45154c4db0f67adddd",
"platform": {
"name": "Windows",
"architecture": "arm64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Linux-x64.7z",
"sha256": "1ba41f06cbbfe2ea51a7fa9a217771e2072d8fcef7f6f9b36be64b2802ca7bcf",
"platform": {
"name": "Linux",
"architecture": "x86_64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-Linux-arm64.7z",
"sha256": "1761eb66e7192b0343d0986acebfeb653e339f3a3a8f1bce4269cdb782c16c2c",
"platform": {
"name": "Linux",
"architecture": "arm64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-macOS-universal.7z",
"sha256": "e312ff46fe57c3e49cc3205861cd45e13b1cd5733f30d912c269e65b9eb24b9d",
"platform": {
"name": "macOS",
"architecture": "x86_64"
}
},
{
"url": "https://github.com/cristianadam/qt-creator-tabbededitor/releases/download/v17.0.0/TabbedEditorPlugin-17.0.0-macOS-universal.7z",
"sha256": "e312ff46fe57c3e49cc3205861cd45e13b1cd5733f30d912c269e65b9eb24b9d",
"platform": {
"name": "macOS",
"architecture": "arm64"
}
}
],
"metadata": {
"Id": "tabbededitor",
"Name": "TabbedEditor",
"Version": "17.0.0",
"CompatVersion": "17.0.0",
"Vendor": "Cristian Adam",
"VendorId": "cristianadam",
"Copyright": "(C) 2015 Oleg Shparber, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
"License": "LGPLv3",
"Description": "Add tabs to Qt Creator",
"LongDescription": [
"# Qt Creator Tabbed Editor Plugin",
"",
"The aim of this project is to provide a tab-based experience in [Qt Creator](https://www.qt.io/product/development-tools).",
"",
"# Screenshots",
"",
"![qt-creator-tabbededitor-light.png](https://raw.githubusercontent.com/cristianadam/qt-creator-tabbededitor/refs/heads/master/screenshots/qt-creator-tabbededitor-light.png)",
"",
"![qt-creator-tabbededitor-dark.png](https://raw.githubusercontent.com/cristianadam/qt-creator-tabbededitor/refs/heads/master/screenshots/qt-creator-tabbededitor-dark.png)",
"",
"## Copyright / License",
"",
"Copyright (C) 2015 Oleg Shparber",
"",
"This software is available under the terms of the GNU Lesser General Public License version 3 (LGPLv3).",
"",
"This project is a fork of [QtCreator Tabbed Editor Plugin](https://sourceforge.net/projects/tabbededitor/) by SNA Soft."
],
"Url": "https://github.com/cristianadam/qt-creator-tabbededitor",
"DocumentationUrl": "",
"Dependencies": [
{
"Id": "core",
"Version": "17.0.0"
}
]
}
}
}
}