or even more correct question, is Geany should be more smart than user?
suppose we are open file at first time with such lines ```C++ setter("root(//what.ever/)", "//what.ever/", &pl::Path::root, [this](){ bool newfail = getter("scheme()", "ftp:", &pl::Path::scheme, true); newfail |= getter("root()", "//what.ever/", &pl::Path::root, true); newfail |= indexer("segement(0,1)", "dir1", &pl::Path::segment, 0, 1, true); return newfail; }); ``` how we will understand is getter is type or function?