Giter Club home page Giter Club logo

desktoptips's Introduction

Introduction

Stars Earned Collaborated Stars Followers Repositories GitHub Page

  • 👋 Hi! Here is AoiHosizora (青いほしぞら), majors in Intelligent Software and Robotics, Software Engineering.
  • 📝 Speaking languages: Mandarin Chinese (Native), Teo-Swa-uê (Native), English (CET-6), Japanese (JLPT-N1).
  • 🏢 Some owned GitHub organizations: ah-shellext & ah-forklib, my public email: [email protected].
  • 🚀 Interest areas: distributed backend system development, desktop client and android client development.
  • ⚡ Favorite programming languages: Go, Dart, C#, Kotlin, Rust, Typescript, etc.

Coding status

desktoptips's People

Contributors

aoi-hosizora avatar

Stargazers

 avatar

Watchers

 avatar

desktoptips's Issues

[FEAT] 换行和制表符显示

在编辑和显示的时候额外显示换行(Label 容易实现,麻烦的是 TextBox)。
并且需要让 TextBox 支持 Tab 键,以及沿用上一行的缩进。(这里添加一个是否换行的选项)

[BUG] 浏览链接窗口置顶

双击浏览链接对话框的列表时,由于置顶导致自对话框被覆盖。
另外,对话框窗口标题应该为「浏览连接」而不是「搜索」。

image

[BUG] 移动至分组弹出菜单逻辑 快捷键出错

Private Sub OpenMoveToPopupMenu(sender As DD.ButtonItem, e As EventArgs) Handles m_menu_MoveTipsSubMenu.Click
    If m_menu_MoveTipsSubMenu.SubItems.Count <> 0 Then
        ' PopupOpenMoveToMenu(sender, Nothing) ' 先检查再弹出
        Popup(m_menu_MoveTipsSubMenu)
    End If
End Sub

image

[BUG] Ctrl 检测错误

当 Ctrl+F 搜索,并且使用按钮取消时,再双击记录行会认为 Ctrl 键按住

image

Add BIUS style support

Add bold, italic, underline, strokeline text-style support.

Bold
Italic
Underline
Strokeline

->

**Bold**
*Italic*
<ins>Underline</ins>
~~Strokeline~~

[FEAT] 添加上传图片

修改 TipItem 类,添加 images 字符串数组,并添加一个上传图片的接口(可能使用 github,自建文件服务器或者oss)。
显示上需要调整 修改标签 对话框,以及需要添加一个 查看标签 对话框用来显示内容,图片和其他信息。

[FEAT] 添加待办事项框

编辑界面上多一个 CheckBox,显示界面上如果 Done 则删除线(或者其他效果),数据多一个 bool field。
兼容考虑,默认为 false

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.