Coder Social home page Coder Social logo

inkstarvon / edbee-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edbee/edbee-app

0.0 0.0 0.0 319 KB

Edbee (-app) 是一个开发人员文本编辑器。它支持多插入符号,具有 Textmate 语法和突出显示支持。我有多个项目/工作区和字符编码。

License: Other

C++ 95.77% QMake 4.23%

edbee-app's Introduction

edbee-app

Edbee (-app) is a developers text editor. It supports Multiple-carets, has Textmate Grammar and Highlighting support. I has multiple projects/workspaces and character encodings.

The main website for edbee is at http://edbee.net/

You can find the generated (source) documentation at http://docs.edbee.net/

Screenshot of the example application

Originally this editor was used as an example application for the edbee library. The core of this editor if the edbee library: https://github.com/edbee/edbee-lib.

Building edbee

This projects depends on 2 submodules:

It also requires the Qt5 library.

Cloning edbee can be done with the following command:

git clone --recursive git://github.com/edbee/edbee-app.git

Building edbee should be as easy as opening edbee-app.pro in QtCreator and pressing build.

Command line building should also be possible. Usually by calling qmake followed by make. The exact commandline operation depends on the operating system and installed toolsets.

Known Issues and Missing Features

  • The editor doesn't support word-wrapping. (yet)
  • It has issues with long lines. The cause of this is the nature of QTextLayout and the support of variable font sizes. In the future this can be fixed for monospaced fonts.
  • Optimalisations for better render support and background calculate/paint-ahead functionality
  • I really want to build in scripting support, for extending the editor with plugins.

Contributing

You can contribute via github

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Added some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

Of course you can also contribute by contacting me via twitter @gamecreature or drop me al message via the email-address supplied at https://github.com/gamecreature

Issues?

Though we have our own issue-tracker at ( http://issues.edbee.net/ ), you can report your problems via the github issue tracker or send me a message https://github.com/gamecreature

edbee-app's People

Contributors

gamecreature avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.