SkillAgentSearch skills...

CodeEditor

A code editor written in python. Started as a small project to implement auto-complete code by using Trie data structure

Install / Use

/learn @vozille/CodeEditor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CodeEditor

A code editor written in python-2.7 using all built-in libraries. Started as a small project to implement auto-complete code by using Trie data structure

Windows

Image of codeeditor

Ubuntu

Linux image

I am taking a break from this now, it works fine

Current status after 1 month:

  • fixed autocomplete
  • changed design slightly
  • added tabs

Usage:

  • The left frame represents line numbers
  • The middle frame is where you write the code
  • The right frame is where you specify input (if any)
  • The autocomplete appears at the bottom, press down and tab to select and insert the word
  • The frame at the bottom represents the output, it shows the results of compile/run
  • The add button adds a new tab
  • The delete button closes the current tab
  • Select the language manually if you switch tabs/open a new file with different language

Issuses:

  • add any issuse here

TODO:

  • Add java support
  • Add a light theme

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks2

Languages

Python

Security Score

70/100

Audited on Sep 10, 2024

No findings