Skip to content

v0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@DivineOmega DivineOmega released this 31 Jul 22:54
· 48 commits to master since this release

This is the very first release of the Continuum Editor. It works well as is, but it's still early access. We're after constructive feedback. πŸ˜„

Supported Platforms

This release supports 64-bit versions of Windows, Linux and OS X.

Mac users: Sadly, the OS X build is in a bit of an ugly state at the moment. We're aiming to fix most of these issues in v0.2 with our move to Electron in place of Node Webkit (nw.js). Saying that, please feel free to test and report any issues!

Features

What we have so far is:

  • Tabbed file editor, with modern code editing features (syntax highlighting, multiple cursors, collapsible code segments, bracket matching etc.)
  • Standard editing features (cut, copy, paste, go to line number)
  • Multiple UI themes with ability to create custom UI themes
  • Multiple code colouring themes (Monokai and themes inspired by Eclipse, Dreamweaver, Notepad++)
  • Open/saving of files
  • Opening of a directory tree
  • Directory tree file management (create new file, rename, etc.)
  • Extensible addon system
  • Built-in addon
    • Outline - displays functions for PHP, JavaScript and some other languages
    • File Search - instant search by filename within the open directory tree
    • File Content Search - search with the content of any files with the open directory tree
    • Minimap - display an overview of file's layout with tool-tips indicating line number
    • Hash and Crypto - a utility plugin offering easy access to hashing function (MD5, SHA1, SHA2 and more)
    • Test addon - an incredibly basic addon to demonstrate the structure of an addon (for addon devs.)

We appreciate all feedback! Click 'Help' -> 'Report bug / suggest feature...' within Continuum to submit an issue, or go directly to our GitHub issues pages.

Want to help contribute to development? We're open to contributions.

Questions? Tweet us at @ContinuumEditor.