| 4659 | } |
| 4660 | |
| 4661 | void Editor::RightButtonDownWithModifiers(Point pt, unsigned int, int modifiers) { |
| 4662 | if (NotifyMarginRightClick(pt, modifiers)) |
| 4663 | return; |
| 4664 | } |
| 4665 | |
| 4666 | bool Editor::PositionIsHotspot(Sci::Position position) const { |
| 4667 | return vs.styles[pdoc->StyleIndexAt(position)].hotspot; |