From 790c56781e73e2175e0bcc3ef007bbfbe00bce3f Mon Sep 17 00:00:00 2001 From: Stan van Dijk Date: Thu, 31 Oct 2024 22:17:44 +0100 Subject: [PATCH 1/9] Add C3 image --- icons/c3.svg | 7 +++++++ src/core/icons/fileIcons.ts | 1 + 2 files changed, 8 insertions(+) create mode 100644 icons/c3.svg diff --git a/icons/c3.svg b/icons/c3.svg new file mode 100644 index 0000000000..59576db8e4 --- /dev/null +++ b/icons/c3.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index cd8c640ce1..a0608b44cf 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -378,6 +378,7 @@ export const fileIcons: FileIcons = { { name: 'java', fileExtensions: ['java', 'jsp'] }, { name: 'jar', fileExtensions: ['jar'] }, { name: 'javaclass', fileExtensions: ['class'] }, + { name: 'c3', fileExtensions: ['c3'] }, { name: 'c', fileExtensions: ['c', 'i', 'mi'] }, { name: 'h', fileExtensions: ['h'] }, { From 0f57caeb4e71f286f5960898a46d41b0219e9e12 Mon Sep 17 00:00:00 2001 From: Stan van Dijk Date: Sun, 3 Nov 2024 09:08:43 +0100 Subject: [PATCH 2/9] Update SVG and add to language Icons --- icons/c3.svg | 8 +------- src/core/icons/languageIcons.ts | 1 + 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/icons/c3.svg b/icons/c3.svg index 59576db8e4..d9b21def2a 100644 --- a/icons/c3.svg +++ b/icons/c3.svg @@ -1,7 +1 @@ - - - - - - + \ No newline at end of file diff --git a/src/core/icons/languageIcons.ts b/src/core/icons/languageIcons.ts index 4522d0b8a5..0afd308143 100644 --- a/src/core/icons/languageIcons.ts +++ b/src/core/icons/languageIcons.ts @@ -102,6 +102,7 @@ export const languageIcons: LanguageIcon[] = [ { icon: { name: 'cpp' }, ids: ['cpp'] }, { icon: { name: 'objective-c' }, ids: ['objective-c'] }, { icon: { name: 'objective-cpp' }, ids: ['objective-cpp'] }, + { icon: { name: 'c3' }, ids: ['c3'] }, // Possible it changes when the original icon is available { icon: { name: 'coffee' }, ids: ['coffeescript'] }, { icon: { name: 'fsharp' }, ids: ['fsharp'] }, { icon: { name: 'editorconfig' }, ids: ['editorconfig'] }, From ea48fc470152473e9d0df475b9d63a1c9e3afafe Mon Sep 17 00:00:00 2001 From: Stan van Dijk Date: Sun, 3 Nov 2024 09:15:19 +0100 Subject: [PATCH 3/9] Better aligned --- icons/c3.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/c3.svg b/icons/c3.svg index d9b21def2a..572ca2bbab 100644 --- a/icons/c3.svg +++ b/icons/c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From eb86b4d4972229e096bbfe77a9782c6e165519cc Mon Sep 17 00:00:00 2001 From: Stan van Dijk Date: Sun, 3 Nov 2024 09:20:34 +0100 Subject: [PATCH 4/9] Remove comment --- src/core/icons/languageIcons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/icons/languageIcons.ts b/src/core/icons/languageIcons.ts index 0afd308143..ff97f0f97f 100644 --- a/src/core/icons/languageIcons.ts +++ b/src/core/icons/languageIcons.ts @@ -102,7 +102,7 @@ export const languageIcons: LanguageIcon[] = [ { icon: { name: 'cpp' }, ids: ['cpp'] }, { icon: { name: 'objective-c' }, ids: ['objective-c'] }, { icon: { name: 'objective-cpp' }, ids: ['objective-cpp'] }, - { icon: { name: 'c3' }, ids: ['c3'] }, // Possible it changes when the original icon is available + { icon: { name: 'c3' }, ids: ['c3'] }, { icon: { name: 'coffee' }, ids: ['coffeescript'] }, { icon: { name: 'fsharp' }, ids: ['fsharp'] }, { icon: { name: 'editorconfig' }, ids: ['editorconfig'] }, From 262a7efe933c0322e10b959af7d0cb2ed85d9609 Mon Sep 17 00:00:00 2001 From: Stan van Dijk Date: Sun, 3 Nov 2024 09:41:32 +0100 Subject: [PATCH 5/9] Now it is working again --- icons/c3.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/c3.svg b/icons/c3.svg index 572ca2bbab..a20e0e215d 100644 --- a/icons/c3.svg +++ b/icons/c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 547056631fab89a886b5ec7ae90a706e2e8a9b06 Mon Sep 17 00:00:00 2001 From: Stan van Dijk Date: Thu, 7 Nov 2024 21:06:02 +0100 Subject: [PATCH 6/9] Update C3 icon --- icons/c3.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/c3.svg b/icons/c3.svg index a20e0e215d..b13918f733 100644 --- a/icons/c3.svg +++ b/icons/c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 91aa41723142911001c0ac3eb2b1a6e8e166d6ec Mon Sep 17 00:00:00 2001 From: Stan van Dijk Date: Fri, 8 Nov 2024 17:29:26 +0100 Subject: [PATCH 7/9] UpdateC3 again --- icons/c3.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/c3.svg b/icons/c3.svg index b13918f733..fcf279ea02 100644 --- a/icons/c3.svg +++ b/icons/c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 2b69ec7aa90e2885d37e3f5616fc24072acfb021 Mon Sep 17 00:00:00 2001 From: Stan van Dijk Date: Fri, 8 Nov 2024 17:35:16 +0100 Subject: [PATCH 8/9] Aligned top and bottom --- icons/c3.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/c3.svg b/icons/c3.svg index fcf279ea02..fc1e29019e 100644 --- a/icons/c3.svg +++ b/icons/c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 063835b4bb14c12a3016999397e639f015b87a61 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sat, 9 Nov 2024 01:25:04 -0300 Subject: [PATCH 9/9] =?UTF-8?q?fix:=20=F0=9F=9A=91=20make=20it=20pixel=20p?= =?UTF-8?q?erfect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icons/c3.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/c3.svg b/icons/c3.svg index fc1e29019e..4afdbb1b7e 100644 --- a/icons/c3.svg +++ b/icons/c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file