Coder Social home page Coder Social logo

ape's People

Contributors

robertbasic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ape's Issues

Option to use a monospaced font

I can't stand using proportional fonts for editing stuff, it would be nice to at least have the option to change the font to a monospace font, although the best solution in my opinion would be to have a standard font chooser to allow you to pick any font installed.

'str' type is not supported as a pyqtSignal() type

Traceback:
File "/home/linuxhun/ape/src/apelib/elements.py", line 76, in apeNewFileDialog
fileCreated = pyqtSignal('str')
TypeError: type 'str' is not supported as a pyqtSignal() type argument type

You can correct it, by replacing 'str' with str. Example:
pyqtSignal(str)

P.s.: I'm using Qt 4.7, with PyQt 4.7.4

Ability to save files

It's fairly obvious but you can't save files yet. To me this is a very important issue as when editing files I like to be able to save the changes I have made... :)

Ability to set the "home" directory

At the moment ape uses ~/ on my machine as the file list root. Could it be possible to change this? All of the work my company does is on a network drive which isn't in my home directory. Also a nice touch for me would be a history of locations you've used, e.g. I commonly switch between two workspaces - ~/workspace and /media/alpha so if those are saved in a history then I can quickly switch between them.

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.