You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
During an update we need to search through the open editors, ideally in spatial order, need to figure out methods for next child / next of parent / index of self, etc within the layout structures.
Could be related to the grid layout method linked in #12
* add preinstalled theiaPlugins to package-json of electron-app (preparation for #5)
* add lerna to enable a multi-package repository for electron app + customization packages
* add a custom main js that sets the environment variable for preinstalled plugins
* add a customization module for the installer at theia-example-updater. This may be used to enable updates (#13), to customize the about dialog (#10), and to customize the getting started page (#9)
Signed-off-by: Johannes Faltermeier <[email protected]>
Signed-off-by: Lucas Koehler <[email protected]>
Contributed on behalf of STMicroelectronics
* application will check for updates after the application is launched
* if update available prompt the user
* add preference to disable to check on startup
* use https://download.eclipse.org/theia/latest/ as location where the
latest version of theia will be deployed to. this will serve the updates
Signed-off-by: Johannes Faltermeier <[email protected]>
Contributed on behalf of STMicroelectronics
* Increase version to 1.9.1 in order to test updates
* add more debug and markdown extensions
Signed-off-by: Johannes Faltermeier <[email protected]>
Contributed on behalf of STMicroelectronics
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
During an update we need to search through the open editors, ideally in spatial order, need to figure out methods for next child / next of parent / index of self, etc within the layout structures.
Could be related to the grid layout method linked in #12
Will need to support all iterations for the different opening modes of CR added in https://github.com/utk-se/CodeRibbon/pull/87/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
The text was updated successfully, but these errors were encountered: