Akos Kitta
908ec4c544
fix: menu item enablement issues
...
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-12-15 09:21:45 +01:00
Akos Kitta
c4172ee8e1
fix: theme service binding
...
cleaned up unused symbol
closes #1742
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-12-07 09:52:12 +01:00
Akos Kitta
d0e383853f
feat: patched the Theia debug functionality
...
Patch for:
- eclipse-theia/theia#11871
- eclipse-theia/theia#11879
- eclipse-theia/theia#11880
- eclipse-theia/theia#11885
- eclipse-theia/theia#11886
- eclipse-theia/theia#11916
Closes #1582
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-12-01 11:43:25 +01:00
Akos Kitta
c0af1e62e8
fix: main sketch file editor focus on layout reset
...
Closes #643
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-11-29 10:51:19 +01:00
Akos Kitta
ac9cce16f7
chore: Updated to Theia 1.31.1 ( #1662 )
...
Closes #1655
Closes #1656
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-11-29 09:39:54 +01:00
Alberto Iannaccone
3ad660927f
Fix keybindings to switch between tabs on MacOs ( #1686 )
2022-11-29 09:22:14 +01:00
Akos Kitta
2b2463b834
fix: Prompt sketch move when opening an invalid outside from IDE2
...
Log IDE2 version on start.
Closes #964
Closes #1484
Co-authored-by: Alberto Iannaccone <a.iannaccone@arduino.cc >
Co-authored-by: Akos Kitta <a.kitta@arduino.cc >
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-10-26 18:53:00 +02:00
Akos Kitta
da22f1ed11
Refresh menus when opening example/recent fails.
...
Closes #53
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-10-04 08:10:27 +02:00
Akos Kitta
9ef04bb8d6
Fixed missing translations
...
Aligned the languge pack versions.
Closes #1431
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-09-26 10:49:31 +02:00
Alberto Iannaccone
8a5995920a
fix board selection and workspace input dialogs width and height ( #1406 )
...
* fix board selection and workspace input dialogs width and height
* use same dialog for new file and rename
* fix board list getting small when filtering
* board select dialog: show variant text when no board is found
* fix addition boards url outline
2022-09-20 14:36:02 +02:00
Francesco Spissu
364f8b8e51
Move primary buttons on the right of the dialogs ( #1382 )
...
Closes #1368 .
2022-09-20 11:48:19 +02:00
Akos Kitta
fdf6f0f9c8
Avoid deleting the workspace when it's still in use.
...
- From now on, NSFW service disposes after last reference
is removed. No more 10sec delay.
- Moved the temp workspace deletion to a startup task.
- Can set initial task for the window from electron-main.
- Removed the `browser-app`.
Closes #39
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-09-15 15:24:25 +02:00
Akos Kitta
204d71b2dd
Fixed highlighting of non-unicode chars in Output
...
Closes #1210
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-31 21:16:07 +02:00
Akos Kitta
5cb9166c83
Implemented filter and update all for libs/boards.
...
Closes #177
Closes #1188
Co-authored-by: Francesco Spissu <f.spissu@arduino.cc >
Co-authored-by: Per Tillisch <p.tillisch@arduino.cc >
Co-authored-by: Akos Kitta <a.kitta@arduino.cc >
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-31 10:07:27 +02:00
Akos Kitta
7c361cf2d1
Can close non-root sketch file editors.
...
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-26 14:18:39 +02:00
Akos Kitta
3afc2d7e4b
Fixed dirty indicator of uncloseable widgets.
...
Closes #1034 .
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-26 14:18:39 +02:00
Akos Kitta
10ac7fd50a
Removed File > Close Editor.
...
Closes arduino/arduino-ide#660
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-26 14:18:39 +02:00
Akos Kitta
07962e81d4
Moved uncloseable widget tracking to manager.
...
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-26 14:18:39 +02:00
Akos Kitta
40425d49e0
Unified the sketch close and the app quit logic.
...
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-26 14:18:39 +02:00
Akos Kitta
0c87fa9877
Update currentSketch when files change.
...
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-26 14:18:39 +02:00
Akos Kitta
989300f25d
Close core error notification on subsequent action
...
Closes #1154
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-15 16:55:17 +02:00
Akos Kitta
8a1cabd2bc
Defer notification area rendering until app ready.
...
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-09 17:23:10 +02:00
Akos Kitta
36ac47b975
Can check if the current window is the first one.
...
Closes #1070
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-04 11:11:46 +02:00
Akos Kitta
b62f3dec84
#714 : UX improvements of the Arduino LS in IDE2
...
- Debounced the connectivity status update.
- Silent the output channel for the Arduino LS.
- Delay the problem markers update with 500ms.
- Do not update the status bar on every `keypress` event.
- Debounced the tab-bar toolbar updates when typing in editor.
- Fixed electron menu contribution binding.
- Aligned the editor widget factory's API to Theia.
- Set the zoom level when the app is ready (Closes #1244 )
- Fixed event listener leak (Closes #1062 )
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-08-01 10:11:14 +02:00
Akos Kitta
8ad10b5adf
#1089 : IDE2 falls back to new sketch if opening failed. ( #1152 )
...
IDE2 falls back to a new sketch if the opening fails.
Closes #1089
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-07-18 11:10:33 +02:00
Francesco Spissu
d7a2d83990
Update buttons style ( #1122 )
...
* Buttons updated to reflect the design system.
2022-07-08 10:43:10 +02:00
Akos Kitta
a36524e02a
Update package index on 3rd party URLs change.
...
Closes #637
Closes #906
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-07-08 09:04:10 +02:00
Alberto Iannaccone
087cab177b
Sketchbook sidebar state ( #1102 )
...
* add commands to open sketchbook widgets
add commands to show sketchbook widgets
* enable sending commands via query params
* opening sketch in new window will open sketchbook
* requested changes
* add specific method WorkspaceService to open sketch with commands
* add encoded commands contribution
* try merge show sketchbook commands
* pair session changes.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
* i18n fixup.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
* minimized scope of hacky code.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
* clean up OPEN_NEW_WINDOW command
* add comment on workspace-service.ts
* reveal node with URI
Co-authored-by: Akos Kitta <a.kitta@arduino.cc >
2022-07-04 15:49:25 +02:00
Francesco Spissu
a13a8771d1
Remove tabs context menu ( #1128 )
2022-07-01 09:18:30 +02:00
Akos Kitta
84109e416a
Fixed widget lookup to eliminate duplicate tabs.
...
- Removed `@theia/editor-preview`,
- Patched opener options when repairing layout on start, and
- Compare widget keys with deepEquals instead of string equal.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-22 10:11:11 +02:00
Akos Kitta
d6f4096cd0
Reveal the error location after on failed verify.
...
Closes #608
Closes #229
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-21 13:09:35 +02:00
Akos Kitta
27dd120e5d
Cleaned up File menu.
...
Removed:
- `New File`,
- `New Window`.
Closes #1014 .
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-17 13:11:08 +02:00
Akos Kitta
a9aac0dbb0
Bound the original handler to this.
...
Closes #977
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-14 14:58:48 +02:00
Akos Kitta
a8047660a6
Restored the Settings UI. Deferred model loading.
...
Closes #1031
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-13 17:08:35 +02:00
Akos Kitta
585a82b51a
Added logging when restoring the layout data.
...
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-08 17:09:57 +02:00
Akos Kitta
5edccb9c35
Avoid opening duplicate editor tabs.
...
Customized the shell layout restorer:
- If a resource is about to open in code editor and preview,
do not open the preview.
- If a resource is about to open in preview only, open a code
editor instead.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-08 17:09:57 +02:00
Akos Kitta
555da878f4
Editor manager should be singleton.
...
Added some logging when filtering the layout data.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-08 17:09:57 +02:00
Akos Kitta
4c55807392
Speed up IDE startup time.
...
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-07 13:46:29 +02:00
Akos Kitta
a59e0da2af
Use clang-format as the default sketch formatter.
...
- Bumped `clangd` to `14.0.0`,
- Can use `.clang-format` from:
- current sketch folder,
- `~/.arduinoIDE/.clang-format`,
- `directories#data/.clang-format`, or
- falls back to default formatter styles.
Closes #1009
Closes #566
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-07 10:51:45 +02:00
Akos Kitta
d7809616a4
Fixed LS stops working after OS sleep/wakeup cycle
...
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-06-07 10:31:05 +02:00
Mark Sujew
5fc30bd33e
Fix duplicated editor tabs ( #1012 )
2022-05-31 11:33:07 +02:00
Mark Sujew
1ae60ec9bc
Updated Theia to 1.25.0
...
Co-authored-by: Mark Sujew <mark.sujew@typefox.io >
Co-authored-by: Akos Kitta <a.kitta@arduino.cc >
Signed-off-by: Akos Kitta <a.kitta@arduino.cc >
2022-05-25 10:05:20 +02:00
Mark Sujew
c07232698c
Allow to close files in certain folders ( #946 )
...
* Allow to close files in certain folders
* Only direct children are sketch files
2022-04-19 12:00:15 +02:00
Mark Sujew
c430cf0d88
Disable widget dragging/splitting ( #940 )
2022-04-05 12:21:49 +02:00
Alberto Iannaccone
f2d492b5dc
show represented file on MacOS ( #868 )
2022-03-01 08:17:05 +00:00
Mark Sujew
112153fb96
Update Theia to 1.22.1 ( #791 )
2022-02-11 15:25:35 +01:00
Francesco Stasi
f0d9894a16
Fix notification icons ( #642 )
2021-11-30 17:24:29 +01:00
Francesco Stasi
dd76f9180c
Update Theia, CLI and LS ( #610 )
...
* Update Theia to 1.19.0
* update CLI to 0.20.0-rc3
* Add language selector to settings
* updated language server and vscode-arduino-tools
* update Language Server flags
* get cli port from config
* force native menu on windows
* pinned Language Server to rc2
* fix search icon
* update CLI version
2021-11-29 15:54:13 +01:00
Francesco Stasi
9863dc2f90
Fix editor tabs order ( #612 )
2021-11-23 12:16:56 +01:00
Mark Sujew
acbb164c3c
Fix cortex-debug related debugging issue ( #578 )
...
* Fix cortex-debug related debugging issue
* Update arduino-ide-extension/src/browser/theia/debug/debug-session-manager.ts
Co-authored-by: Francesco Stasi <francescomaria.stasi@gmail.com >
2021-10-27 12:56:17 +02:00