Skip to content

teryror/4tld

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

4tld

My customization code for the 4coder text editor by Allen Webster.

I split the more complicated commands into reusable drop-in command packs in roughly the same style as Allen's provided customization layer.

See the source files for documentation on each module.

Find and Replace

4tld_find_and_replace.cpp Demo

File Manager

4tld_file_manager.cpp Demo

Interactive Terminal

4tld_interactive_terminal.cpp Demo

Project Management

4tld_project_management.cpp Demo

Hex Viewer

4tld_hex_view.cpp Demo

Fuzzy Matching

4tld_user_interface.h Demo

Planned Customizations

  • A magit-inspired git frontend,
  • Multiple compile error parsers to be configured on a per-project basis,
  • A spell-checker for use with .md files, string literals and comments.
  • An abstraction over the Views API to get all commands to consistently handle my two-column layout,
  • More abstractions to build User Interfaces,
  • There's multiple debuggers in development within the Handmade community, so I won't bother working on my own for now. However, once Lysa becomes usable, I'll probably develop my own debugger interface.

About

My 4coder customizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published