Menu

#1276 Change SC_MARK_BOOKMARK to vertical direction

Committed
closed
5
2019-04-16
2019-04-04
Zufu Liu
No

Code for vertical direction bookmark:

const int halfWidth = minDim / 3;
Point pts[] = {
    Point::FromInts(centreX - halfWidth, centreY - dimOn2),
    Point::FromInts(centreX + halfWidth, centreY - dimOn2),
    Point::FromInts(centreX + halfWidth, centreY + dimOn2),
    Point::FromInts(centreX, centreY + dimOn2 - halfWidth),
    Point::FromInts(centreX - halfWidth, centreY + dimOn2),
};  
1 Attachments

Discussion

  • Neil Hodgson

    Neil Hodgson - 2019-04-04

    The current horizontal appearance is better. If you want another marker then write it as an addition.

     
  • Zufu Liu

    Zufu Liu - 2019-04-05

    Added SC_MARK_VERTICAL_BOOKMARK.
    Markers.png not updated.

     

    Last edit: Zufu Liu 2019-04-05
  • Zufu Liu

    Zufu Liu - 2019-04-06

    Online search images with "bookmark sign" or "bookmark symbol" most if not all are in vertical direction.

     
  • Neil Hodgson

    Neil Hodgson - 2019-04-07
    • labels: --> scintilla, marker
    • Group: Completed --> Committed
     
  • Neil Hodgson

    Neil Hodgson - 2019-04-07

    Committed as [fc237c].

    Name changed to SC_MARK_VERTICALBOOKMARK matching pattern of other SC_MARK names.

     

    Related

    Commit: [fc237c]

  • Neil Hodgson

    Neil Hodgson - 2019-04-16
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.