Skip to content
forked from zesterer/vulcan

A minimalistic text editor designed for both ordinary use and software development

Notifications You must be signed in to change notification settings

jwallden/vulcan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Please Note That Vulcan Is Currently In Development

#Vulcan

A minimalistic text editor designed for both ordinary use and software development.

Click to view YouTube video

##What is Vulcan?

Vulcan is the next incarnation of the Journal text editor (version 1.0 seen here: http://www.github.com/evolve-os/journal/). Originally named JournalNext, we've since taken the decision to rename the project 'Vulcan' and make it independent from the Evolve OS project. It aims to be fast, minimalist on first use, and provides the following basic features:

We'd prefer Vulcan's development to be guided by it's users - you. If you have any suggestions for improvements, new features or you've found a bug, we strongly urge you to report it in the issues section.

  • Multi-file editing
  • Monospace text editing
  • Opening (multiple) plaintext files
  • Saving (including Save As) plaintext files
  • Edit detection using string hashing
  • Basic theming / configuration
  • Smooth, animated UI
  • Keyboard shortcuts for quick access to functionality

However, in addition it also aims to provide a range of tools helpful to developers including:

  • Syntax highlighting
  • Highlight scheme theming
  • Built-in VTE Terminal
  • Line numbering

##Why not another mainstream text editor?

Vulcan has both unique features and a unique emphasis on design. Widget elements are smoothly animated, and the interface is designed to be intuitive and self-explanatory. It contains many useful features for more advanced tasks, but emphasises simplicity and versatility. Vulcan's development is largely user-orientated.

##How can I build Vulcan?

At the moment, Vulcan doesn't have a proper build system and uses a little BASH script for compilation. To compile Vulcan, execute these commands:

git clone https://github.com/zesterer/Vulcan

cd Vulcan

sh compile.sh

To run Vulcan, execute:

./Vulcan

##Dependencies

Vulcan depends on various libraries:

  • Gtk 3.14
  • VTE 2.91
  • Pango
  • GtkSourceView
  • GLib
  • Gio
  • Vala

##Planned Features

Please note that this list is subject to change.

  • Filesystem / source directory view
  • (Possible) integration with other build tools
  • Syntax completion
  • Pastebin / Hastebin integration
  • More sharing tools
  • Keyboard shortcuts
  • Restore files from previous session
  • Keyboard shortcuts
  • Drop-down language chooser

##User-Suggested (Potential) Wishlist

  • Return to popover settings?
  • Optional horizontal tab bar
  • Overview pane (a la sublime)
  • Option to hide all buttons and rely on shortcuts
  • Gedit-style open files system

Got any more ideas? Suggest them in the issues section!

##Credits

Vulcan is developed by Ryan Sipes & Barry Smith. All code within this repository is licensed under the GPL 2.0 software license unless otherwise specified.

About

A minimalistic text editor designed for both ordinary use and software development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vala 98.5%
  • Shell 1.5%