Skip to content

Commit baed706

Browse files
authored
[Update] Roadmap + g++ compiler support version
1 parent 466cd79 commit baed706

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,27 @@ CodeAstra is a modern, extensible, and lightweight code editor built using C++ a
3434

3535
> [!NOTE]
3636
>
37-
> CodeAstra is **under active development**—stay tuned for updates or feel free to contribute and help shape its future!
37+
> CodeAstra is **under active development**. Stay tuned for updates or feel free to contribute and help shape its future!
3838

3939
> [!IMPORTANT]
4040
>
41-
> CodeAstra has been tested on macOS and Linux and works as expected on those platforms. On Windows, the project has not been tested natively, but it works when using WSL (Windows Subsystem for Linux). Native Windows support is not guaranteed.
41+
> CodeAstra has been tested on macOS and Linux and works as expected on those platforms. The project has not been tested natively on Windows, but it works when using **WSL** (Windows Subsystem for Linux). Native Windows support is not guaranteed.
4242

4343
## How to install the project
4444
Please, check the [wiki](https://github.com/sandbox-science/CodeAstra/wiki) for recommended installation instructions.
4545

4646
## Required Tools
4747
- CMake
4848
- Make
49-
- g++ compiler (with support of C++17 and beyond)
49+
- g++ compiler (with support of C++20 and beyond)
5050
- Qt6 Framework
5151

5252
## Roadmap
5353
- [x] Basic text editing
54+
- [x] Open a Project
5455
- [x] Open a file
5556
- [x] Save file
56-
- [ ] Create a new file ~ in progress
57+
- [x] Create a new file
5758
- [x] File tree navigation
5859
- [ ] Syntax highlighting ~ in progress
5960
- Supported Languages:

0 commit comments

Comments
 (0)