-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to define auto-complete strings for use in [somename#...
#6
Comments
I am unfortunately a bit busy the next couple of days but as soon i find the time i´ll look into that.
Adding simple keywords i one thing but autocompletion easily breaks if it deviates from the scheme i´ve given it.
This project and easyfetch are the first real programming experiences i have with any language. And this started last october. :) But i can try to initiate you into the crocked depths of my programming... |
I just did a quick fix... either you download the html and js files and edit the html file to direct to the local js or you wait until it has been updated on jsdeliver.
|
I forgot the minified files so waiting made no sense :) I made a new category for task specific stuff called |
How should we proceed with commits to ESPeasy. |
I'll discuss with TD-er tonight what the best strategy would be. Having your repo as the main source for this would be best I assume, but I don't think we want to go and use Last I checked there were some differences between the .js code here and what's in ESPEasy, is that still the case?
Currently only TD-er (and probably grovkillen) can merge PRs in ESPEasy, I don't have those 'powers' 😄 |
This is the reason why the change of EasyColorCode to codemirror 6 is stalling right now.. npm is still a mystery for me 😳 |
In my opinion you should have this power since you earned it. :) |
Lets keep the innocent protected 🤣 |
I have tried to add definitions for the task-specific settings, as added in ESPEasy via PR 4421, but then the auto-complete doesn't seem to work in the Rules editor when trying to use
[<taskname>#...]
(to fill in the ... part), probably because it is trying to insert some other values/events that have a#
included. I have found that there is some explicit handling for#
but I don't understand yet how that is to be modified to get it working as auto-complete.My JS skills are not that great, and my understanding of this code isn't that in-depth either, so can you suggest how to implement that, or, as an alternative, on how to specify these auto-complete values?
The text was updated successfully, but these errors were encountered: