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
Copy file name to clipboardExpand all lines: README.md
-46Lines changed: 0 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,52 +29,6 @@ Built on Dear ImGui and SDL2, the system includes syntax highlighting, markdown
29
29
30
30
---
31
31
32
-
## 🛠 Version 0.1.0 — First Release (March 2025)
33
-
34
-
This is the inaugural release of cpp-notebook: a native, interactive C++ notebook environment that brings persistent state and exploratory workflows to compiled C++.
35
-
36
-
### ✨ What's Included
37
-
38
-
**Core Features:**
39
-
- Interactive notebook UI powered by Dear ImGui & SDL2
40
-
- Cell-based C++ execution with persistent global context
41
-
- Variables, functions, and classes survive across cell runs
42
-
- Automatic program regeneration and compilation pipeline
43
-
44
-
**Editor & Documentation:**
45
-
- Syntax-highlighted code editor (C++20 support)
46
-
- Markdown cells with live preview toggle
47
-
- Native keyboard shortcuts (Cmd+C/V/Z, Shift+Enter to run)
48
-
49
-
**Developer Tools:**
50
-
- Real-time variable inspector showing types and values
51
-
- Function and class outline panels
52
-
- Execution timing and error reporting
53
-
- Color-coded output (green for success, red for errors)
0 commit comments