Rick Blommers
Rick Blommers
On my Mac it simply works. I will try to change it, so it uses screenAt
This is pretty strange.. The TextEditorAutoCompleteComponent uses the TextEditorComponent as Parent Component. This means the move coordinate is relative to the coordinate system of the parent Do you know what...
In which source file is this used? I cannot find it with grep in the sources of edbee-lib. It uses a move, which moves relative to the parent's widget: https://github.com/edbee/edbee-lib/blob/master/edbee-lib/edbee/views/components/texteditorautocompletecomponent.cpp#L124
Haha no problem! I guess that positioning the widget should be kept relative top the parent window. I don't think it's required to know which screen it's on.. Simply check...
Thanks for your reaction! Apologies for my late response.. I was working on an AutoComplete list based on document variables. (The implementation I've made was very basic, and just build...
Yes, I prefer several PR's, because this makes it possible to merge/evaluate them one by one. If it's to hard, a single PR is also possible, only the risk is...
When I look at this, it looks like the distance between the lines is too small. Selection background is drawn on a per line basis. Which means the background is...
Checked in My test environment. It renders correctly. Could you check if the line-height has been decreased?
I will try ;-) ## Access alread parsed scopes: In the edbee-app code all active scopes are displayed in the status bar: https://github.com/edbee/edbee-lib/blob/d7a6c96d68fecbc4a1d7d5ed313ffafd10207bb6/edbee-lib/edbee/texteditorcontroller.cpp#L454-L462 This is how you can access the...
I don't know exactly what sublime uses.. But edbee searches for 'multi-line scopes' with a start and end regular expression. It finds single-line scopes by applying the scopes in a...