-
Notifications
You must be signed in to change notification settings - Fork 44
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
A few small potential aesthetic changes to how it looks in the status #63
Comments
With regards to the large/small icon positions - Yes there's actually a configuration option for that - I'm open to changing the text, as a config option. Just need to figure out either
Not entirely clear what you mean by
Could you provide an example or two? |
Oh okay, the first part is good to know. As for the last part, I meant like the folder for what you're editing. Something like "In FolderThatContainsTheFileYou'reEditing". So not a full file path. I don't know if that's possible and I also I don't know how it happened for me that one time. I was in the top line of the status before the main name of the file I was editing. It would make sense to not be a default option either. |
https://imgur.com/a/EXCnXXF Here's a picture where I opened a file by clicking the file tree in the buffer at the bottom and I got this. The file I'm editing is the "skin.ini" whereas the folder the ini file is in is the "[all] KMSkin v1.37.29.0". I'm not sure why the < and > are there, but I assume it's how Elcord interprets the folder and puts those symbols to surround the name of the folder. It would be cool to have an option for that folder to be displayed on the second line instead of the first, but I don't know if Elcord is able to read what folder the file you're editing it in, without you going through the buffer manually like I did. It only shows on the line that I'm in a folder when I do that manually anyways. So it's probably not possible. |
elcord gets buffer names from Lines 512 to 514 in ed8de0e
This particular behavior presents itself when you open buffers for two different files with the same name (example: opening I think this is something you could do yourself with emacs's normal buffer naming stuff, given the default mode-line displays the buffer name |
Oh cool, that's really interesting. Good to know. |
The big icon could be changed to be the code type and the small icon could be changed to be the emacs logo if there's a custom code type icon (the small one is hard to see currently).
The text on the code type image could be changed to "editing a code type file".
I was also wondering about making the second line something like the front part of the file path, but I see that's already been mentioned here.
The text was updated successfully, but these errors were encountered: