GitXplorerGitXplorer
p

zero-editor

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0e62b3f08658684c7b9ea49cd4ad826c7caec665

Add custom platform-independent file dialog

pphotron committed 7 years ago
Unverified
2460aa06b4615a806e94099f2e2e9882577b83b8

Add directory name getter to Location class

pphotron committed 7 years ago
Unverified
d3c711a5804a99919a54779ed0d0c0499247de4b

Location has always an absolute path that has to contain a separator

pphotron committed 7 years ago
Unverified
a8e0e64d12d23f4e3cb4209ab9dc12e3254e4be8

Ensure directory paths end with exactly one separator

pphotron committed 7 years ago
Unverified
00609267cda629f0fc5e20db906c2cd83c79cfb4

Add missing Q_DISABLE_COPY macro to EncodingDialog class

pphotron committed 7 years ago
Unverified
4550ea31768d3c4e6dfe9e8dae0ee635f880041d

Replace qVariantFromValue with QVariant::fromValue

pphotron committed 7 years ago

README

The README file for this repository.

Zero Editor

I've used many different text/code editors and IDEs through the years. There are some good out there, but most are mediocre.

The typical problem is that most editors and IDEs try to appeal to a broad audience, which results in providing a broad set of features. This in turn often results in a cluttered user interface with complex menu structures. Even worse are long menus without icons that would help to simplify spotting the action one is looking for.

Then there are features I tend to struggle with, because I never use them, but trigger them by accident. For example, zooming using ctrl key + mouse wheel or enabling overwrite mode with the insert key or full screen mode or duplicating the current line using a hotkey or toggling two lines using a hotkey.

So I'm at the point now where I say "screw you!" and create my own code editor that only has the features I need and that work in the way I prefer. It'll have exactly zero features that I don't need, hence the name: Zero Editor.