Martin Josefsson
Martin Josefsson
The functions `get-key` and `get-key-blocking` are giving you all keys pressed. But they don't seem to recognise the Control, Alt & super (and on Mac Command) keys. For instance, `get-key`...
Fixed a small syntax error in the defaults you show in the Readme. Thanks a lot for the plugin!
Rad might be the editor of choice for most leaders of the world, but it still does miss most basic text editor features. - [ ] Eval expression - [x]...
Right now, Rad does not do scrolloff. Scrolloff means moving the shown text up one line when the point is further down than the text. Open a text editor, move...
Set up a `circle.yml` to test things on circleci. How it can work with `boot`: https://github.com/crisptrutski/boot-cljs-test/blob/master/circle.yml
Right now the meat of a package is defined in its `attr-map` ([as in this test package](https://github.com/fromheten/rad/blob/master/test_packages/test_package.clj#L3)). It would be better to put that in the metadata. Then there is...
At the moment, there is only a plain-text-terminal fronted for rad. But in the future, I want the text to have different properties, such as - Color - Emphasis (boldness,...
I created a favicon. Here is a link: http://i.imgur.com/we9Zv.png . The thinking behind it is that it kind of looks like a terminal prompt, the $ means variable (as in...
Just a super tiny fix. Thank you for a great lib.