Skip to content

HPPrimeEdit v1.0.0

Pre-release
Pre-release

Choose a tag to compare

@hpvcodeDev hpvcodeDev released this 11 Apr 23:21
· 4 commits to main since this release
76097d9

✨ Key Features

🗂️ Multi-Tab Editing

  • Seamless multi-tab support
  • Drag & drop tabs to reorder
  • Unsaved change indicators
  • Fast navigation between open files

🧠 Smart PPL Language Support

  • Full syntax highlighting
  • Intelligent code autocompletion
  • Context-aware suggestions (e.g., IF, FOR, WHILE, etc.)
  • Automatic syntax error detection
  • Auto-formatting for clean, readable code

🔍 Advanced Semantic Analysis

  • Real-time error detection
  • Variable and function validation
  • Scope (lexical) analysis
  • Duplicate declaration checking
  • Parameter validation in functions

🎨 Customization

  • Multiple visual themes (Light, Dark, Multicolor, Rose Garden)
  • Font size configuration
  • Minimap toggle
  • Customizable color decorators
  • Line numbering options

⚙️ Productivity Boosters

  • Find and replace
  • Auto-commenting lines or blocks
  • Editor zoom in/out
  • Notification panel
  • Keyboard shortcut support

📁 File Management

  • Open & save files easily
  • Support for .hpprgm and .txt extensions
  • Unsaved changes tracking
  • Auto-save editor state on close

🖥️ Modern Interface

  • Clean, professional UI
  • Intuitive toolbar
  • Easy-access settings panel
  • Visual status indicators
  • Support for custom themes

🛠️ Under the Hood

  • ✅ Tree-sitter integration for code parsing
  • ✅ Custom semantic analysis engine
  • ✅ WebAssembly support
  • ✅ Efficient memory usage
  • ✅ Plugin-ready architecture

🐞 Debugging Tools

  • Real-time error highlighting
  • Detailed, localized error messages
  • Advanced syntax validation
  • Scope and dependency analysis