Searched +hist:32 +hist:c29a08 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DTextView.cppdiff 08e58a41 Sun Jan 12 07:33:32 MST 2020 X512 <danger_mail@list.ru> TextView: Select dropped text if focused

This is convenient and used in most text editors.

Change-Id: Ia39b9e6f16cc381a62e10b248033729179a0996c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2110
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Reviewed-by: John Scipione <jscipione@gmail.com>
Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com>
diff 32c29a08 Wed Nov 04 09:38:34 MST 2009 Oliver Tappe <zooey@hirschkaefer.de> Reworked character class handling in BTextView:
* Word selection via double-click now works like in R5, except that '_' is now
being considered part of a textual word, too. This fixes #4754.
* Adjusted CanEndLine() to make much more sense (at least for western
languages).
While I have tested the wrapping quite a bit, it is not unlikely that these
changes introduce regressions. If you spot one, please tell!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33882 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 32c29a08 Wed Nov 04 09:38:34 MST 2009 Oliver Tappe <zooey@hirschkaefer.de> Reworked character class handling in BTextView:
* Word selection via double-click now works like in R5, except that '_' is now
being considered part of a textual word, too. This fixes #4754.
* Adjusted CanEndLine() to make much more sense (at least for western
languages).
While I have tested the wrapping quite a bit, it is not unlikely that these
changes introduce regressions. If you spot one, please tell!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33882 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 32c8ab89 Wed Oct 21 13:09:20 MDT 2009 Oliver Tappe <zooey@hirschkaefer.de> * added _TabExpandedStyledWidth(), which makes sure to expand all tab chars
during the width calculation
* used _TabExpandedStyledWidth() at all places that need to expand tabs,
fixing #4822
* removed _StyledWidthUTF8Safe() as it didn't make sense - we now perform
the same auto-scrolling horizontally as we do vertically


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33713 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff f2476bcc Thu Oct 04 05:32:06 MDT 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> Patch by Rene Gollent: TextViews now can scroll even if they aren't
attached to a BScrollView.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22432 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff a1c03614 Wed Apr 18 03:33:32 MDT 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> Use LineHeight() instead of StyledWidthUTF8Safe() to get the height of
the line in PointAt(), since the former didn't return the correct
result, due to the fact that there were 0 charachters on that line.
Fixed a bug in TextHeight() which ended up doubling the
height of the line if we requested the last line.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20745 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 32c29a08ba280a85bd5419322df4354490a996e9 Wed Nov 04 09:38:34 MST 2009 Oliver Tappe <zooey@hirschkaefer.de> Reworked character class handling in BTextView:
* Word selection via double-click now works like in R5, except that '_' is now
being considered part of a textual word, too. This fixes #4754.
* Adjusted CanEndLine() to make much more sense (at least for western
languages).
While I have tested the wrapping quite a bit, it is not unlikely that these
changes introduce regressions. If you spot one, please tell!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33882 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 32c8ab89a9e7d318dab3908eb4f3b0f452cd7457 Wed Oct 21 13:09:20 MDT 2009 Oliver Tappe <zooey@hirschkaefer.de> * added _TabExpandedStyledWidth(), which makes sure to expand all tab chars
during the width calculation
* used _TabExpandedStyledWidth() at all places that need to expand tabs,
fixing #4822
* removed _StyledWidthUTF8Safe() as it didn't make sense - we now perform
the same auto-scrolling horizontally as we do vertically


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33713 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff f2476bcc9c193632711781727a96a3222ee1df05 Thu Oct 04 05:32:06 MDT 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> Patch by Rene Gollent: TextViews now can scroll even if they aren't
attached to a BScrollView.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22432 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff a1c0361478225d33ad1dc69575c374dd57b8f6b7 Wed Apr 18 03:33:32 MDT 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> Use LineHeight() instead of StyledWidthUTF8Safe() to get the height of
the line in PointAt(), since the former didn't return the correct
result, due to the fact that there were 0 charachters on that line.
Fixed a bug in TextHeight() which ended up doubling the
height of the line if we requested the last line.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20745 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 99 milliseconds