-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO #2
Comments
@Dtatoo Let me know when you have questions, I'm sure there'll be a few! |
I recommend against doing this (at least in the current state of dyre). Yi does this, but it has been a source of many problems that newcomers have. I wrote a post about it here. My main points are:
I think dyre is an awesome concept, but it still needs more development until its ready to use. |
Those are some great points; thanks @noughtmare! You're not the first to voice concerns about Dyre; and it definitely wasn't at the top of the priority list anyways. Looks like it's not a great idea, I'll remove it from the list! I appreciate your feedback on this! |
Hi, Maybe for "Per Buffer event/hook system" or a separate TODO entry... It would be nice to have some kind of BufferChanged event, indicating some deletion/insertion/.. in text-buffers. I'd love to help out, if you can point me to the relevant places... |
Hey there @clojj! That sounds like a good idea! My plan is to limit the API for editing buffers to the operations available using this [range lens]. If you're willing to work on it that would be a great place to start! Continue the discussion here: #20 I've added some bullet points that should help you get started! Post there if you have any questions, or drop into our Gitter chat |
Great. I would think that is beforeRender, or ? |
This uses elements from We'll likely have to make a few small changes to the way styles are rendered to allow optimizing performance for things like syntax highlighting; having a |
So here is the basic setup of what I am trying to do... I'd like to setup the (Chan String, Chan [Located Token]) in onInit of course, As far as it goes, it is working.. I get all tokens inside the beforeRender handler (lexHaskell) |
ok, easier than I thought newtypes galore ! |
Let's continue the discussion here: #24; Looks like you've done a lot of work on this! I'll definitely read it over this weekend! |
@ChrisPenner Here are some possible new action items to sort through after our gitter pow-wow. In order to introduce widgets for autocomplete, file browsing and so on, there seems to be a need to extend the widget functionality to render them elsewhere than at the top/bottom/left/right of a
Seems that making the Widgets depend on a text position would allow to not leak the rendering abstractions. Does that work? Also, work in progress on
Should the |
Great! I made issues for each of those and put them in a milestone 👍 |
TextLens
Action
s inBufAction
s, but not the other way around.The text was updated successfully, but these errors were encountered: