Skip to content

casaoops/devo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devo - Text Editing Devolved

Introduction

Devo is a text editor with a simple user-interface designed for efficient and convenient programming workflow.

Key Features

  • Tabbed interface for editing multiple files.
  • Scintilla-based editor with syntax colouring and automatic ident.
  • Fast directory browser with automatic instant refresh.
  • Multiple project sessions which can be quickly switched from the Project menu.
  • User-defined commands which output to a terminal pane.
  • Find and replace by string or regular expression
  • Recursively search files for a string or regular expression.
  • Unsaved editors are saved in the session.
  • Automatically switches to hard tabs when editing Makefiles.

Known Bugs

  • The 'Kill' and 'Terminate' buttons in the terminal pane don't work on Windows.

Known Limitations

  • Syntax colouring is only supported for Python and C/C++ at the moment. More languages will be added in the future.

Bug Reporting

Please report bugs on the github issue tracker.

Supported Platforms

  • Linux (GTK)
  • Microsoft Windows
  • Mac OS X

License

Devo is released under the MIT license. See the COPYING file for details.

Authors

Luke McCarthy <luke@iogopro.co.uk>

About

Text Editing Devolved

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%