mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibGUI: Extract repeated code for populating TextEditor per-line data
This commit is contained in:
parent
ba43ee4046
commit
03571b1fa9
Notes:
sideshowbarker
2024-07-16 23:23:26 +09:00
Author: https://github.com/AtkinsSJ
Commit: 03571b1fa9
Pull-request: https://github.com/SerenityOS/serenity/pull/17864
2 changed files with 13 additions and 7 deletions
|
@ -363,6 +363,7 @@ private:
|
|||
|
||||
size_t visual_line_containing(size_t line_index, size_t column) const;
|
||||
void recompute_visual_lines(size_t line_index, Vector<TextDocumentFoldingRegion const&>::Iterator& folded_region_iterator);
|
||||
void populate_line_data();
|
||||
|
||||
template<class T, class... Args>
|
||||
inline void execute(Args&&... args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue