Skip to content

Commit 5873cda

Browse files
committed
Merge branch 'develop'
2 parents 3ac123b + 37c917c commit 5873cda

3 files changed

Lines changed: 22 additions & 18 deletions

File tree

.github/workflows/ecode-release.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ jobs:
3434
echo "version=${GITHUB_REF/refs\/tags\//}" | sed 's/ecode-//' >> "$GITHUB_OUTPUT"
3535
fi
3636
- name: Update Tag
37-
uses: richardsimko/update-tag@v1
38-
with:
39-
tag_name: ecode-${{ steps.tag.outputs.version }}
40-
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
run: |
38+
git tag -f ecode-${{ steps.tag.outputs.version }}
39+
git push -f origin ecode-${{ steps.tag.outputs.version }}
4240
- name: Create Release
4341
id: create_release
44-
uses: softprops/action-gh-release@v2
42+
uses: softprops/action-gh-release@v3
4543
with:
4644
tag_name: ecode-${{ steps.tag.outputs.version }}
4745
name: ecode ${{ steps.tag.outputs.version }}
@@ -109,7 +107,7 @@ jobs:
109107
run: |
110108
bash projects/linux/ecode/build.app.sh --with-static-cpp --arch ${{ matrix.config.arch }}
111109
- name: Upload Files
112-
uses: softprops/action-gh-release@v2
110+
uses: softprops/action-gh-release@v3
113111
with:
114112
repository: SpartanJ/ecode
115113
tag_name: ecode-${{ needs.release.outputs.version }}
@@ -172,7 +170,7 @@ jobs:
172170
run: |
173171
bash projects/linux/ecode/build.app.sh --arch ${{ matrix.config.arch }}
174172
- name: Upload Files
175-
uses: softprops/action-gh-release@v2
173+
uses: softprops/action-gh-release@v3
176174
with:
177175
repository: SpartanJ/ecode
178176
tag_name: ecode-${{ needs.release.outputs.version }}
@@ -230,7 +228,7 @@ jobs:
230228
run: |
231229
bash projects/mingw32/ecode/build.app.sh
232230
- name: Upload Files
233-
uses: softprops/action-gh-release@v2
231+
uses: softprops/action-gh-release@v3
234232
with:
235233
repository: SpartanJ/ecode
236234
tag_name: ecode-${{ needs.release.outputs.version }}
@@ -275,7 +273,7 @@ jobs:
275273
run: |
276274
bash projects/mingw32/ecode/build.app.sh --arch=arm64
277275
- name: Upload Files
278-
uses: softprops/action-gh-release@v2
276+
uses: softprops/action-gh-release@v3
279277
with:
280278
tag_name: ecode-${{ needs.release.outputs.version }}
281279
draft: false
@@ -338,7 +336,7 @@ jobs:
338336
DMG_NAME="ecode-macos-${{ env.INSTALL_REF }}-arm64.dmg"
339337
bash ./sign.sh "$DMG_NAME"
340338
- name: Upload Files
341-
uses: softprops/action-gh-release@v2
339+
uses: softprops/action-gh-release@v3
342340
with:
343341
repository: SpartanJ/ecode
344342
tag_name: ecode-${{ needs.release.outputs.version }}
@@ -406,7 +404,7 @@ jobs:
406404
DMG_NAME="ecode-macos-${{ env.INSTALL_REF }}-x86_64.dmg"
407405
bash ./sign.sh "$DMG_NAME"
408406
- name: Upload Files
409-
uses: softprops/action-gh-release@v2
407+
uses: softprops/action-gh-release@v3
410408
with:
411409
repository: SpartanJ/ecode
412410
tag_name: ecode-${{ needs.release.outputs.version }}
@@ -448,7 +446,7 @@ jobs:
448446
git config --global --add safe.directory "$GITHUB_WORKSPACE"
449447
sh projects/freebsd/ecode/build.app.sh
450448
- name: Upload Files
451-
uses: softprops/action-gh-release@v2
449+
uses: softprops/action-gh-release@v3
452450
with:
453451
tag_name: ecode-${{ needs.release.outputs.version }}
454452
draft: false
@@ -482,7 +480,7 @@ jobs:
482480
git config --global --add safe.directory "$GITHUB_WORKSPACE"
483481
sh projects/haiku/ecode/build.app.sh --version ${{ env.INSTALL_REF }}
484482
- name: Upload Files
485-
uses: softprops/action-gh-release@v2.2.2
483+
uses: softprops/action-gh-release@v3
486484
with:
487485
tag_name: ${{ needs.release.outputs.version }}
488486
draft: false

