mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Reload the variable box less often
This commit is contained in:
@@ -10,6 +10,7 @@ class EditorView : public Responder, public View, public ScrollViewDelegate {
|
||||
public:
|
||||
EditorView(Responder * parentResponder, App * pythonDelegate);
|
||||
|
||||
bool isAutocompleting() const;
|
||||
/* Returns the beginning of the text to autocomplete, and loads its length in
|
||||
* the method parameter length */
|
||||
const char * textToAutocomplete(int * length) const;
|
||||
|
||||
Reference in New Issue
Block a user