Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class Declaration: advanced behavior #460

Closed
5 of 7 tasks
staycoolcall911 opened this issue Nov 6, 2022 · 2 comments
Closed
5 of 7 tasks

Class Declaration: advanced behavior #460

staycoolcall911 opened this issue Nov 6, 2022 · 2 comments
Labels
🛠️ compiler Compiler 📜 lang-spec-impl Appears in the language spec roadmap

Comments

@staycoolcall911
Copy link
Contributor

staycoolcall911 commented Nov 6, 2022

https://github.com/winglang/wing/blob/main/docs/04-reference/winglang-spec.md#32-classes

@yoav-steinberg highlighted what's still missing:
https://docs.google.com/document/d/1v5LELmGlc0tFdXEQArqJw_yqd3tDcKqW/edit#bookmark=id.23ckvvd

Missing the following functionality:

@staycoolcall911 staycoolcall911 added 📜 lang-spec-impl Appears in the language spec roadmap 🛠️ compiler Compiler labels Nov 6, 2022
@staycoolcall911 staycoolcall911 changed the title Class Declaration: overloading methods Class Declaration: advanced behavior Nov 6, 2022
@github-actions
Copy link

Hi,

This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days.
Feel free to re-open this issue when there's an update or relevant information to be added.
Thanks!

@github-actions github-actions bot added the Stale label Mar 17, 2023
skyrpex pushed a commit that referenced this issue Jun 21, 2023
Users can toggle the Console theme from the application menu.

Console theme can be changed by one of the following ways:
1. change the work station appearance (f.e: system settings ->
appearance -> light | dark | auto)
2. toggle the app theme from the application menu
3. use key shortcuts:
for light theme: ```"darwin" ? "Alt+Cmd+L" : "Alt+Shift+L"```
for dark theme: ```"darwin" ? "Alt+Cmd+D" : "Alt+Shift+D"```
for auto theme: ```"darwin" ? "Alt+Cmd+A" : "Alt+Shift+A"```

The console will persist the user manual selection both when the console
run as an electron application (using electron-store) and when running
in the browser (playground) using local-storage .

resolves: #2062
@staycoolcall911
Copy link
Contributor Author

Added #3852, #3853 for the remaining sub-tasks and closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ compiler Compiler 📜 lang-spec-impl Appears in the language spec roadmap
Projects
Archived in project
Development

No branches or pull requests

1 participant