Skip to content

批注点状态提示的一些修复和改进 - #656

Closed
PYLXU wants to merge 5 commits into
InkCanvasForClass:net10from
PYLXU:net10
Closed

PYLXU wants to merge 5 commits into
InkCanvasForClass:net10from
PYLXU:net10

Conversation

@PYLXU

@PYLXU PYLXU commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

批注点状态提示

  1. 加强高缩放屏幕显示下弹框定位
  2. 缩小点击墨迹大小,加入圆形提示图标
  3. 优化显示逻辑:批注后30s内次数内重复仅显示圆形图标,30s后每次点击显示图标,小区域内次数内重复再触发提示

PYLXU and others added 4 commits August 16, 2026 12:34
1. 加强高缩放屏幕显示下弹框定位
2. 缩小点击墨迹大小,加入圆形提示图标
3. 优化显示逻辑:批注后30s内次数内重复仅显示圆形图标,30s后每次点击显示图标,小区域内次数内重复再触发提示
@augmentcode

augmentcode Bot commented Sep 10, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: This PR refines the annotation-mode status feedback shown after short stroke/click input.

Changes:

  • Repositions the annotation hint popup relative to inkCanvas to avoid DPI-dependent screen-coordinate offsets.
  • Adds a transient circular annotation-status indicator popup with a short fade animation.
  • Introduces a 30-second idle gate based on the last long stroke.
  • Shows the indicator for every short click after the idle period, while suppressing the full text hint during active writing.
  • Resets click tracking when a long stroke is committed and after a threshold action fires.
  • Stops artificially widening the supplemental dot stroke, retaining the active pen thickness.
  • Updates localized setting descriptions to explain the revised interaction behavior.
  • Removes the Lite onboarding preset’s explicit override that disabled the annotation-dot hint.

Technical Notes: Both new and existing hint popups use RelativePoint placement with inkCanvas as the target, so offsets are expressed in canvas logical coordinates.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread Ink Canvas/MainWindow_cs/MW_AnnotationDotHint.cs
fix: 修复漫游的菜单关闭按钮首次点击可能失效的问题
@PYLXU PYLXU closed this Sep 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant