Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lem-project/lem

Common Lisp editor/IDE with high expansibility
https://github.com/lem-project/lem

add docstring

69ef16b18d35389e87a43b83ab2837d80fa48520 authored over 1 year ago by cxxxr <[email protected]>
fix

3cf232f4578131ca7f1395feacf09e2eb23673ed authored over 1 year ago by cxxxr <[email protected]>
add docstring

ef9cd5e7e619f066f15196678e9a60875347c469 authored over 1 year ago by cxxxr <[email protected]>
fix

23c41f7c4be8e7a50bbbbb0cb9a7ab342e73bb5b authored over 1 year ago by cxxxr <[email protected]>
add docstring

75bf7c8607a39237064ee15533fb8f2180aeb6cc authored over 1 year ago by cxxxr <[email protected]>
Merge pull request #664 from Sasanidas/main

Add quote in the inspector function and sort in execute command

1af6ca4d366b72ed606c9ae62dd4fb48b6851513 authored over 1 year ago by cxxxr <[email protected]>
Add quote in the inspector function and sort in execute command

37fa3039abc2f3dd359d680f45741555e99ab743 authored over 1 year ago by Fermin <[email protected]>
Merge pull request #663 from Sasanidas/main

Add cd repl function and get/set current lisp directory

2df0d85e744185c54589f6da1d186a7b23ab3ebc authored over 1 year ago by cxxxr <[email protected]>
Fix set-directory to work with remote connections

84801f23477cfb9a42b28cfd90a3cabb01fa8c35 authored over 1 year ago by Fermin <[email protected]>
Add cd repl function and get/set current lisp directory

6b48c5d70a8a4afd67f61f8b0ff7ee6488c294a3 authored over 1 year ago by Fermin <[email protected]>
Merge pull request #662 from Sasanidas/main

Add change-package REPL shorcut

33a79dcfe18f62d2b58fd57866925f043f6a66a7 authored over 1 year ago by cxxxr <[email protected]>
Add change-package REPL shorcut

- Same functionality to the SLIME/Sly in-package command

3a8b64502c50a5d7f3a757b3e4fa614448d5b9ce authored over 1 year ago by Fermin <[email protected]>
Merge pull request #658 from lem-project/update-docs-20230601-130900

update docs/default-keybindings.md 20230601-130901

237d3792b5dd7cf24565b433e4db334b335d17b6 authored over 1 year ago by cxxxr <[email protected]>
update docs/default-keybindings.md

a8a1bf57ce4fee8c50bc84cb1445f9cc0ad7452e authored over 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #650 from lem-project/add-document-generator

Add command keybindings document generator

ad5ba043076b0fe1e84d9fd338f97d581dad9749 authored over 1 year ago by cxxxr <[email protected]>
fix

7f64b2b7b88a793ba6dcfc5f6d1dbdff05f30bfa authored over 1 year ago by cxxxr <[email protected]>
fix

c069881f19b8895b81cfd6cb64b4f6aaac1f0cb4 authored over 1 year ago by cxxxr <[email protected]>
fix

bb8b69661bc7bc4abf5aab7c163eb494f9698b4a authored over 1 year ago by cxxxr <[email protected]>
fix

678b7e80654cfc740fa2944fb2519423b662477b authored over 1 year ago by cxxxr <[email protected]>
extract function

ab91c7cf9ef6e05716c631a054b1476b5816bde3 authored over 1 year ago by cxxxr <[email protected]>
update

5f94f9e3f96883c5435f4eb7a0ad994d86bcaaf2 authored over 1 year ago by cxxxr <[email protected]>
add utility function: collect-command-keybindings

23efa5b27fb4b12e2b0e28176be82ee50bd38165 authored over 1 year ago by cxxxr <[email protected]>
add generate-document.yml

062eae024e599bf68fcb6edae6b9aaa9dad216c9 authored over 1 year ago by cxxxr <[email protected]>
add document.lisp

753c694717779bc91729d7488bdeef71361e955d authored over 1 year ago by cxxxr <[email protected]>
Extract package list from asdf component

0812df351dbff44837fc583d4d1e5f736866bd22 authored over 1 year ago by cxxxr <[email protected]>
fix

