opeongo
Results
32
issues of
opeongo
As the title says, I am wondering why the field names in generated classes are mangled to add the class name? Specifically here: https://github.com/beanshell/beanshell/blob/eee36c81c35525fd771285e77b6fb8173db3f1dc/src/main/java/bsh/ClassGeneratorUtil.java#L220 The base field name is "_bshThis",...
Is it possible to create a hierarchical autocomplete menu? If a language has a lot of functions is it possible to group them into categories (such as string functions, math...