docs/autocomplete.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The auto-complete plugin is in charge of providing suggestions for code-completi
66

77
* **max_label_characters**: Maximum characters displayed in the suggestion box.
88
* **suggestions_syntax_highlight**: Enables/disables syntax highlighting in suggestions.
9+
* **max_signature_helper_width**: The maximum width in stylesheet length of the signature helper (default value: "90%").
10+
* **max_suggestion_documentation_width**: The maximum width in stylesheet length of the currently selected suggestion item documentation (default value: "100%").
11+
* **signature_help_multi_line**: Enables the signature help to be rendered in multiple lines if needed (wraps text), otherwise it will render in a single line and ensure the current parameter is visible.
12+
* **suggestion_documentation**: Enables the suggestion item documentation.
913

1014
### Auto Complete keybindings object keys
1115

docs/uicustomizations.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following keys are valid for the default set of syntax highlighting options
1818
| Key | Usage | Used for UI Colors when Syntax Color Scheme enabled | fallback/default (when unspecified) | syntax |
1919
| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2020
| `background` | background color of editor area | `--back`, `--tab-active`, `--term-back-color` | | |
21-
| `widget_background` | background for panels and widgets that may spawn inside the editor | `--list-back`, `--list-row-active`, `--menu-back`, `--menu-font-active` | `gutter_background` | |
21+
| `widget_background` | background for panels and widgets that may spawn inside the editor | `--list-back`, `--menu-back`, `--menu-font-active` | `gutter_background` | |
2222
| `gutter_background` | background for gutter area (contains line numbers) | | `background` | |
2323
| `text` | text/code color for default visual text in the editor | `--font`, `--term-font-color`, `--icon-line-hover`, `--menu-font` | | |
2424
| `caret` | caret color (blinking cursor) | | | |
@@ -44,10 +44,12 @@ The following keys are valid for the default set of syntax highlighting options
4444
| `error` | color of message and wavy underline in error feedback (lsp, lint, ...) | `--tab-close-hover`, `--icon-back-alert`, `--theme-error` | | |
4545
| `warning` | color of message and wavy underline in warnings | `--theme-warning` | | |
4646
| `notice` | color of message in informative notices | | | |
47-
| `normal` | all canonical text/default code in code files (identifiers, variables, ...) | | | |
48-
| `symbol` | operators, separators, symbols, punctuation in code | `--icon` | `normal` | |
47+
| `normal` | all canonical text/default code in code files (identifiers, variables, ...) | `--icon` | | |
48+
| `symbol` | currently not used, most probably will be deprecated | | | |
4949
| `comment` | code comments; inline & multiline | | | |
50-
| `keyword` | keywords in comments (if, for, while, static, ...) | | | |
50+
| `keyword` | language keywords (if, for, while, static, ...) | | | |
51+
| `type` | type names | `--primary`, `--font-highlight`, `--tab-font-active`, `--icon-active` | | |
52+
| `parameter` | used in function parameter names | | | |
5153
| `number` | numeric value (1, 3.1415, 0x282828AA, ...) | | | |
5254
| `literal` | boolean literals and special constants resembling a valuable meaning (True, Null, undefined, ...) | | | |
5355
| `string` | string literals (_"Goodbye, World!",_ ...) | | | |

0 commit comments

Comments
 (0)