67059834a081e4fda6579d6df596113c41ccccbe authored over 1 year ago by cxxxr <[email protected]>
move src/commands/document.lisp -> src/ext/document.lisp

092c3ed5caac9a3e8797f029009b2d1aeb9ede3d authored over 1 year ago by cxxxr <[email protected]>
add description column

60f38b0f2d6eac8f249317d6f9402a0278af5db5 authored over 1 year ago by cxxxr <[email protected]>
load document.lisp

674fc731731b1fe8e82e5ab4700a35ddebf5c249 authored over 1 year ago by cxxxr <[email protected]>
refactor

0213869ec0241b7811339b4a7eb2cc84da5a84c4 authored over 1 year ago by cxxxr <[email protected]>
Merge pull request #655 from avitkauskas/fix-spelling-vi-open-adove

fix typo in name vi-open-adove

3fa89baea2d722b203c6abb3e0619a3213e268ec authored over 1 year ago by cxxxr <[email protected]>
Merge pull request #654 from Sasanidas/main

Fix vi-backward-word-begin stack bug

66b93179a65f54440f37b69c996f3e3f2a248b90 authored over 1 year ago by cxxxr <[email protected]>
Fix bug vi-mode also take into account the line number

- So we are sure that we are in the first one

3248626fa0b6b9c3787e8ce461c34fc0669c3532 authored over 1 year ago by Fermin <[email protected]>
fix typo in name vi-open-adove

3de94f3d341648da64e4d99de222712451056b76 authored over 1 year ago by Alvydas Vitkauskas <[email protected]>
Fix vi-backward-word-begin stack bug

- Don't go back if we are at the first point in the buffer

54b1ad94e590fb1f1428d6a209e707a7cc91d23d authored over 1 year ago by Fermin <[email protected]>
Merge pull request #651 from snmsts/fix-error-on-rosscripts

fix error on build

e60e784684b9394da8b91c0446768423f36e726d authored over 1 year ago by cxxxr <[email protected]>
add export

dd9514b1304dbcdcc5935ce0be265f01d558acba authored over 1 year ago by cxxxr <[email protected]>
fix error on build

8bd83dfa3eaa4d73c070fa5f311a2a8f8ffb4d9d authored over 1 year ago by snmsts <[email protected]>
fix keybindings

6a4d3ac2e76de60643018836661d8a535c34a4e3 authored over 1 year ago by cxxxr <[email protected]>
Merge pull request #647 from Sasanidas/main

Basic support for Elixir language

05f6d40056f408253cae3e0aa44956d0c9f3d0ba authored over 1 year ago by cxxxr <[email protected]>
fix bug in sit-for that timed out without waiting

7f7a931e051c4fd04b74f9d4b3931d4e81cf3659 authored over 1 year ago by cxxxr <[email protected]>
tweak

c48cad44eac72505599a0603d1ffbd569effa83c authored over 1 year ago by cxxxr <[email protected]>
fix an assertion error of point

73f667b6c4260ade969480e416d1f06c5f913f45 authored over 1 year ago by cxxxr <[email protected]>
remove debug log

1dc5681b3805318376da8bbbd70e75c9482ff6db authored over 1 year ago by cxxxr <[email protected]>
Fix iex regex

04869bc7972dddbe563cfe63a6841b4af7dd6262 authored over 1 year ago by Fermin <[email protected]>
Merge branch 'lem-project:main' into main

22e8237c2ea12aa81935dd4346db46de54c7db69 authored over 1 year ago by Sasanidas <[email protected]>
Export mode in lem.asd and minor fixes

- Export syntax-table and mode-keymap from elixir-mode
- Capitalize elixir-mode name
- Add confi...

0ea39e072d41d6ed7b84d88b42d122b03f547f85 authored over 1 year ago by Fermin <[email protected]>
Merge pull request #646 from lem-project/refactor-command-definitions

refactor command definitions

97e322b8cd0fe31af3614516cf9cfac125587ec9 authored over 1 year ago by cxxxr <[email protected]>
fix for regression

b42333100b9d487c10431677c6dc8090327c2c48 authored over 1 year ago by cxxxr <[email protected]>
Basic support for Elixir language

