Skip to content

anaimi/farawla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Farawla

This project was last updated in 2010 and is no longer maintained. Feel free to fork.

Farawla (link + binary) is a code editor for Windows, with the objective of creating a less boring code editor for dynamic programming languages, with small experiments in design and productivity. It is easily extensible and customizable to support new languages.

The codebase follows a Feature-Centric Design Pattern. Farawla is the original inspiration for this design pattern.

Zero clutter

By default, all what you see is your code. Move your mouse to the right and a sidebar will slowly appear -- you will rarely use the sidebar.

Screenshot

Quick jump

Instead of expanding folders and double clicking files to open a document, use Quick Jump. Hit CTRL+(comma) and write part of the file's name. Hit enter. You're there. This is hands down the fastest way to open a file.

Screenshot

Keyboard shortcuts

In addition to the context menu, Farawla provides a familiar set of keyboard shortcuts similar to the behavior of popular browsers.

Screenshot

Code completion

Disabled for most languages by default. Completion allows you to enable and disable platform and language helpers, allowing for simple type inference and intellisense-like behavior. Farawla provides a ridiculously simple approach to define completions for any platform.

Screenshot

Snippits

Standard snippit support is available.

Screenshot

Color picker

To help you with your CSS and JS adventures. In addition to the color picker, click on hexdecimal color codes for a quick preview.

Screenshot

About

The developer-friendly code editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published