Commit 69df8e6
committed
fix: Gutter icons in the editor for trait scripts
Credit @Ward727a
- Fixed a bug when 2 functions (one from trait, and one from other scipt) was one the same line: The gutter icon for virtual function wasn't shown.
- Did a little optimization on the "get_function_names_recursively" function (using Vector and not HashMap) this allow us to gain ~10% in time when running (HashMap average ~= 9.8µs / Vector average ~= 8.8µs).1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | 201 | | |
203 | 202 | | |
204 | 203 | | |
| |||
0 commit comments