aaxu

Results 30 issues of aaxu

This can be reproduced by the following steps: 1. Start a new document 2. Hold enter until you have enough lines to make the text buffer scroll up 3. Scroll...

Seems like a good feature, both for coding and note taking., since I use caps for some headers and terms. Maybe a nice blue? Although I think I said before,...

Could possibly do this with a background thread that polls for file permissions. * If a file is opened and the user has write permission and then the file's permissions...

enhancement
help wanted

Wasn't really sure how to title this, but consider this situation * Type out some string all on one line * Perform a carriage return * Type some more stuff...

enhancement

If your cursor is at the beginning of a line (say line 4) and you perform SHIFT_UP to select previous lines, the created bookmark will include line 4. This means...

bug

Actually, if we want to later support opening projects, we should be able to open directories and set our working directory to that.

I think it'll be helpful to be able to run the install command without running sudo. Maybe install it into the user directory rather than root?

enhancement

![image](https://user-images.githubusercontent.com/19481525/31458679-a70f2706-ae75-11e7-94ac-9e89497756df.png) 'URIs' is half highlighted.. and cucumber isn't a real word? :( RIP. And then there are other words too.

Is this a feature that has yet to be fully implemented? I see the groundwork laid out, but It doesn't seem to be functional (or I'm just using it wrong)....

enhancement

I traced this error to **applyPalette** in ci_program.py. **setUpPalette** has a try-catch block where it's try block and the catch block currently do the same thing, causing the crash. This...

bug