4003c553faf77dbefee18a4bad01f2ef8f82eadd authored over 1 year ago by Fermin <[email protected]>
fix conflict

8b7e21ea86e08dc00e04fbeb332ef84a0b725e80 authored over 1 year ago by cxxxr <[email protected]>
fix dependencies

5d944b1c9663675f65600f0c9fd028b34ccd3aec authored over 1 year ago by cxxxr <[email protected]>
resolve scroll-up/scroll-down dependencies

9addc5eca5651d6ee3f8acb3a28fe350055d269c authored over 1 year ago by cxxxr <[email protected]>
fix

c9332ee5b252cad2fc18c398f82ba349faad7dc9 authored over 1 year ago by cxxxr <[email protected]>
add version.lisp

ce4db20ca4dbc24551c317ad4e764fb142f1e0cc authored over 1 year ago by cxxxr <[email protected]>
fix dependencies

81fbf3b47fe8f483af1da2e175db1407a052fe3c authored over 1 year ago by cxxxr <[email protected]>
fix lem-version dependencies

8058212610739c1b0d41b8601da17b8527555b4b authored over 1 year ago by cxxxr <[email protected]>
add undefined-key-error

93dd76dec27aeaa8668e799e3f3ef40443a8cd34 authored over 1 year ago by cxxxr <[email protected]>
fix lem-version

b4b29cdad473e2d6b972bee32e1556a57403987d authored over 1 year ago by cxxxr <[email protected]>
add export

1acffc80a6cf1ba5e6fb6912eb2da6b3b1e0c546 authored over 1 year ago by cxxxr <[email protected]>
fix test

207f7b09e1c01643d7d85efb96aa165e4152fad5 authored over 1 year ago by cxxxr <[email protected]>
extract to package lem-core/commands/*

16e5d88281348a01e28e8f4bd84014967e6056bd authored over 1 year ago by cxxxr <[email protected]>
fix package

692f25985b2581de2418f6f0388cefb7caac6627 authored over 1 year ago by cxxxr <[email protected]>
fix package name

6cf132da62bae5722aaf8f9b44ff00cdc1a1d6d7 authored over 1 year ago by cxxxr <[email protected]>
separate package.lisp into internal-packages.lisp and external-packages.lisp

7a53f4da386f5bbb88c63904ddfadc9ac96516fd authored over 1 year ago by cxxxr <[email protected]>
syntax highlighting uiop:define-package

0cc8239e89c01b97b250210232fda23b94823e39 authored over 1 year ago by cxxxr <[email protected]>
separate the packages into lem-core and lem

d49c41c4cb5a3b9c4cd5366dec75be3d335578c6 authored over 1 year ago by cxxxr <[email protected]>
Update test.yml

f02ecaf7b50ea233fa89d16c6b619c33504b723c authored over 1 year ago by cxxxr <[email protected]>
Update test.yml

408ad4806619b024e7a95247f977458c3f9ccf4b authored over 1 year ago by cxxxr <[email protected]>
add check

752fd772775d67d270a8c2f25aa2b56c5e89150b authored over 1 year ago by cxxxr <[email protected]>
Merge pull request #643 from lem-project/genocide-the-use-of-internal-symbols

Avoid references to internal symbols in the lem package

023296c394ade6d6a093a82b637185399b13bffe authored over 1 year ago by cxxxr <[email protected]>
Avoid references to internal symbols in the lem package

b7398d7cbd519f88ffcf308a97834d21574353fe authored over 1 year ago by cxxxr <[email protected]>
improve move-to-beginning-of-line behavior

4011280807c740024b637212ea4ae2e28496ad31 authored over 1 year ago by cxxxr <[email protected]>
Update README.md

69c8257716bd423a8593bcc29dce37bc4fc43f2a authored over 1 year ago by cxxxr <[email protected]>
Merge branch 'master' of github.com:lem-project/lem

918b6c113b2089669a6ce8e2b8fc5ce51e534e56 authored over 1 year ago by cxxxr <[email protected]>
workaround for #638

403e9a058581b986fcdedad99177b8b82ac83ade authored over 1 year ago by cxxxr <[email protected]>
Merge pull request #639 from Sasanidas/patch-1

Fix egghead pull request series link

701bae4e8d9a64f36f37030302612594987ef713 authored over 1 year ago by cxxxr <[email protected]>
Fix egghead pull request series link

f06cfc7e086b613e1857e35f8db87427558e349a authored over 1 year ago by Sasanidas <[email protected]>
Merge pull request #637 from t-sin/feature/sdl2-frontend-launcher-script

Add a launcher script for SDL2 frontend for roswell users

b88e86f0793ca8ad27d5ab87b019bf560975620b authored over 1 year ago by cxxxr <[email protected]>
change-display-size-hook -> update-on-display-resized

2170cce7f582ae03d322f84e6da11973f00a703f authored over 1 year ago by cxxxr <[email protected]>
avoid using internal prefix

6b9bd8d1aa68a7fa3b9e86321bd6064455015b13 authored over 1 year ago by cxxxr <[email protected]>
add export window-use-modeline-p

dacba0c0d70e4fd83aa8166767aae79c98969b90 authored over 1 year ago by cxxxr <[email protected]>
add default-keybindings.md (wip)

d145f76c07aba62df0f2d69adcd0684bbee12627 authored over 1 year ago by cxxxr <[email protected]>
merge beginning-of-line command with back-to-indentation command

63e90b33ec0e00e2520209ac2fccb98ccbc86456 authored over 1 year ago by cxxxr <[email protected]>
Update README.md

67f96d080d26d921398df85b33047f7cdf928a72 authored over 1 year ago by cxxxr <[email protected]>
Refactoring how to change self-insert behavior in lisp-mode

cfdcc3185dae86095cc9c9f4a557b381aa7f7222 authored over 1 year ago by cxxxr <[email protected]>
Update README.md

1f440ad858af7f184c23634eced912a6db9370de authored over 1 year ago by cxxxr <[email protected]>
update README.md

c185f2a363768ed9ca471f989c26ff522a77cdc3 authored over 1 year ago by cxxxr <[email protected]>
disable super on mac/windows to avoid malfunction

292d2dad5489d255749b5e6d3b9b4e3e62ef5d55 authored over 1 year ago by cxxxr <[email protected]>
Merge pull request #634 from vindarel/vindarel/vi-keys

vi-mode: add +, - and Space

5afdca28247800402e46a46c8a7b2fce9cf8b6e9 authored over 1 year ago by cxxxr <[email protected]>
vi-mode: add +, - and Space

38bad9e0a0d4e68b761b52fd44e7736532c0a96a authored over 1 year ago by vindarel <[email protected]>
Merge pull request #633 from lem-project/add-super-key-support-in-sdl2

add a super key support in SDL2

8bdb8e2cf77715a95dcb020dd9cf0fe2f9b915ff authored over 1 year ago by cxxxr <[email protected]>
add a super key support

ead8140e0fc6b3ecc1f0061a2be9576d6f18d5f5 authored over 1 year ago by cxxxr <[email protected]>
add key binding, Shift-Tab to move to previous item

25931a4f2d60ce4762cda22e9d514f3fda99f866 authored over 1 year ago by cxxxr <[email protected]>
Merge pull request #629 from lem-project/image-buffer

Improved display of images to buffer: added commands for scaling and display of resolution in mo...

9bde1d878a135e927f95368a113b5089d1bbd2e0 authored over 1 year ago by cxxxr <[email protected]>
display resolution on mode-line

62e6cfced4a16dcc95e2bd6ac3a37745b26306cf authored over 1 year ago by cxxxr <[email protected]>
add image-zoom-in/image-zoom-out/image-zoom-reset commands for scaling images

15310f3a51e15b162e332efa68a14a9b87085176 authored over 1 year ago by cxxxr <[email protected]>
add image-viewer-mode

c5244252ccac9da16033ecf52abb27d2b7bfc31b authored over 1 year ago by cxxxr <[email protected]>
v2.0.0

9f17b823e9685e639570ba51bed1514f168523ae authored over 1 year ago by cxxxr <[email protected]>
fix get-modifier

864207be5414659dedd55f94b77c34b771466920 authored over 1 year ago by cxxxr <[email protected]>