Skip to content

convenience update #99

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

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

convenience update #99

wants to merge 31 commits into from

Conversation

alex-s168
Copy link

@alex-s168 alex-s168 commented Apr 3, 2024

Additions / Changes:

  • Java and python syntax highlighting (~ Fury-101)
  • Kotlin syntax highlighting
  • Add minirent and freetype windows binaries as submodules (make building easier on windows)
  • Create file if not exist (when specified as command line argument)
  • Only change into directories with sufficient permissions (~ juniorrantila)
  • Fullscreen with F11
  • Delete selected area with backspace (~ austinoxyz)
  • Pop Ups
  • Status Bar (for line number and language)
  • Input Bar (for file name and search)
  • Configs (example)
  • ctrl+g = goto line(:col)
  • F2 -> ctrl+s (and add ctrl+shift+s)
  • F3 -> ctrl+o

Fixes:

  • fix type_of_file, fix shader load (~ joshuang321)
  • add newline at end of file if not already present
  • Replace tabs with 4 spaces on load
  • Remove \r on load

New dependencies:

vinays6 and others added 30 commits February 12, 2023 17:14
If you try to cd into a directory that you don't have permissions to
open, the file browser would become blank with no way to recover since
we had already changed the file browser state before knowing if the
directory change would succeed.

This patch ensures that we only commit the directory change after we've
successfully read it.
…election when the area is empty after deletion.
@Lu-TheCoder
Copy link

Can you add MacOS support?

@alex-s168
Copy link
Author

Can you add MacOS support?

What do you mean exactly?

@alex-s168
Copy link
Author

It looks like #94 even has LSP support!
this is not really compatible with #94 so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants