Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / skx/kilua issues and pull requests

#96 - Migrated to new workflow syntax

Pull Request - State: closed - Opened by skx over 5 years ago

#95 - Allow storing buffer-local state.

Pull Request - State: closed - Opened by skx over 5 years ago

#94 - Allow the getting/setting of per-buffer state.

Issue - State: closed - Opened by skx over 5 years ago

#93 - When searching we should always move forward

Issue - State: closed - Opened by skx over 5 years ago

#92 - Memory leak in regexp-search?

Issue - State: closed - Opened by skx over 5 years ago

#91 - Search should default to previous pattern.

Issue - State: closed - Opened by skx over 5 years ago

#90 - Bookmarks should be buffer-local

Issue - State: closed - Opened by skx over 5 years ago

#89 - Buffer cycling should wrap around.

Issue - State: closed - Opened by skx over 5 years ago

#88 - When selecting from N-choices END doesn't work

Issue - State: closed - Opened by skx over 5 years ago - 2 comments

#87 - Opening a file should default to a new buffer.

Issue - State: closed - Opened by skx over 5 years ago

#86 - Add syntax highlighting for golang.

Issue - State: closed - Opened by skx over 5 years ago

#85 - CI

Pull Request - State: closed - Opened by skx over 5 years ago

#84 - Setup github actions.

Issue - State: closed - Opened by skx over 5 years ago

#83 - fixed 2 memory leaks

Pull Request - State: closed - Opened by spacesinmotion almost 7 years ago - 1 comment

#82 - fixed build on ubuntu 17.10

Pull Request - State: closed - Opened by spacesinmotion almost 7 years ago - 1 comment

#81 - Support 256 colours.

Issue - State: closed - Opened by skx over 8 years ago

#80 - Our compilation is too intensive.

Issue - State: closed - Opened by skx over 8 years ago

#79 - src/data.h is a mess

Issue - State: closed - Opened by skx over 8 years ago

#78 - Rendering is slow.

Issue - State: closed - Opened by skx over 8 years ago

#77 - Allow syntax-matching based on filename, not just suffix

Issue - State: closed - Opened by skx over 8 years ago

#76 - Add syntax-highlighting for emails.

Issue - State: closed - Opened by skx over 8 years ago

#74 - `menu` needs to scroll.

Issue - State: closed - Opened by skx over 8 years ago

#72 - Issue with first row.

Issue - State: closed - Opened by skx over 8 years ago

#71 - Reinstate point/mark to allow cutting arbitrary regions.

Issue - State: closed - Opened by skx over 8 years ago

#70 - The input-prompt should offer TAB-completion.

Issue - State: closed - Opened by skx over 8 years ago - 1 comment

#69 - We should reinstate the `welcome` message

Issue - State: closed - Opened by skx over 8 years ago

#68 - PRIMITIVES.md is outdated.

Issue - State: closed - Opened by skx over 8 years ago

#67 - Implement syntax-highlighting for `*.ini`.

Issue - State: closed - Opened by skx over 8 years ago

#66 - We should only match keywords on word-boundaries.

Issue - State: closed - Opened by skx over 8 years ago - 1 comment
Labels: help wanted

#65 - UTF-8 screws up our syntax highlighting.

Issue - State: closed - Opened by skx over 8 years ago

#64 - We refresh syntax highlighting too often - which is slow

Issue - State: closed - Opened by skx over 8 years ago

#63 - TAB is broken.

Issue - State: closed - Opened by skx over 8 years ago

#62 - delete_right() should fail on the last column

Issue - State: closed - Opened by skx over 8 years ago

#61 - We're almost done - make the new code live.

Issue - State: closed - Opened by skx over 8 years ago

#60 - Allow showing trailing whitespace in a different colour.

Issue - State: closed - Opened by skx over 8 years ago

#59 - Reinstate callbacks.

Issue - State: closed - Opened by skx over 8 years ago

#58 - Add more paranoid compiler options.

Issue - State: closed - Opened by skx over 8 years ago

#57 - Make buffer-primitives more idiomatic.

Issue - State: closed - Opened by skx over 8 years ago

#56 - BUG: Nagivation is wrong for last-line.

Issue - State: closed - Opened by skx over 8 years ago

#55 - Reinstate "undo".

Issue - State: closed - Opened by skx over 8 years ago - 1 comment

#54 - Cleanup source code

Issue - State: closed - Opened by skx over 8 years ago

#53 - Reimplement `choose-buffer`.

Issue - State: closed - Opened by skx over 8 years ago

#52 - Reinstate regexp search.

Issue - State: closed - Opened by skx over 8 years ago

#51 - Reinstate syntax highlighting.

Issue - State: closed - Opened by skx over 8 years ago - 8 comments

#50 - at() is broken.

Issue - State: closed - Opened by skx over 8 years ago

#49 - The handling of UTF-8 is utterly broken.

Issue - State: closed - Opened by skx over 8 years ago - 5 comments

#48 - Our code won't compile with a C++ compiler.

Issue - State: closed - Opened by skx over 8 years ago

#47 - BREAKING: Change the syntax-options.

Issue - State: closed - Opened by skx over 8 years ago

#46 - We should have a --dump-config command-line option.

Issue - State: closed - Opened by skx over 8 years ago

#45 - open() + save() probably don't need to be in the C-core.

Issue - State: closed - Opened by skx over 8 years ago - 1 comment

#44 - eval() doesn't need to be in the c-core

Issue - State: closed - Opened by skx over 8 years ago

#43 - Saving when no filename is set could be improved.

Issue - State: closed - Opened by skx over 8 years ago

#42 - Missing functionality.

Issue - State: closed - Opened by skx over 8 years ago

#41 - The status-bar should be set by Lua.

Issue - State: closed - Opened by skx over 8 years ago - 3 comments

#40 - Consider using ncurses.

Issue - State: closed - Opened by skx over 8 years ago - 2 comments

#39 - support Lua 5.1

Pull Request - State: closed - Opened by forkfork over 8 years ago - 1 comment

#38 - Fixes signature for Github-markdown and adds HN link

Pull Request - State: closed - Opened by thesoftwarephilosopher over 8 years ago

#37 - Minor cleanups to make Darwin compiles out of the box

Pull Request - State: closed - Opened by seclorum over 8 years ago - 1 comment

#36 - Selecting buffers graphically should work.

Issue - State: closed - Opened by skx over 8 years ago

#35 - "kilua *.txt" should work.

Issue - State: closed - Opened by skx over 8 years ago

#34 - Our welcome message is .. poor.

Issue - State: closed - Opened by skx over 8 years ago

#33 - Group lua functions by purpose.

Issue - State: closed - Opened by skx over 8 years ago

#32 - Optionally highlight trailing whitespace.

Issue - State: closed - Opened by skx over 8 years ago

#31 - Non-printable characters aren't handled correctly.

Issue - State: closed - Opened by skx over 8 years ago

#30 - Status-message should persist until cleared.

Issue - State: closed - Opened by skx over 8 years ago

#29 - Allow opening multiple files ..

Issue - State: closed - Opened by skx over 8 years ago - 6 comments

#28 - Callback required: on_idle

Issue - State: closed - Opened by skx over 8 years ago

#27 - BREAKING: We should change the config-loading.

Issue - State: closed - Opened by skx over 8 years ago - 4 comments

#26 - TAB sizes should be configurable.

Issue - State: closed - Opened by skx over 8 years ago

#25 - When prompted for input (eval/search/open/close) we don't have scrolling.

Issue - State: closed - Opened by skx over 8 years ago - 1 comment

#24 - We should allow multi-key bindings.

Issue - State: closed - Opened by skx over 8 years ago

#23 - Definitely rename now.

Issue - State: closed - Opened by skx over 8 years ago

#22 - Regexp searching / replacing should be possible.

Issue - State: closed - Opened by skx over 8 years ago

#21 - We should implement `search()`.

Issue - State: closed - Opened by skx over 8 years ago

#20 - Should be possible to open with no file.

Issue - State: closed - Opened by skx over 8 years ago

#19 - The startup-banner should show features.

Issue - State: closed - Opened by skx over 8 years ago

#18 - Cursor can move outside bounds of file.

Issue - State: closed - Opened by skx over 8 years ago

#17 - getCursorPosition() isn't used.

Issue - State: closed - Opened by skx over 8 years ago

#16 - end_of_file() should move to the end of the file!

Issue - State: closed - Opened by skx over 8 years ago

#15 - Deleting a lot of characters causes corruption.

Issue - State: closed - Opened by skx over 8 years ago - 7 comments

#14 - We should implement undo.

Issue - State: closed - Opened by skx over 8 years ago - 4 comments

#13 - replace size by rsize

Pull Request - State: closed - Opened by 1-p over 8 years ago - 1 comment

#12 - "# define" is not highlighted correctly.

Issue - State: closed - Opened by 1-p over 8 years ago - 1 comment

#11 - When cutting selection below mark we cut one too few characters.

Issue - State: closed - Opened by skx over 8 years ago

#10 - When cursor is "below" mark, the mark is not highlighted.

Issue - State: closed - Opened by skx over 8 years ago

#9 - Add option processing, via getopt.

Issue - State: closed - Opened by skx over 8 years ago

#8 - highlighting doesn't work for empty file.

Issue - State: closed - Opened by skx over 8 years ago

#7 - Would love to highlight the area between point & mark.

Issue - State: closed - Opened by skx over 8 years ago

#6 - Ensure we have key-bindings.

Issue - State: closed - Opened by skx over 8 years ago

#5 - Load ~/.kilo.lua not just from pwd.

Issue - State: closed - Opened by skx over 8 years ago

#4 - Bump the version number and possibly rename.

Issue - State: closed - Opened by skx over 8 years ago - 1 comment

#3 - Reorder functions by name/purpose.

Issue - State: closed - Opened by skx over 8 years ago

#2 - We should probably split kilo.c into a header/implementation.

Issue - State: closed - Opened by skx over 8 years ago

#1 - Selection is limited to 16k.

Issue - State: closed - Opened by skx over 8 years ago