eclipse-platform / eclipse.platform.swt

Eclipse SWT
https://www.eclipse.org/swt/
Eclipse Public License 2.0
112 stars 135 forks source link

Renamed the field to improve readability #1282

Closed amartya4256 closed 3 months ago

amartya4256 commented 3 months ago

This PR is a follow up to the PR #1244 which improves the readability of the class TextLayout for win32. The field lineWidth is now renamed to lineWidthInPixels since the field represented the information in pixels.

contributes to #62 and #127

Requires

github-actions[bot] commented 3 months ago

Test Results

   450 files  ±0     450 suites  ±0   8m 46s :stopwatch: +2s  4 127 tests ±0   4 119 :white_check_mark: ±0   8 :zzz: ±0  0 :x: ±0  16 319 runs  ±0  16 227 :white_check_mark: ±0  92 :zzz: ±0  0 :x: ±0 

Results for commit 05dbd368. ± Comparison against base commit 7ac43c0d.

:recycle: This comment has been updated with latest results.

amartya4256 commented 3 months ago

Rename field in TextLayout and remove comments.

Rename 'lineWidth' to 'lineWidthInPixels'

Done