-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Adding a method does not update the editor #376
Comments
Hi. Maybe worth mentioning which version you are using... |
As far as I know there are no usable versions for Linux. You misunderstand me. BTW. Adding a function from the Lua editor is dangerous as it is not always clear which template to use. |
I've always found on windows that the tree updates if you close the LUA editor and reopen it (or maybe save the panel and reload it). It's a pain, but normally only mildly annoying. |
I have myself always worked directly in the tree and selected the template there. |
@Godlike-Productions @dobo365 A bug is a bug is a bug. And this one is annoying, if you are using a comfortable(tm) editor like Notepad++, Emacs or vim. Even if there is a workaround, a bug is worth to be fixed. Everything that is even mildly annoying makes users think your software is crap. Look at the typical flamewars äbout $Software or $OperatingSystem of your choice and some alternatives. Btw: The template names are not really self-explanatory, especially for non-native English speakers. Trying to use the right one, I had chosen the wrong template. |
@keinstein I'm not disputing that it is a bug. It's unlikely to get a fix in the short term unless someone takes on development as Atom seems to be busy with other things. This is merely the workaround I use with Github, so I can still build stuff. I notice that you've lodged pull request to stop duplication when methods are exported though, which will fix one annoying aspect of ctrlr. Thanks for your contributions. Hopefully Atom gets to this soon, and hopefully he appoints some others to help manage this repo. |
When I add a Lua method from the panel editor while the Lua editor is open, the list of existing functions is not updated.
The file should appear immediately in the side bar, not only after closing and reopening the Lua editor.
The text was updated successfully, but these errors were encountered: