Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Refactor #40

Closed
wants to merge 39 commits into from
Closed

[WIP] Refactor #40

wants to merge 39 commits into from

Commits on Jan 23, 2020

  1. Refactor components into separate scripts

    Leaves a stub for the old script in place, so that scripts which rely on starting it will still work.
    
    This isn't working perfectly, because a few things are/aren't in the auto-exec section that shouldn't be. This can be fixed by converting labels to functions where possible.
    BlueDrink9 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    5b34264 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Create FUNDING.yml

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    6845b63 View commit details
    Browse the repository at this point in the history
  2. add note for OneNote

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    f7068eb View commit details
    Browse the repository at this point in the history
  3. fix typo

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    e246de4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe452b2 View commit details
    Browse the repository at this point in the history
  5. use VimIcons

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    67afb2b View commit details
    Browse the repository at this point in the history
  6. add VimAhk class

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    668f235 View commit details
    Browse the repository at this point in the history
  7. split classes

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    f9958ba View commit details
    Browse the repository at this point in the history
  8. add VimAhkGroup

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    be1b596 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d28b2ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06aae76 View commit details
    Browse the repository at this point in the history
  11. minimize global

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    25e4a50 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b5c6dd0 View commit details
    Browse the repository at this point in the history
  13. add VimAhkState

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    1ed1412 View commit details
    Browse the repository at this point in the history
  14. add VimAhkConf class

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    0a62e66 View commit details
    Browse the repository at this point in the history
  15. remove Ahk from names

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    00c3241 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e4cba0a View commit details
    Browse the repository at this point in the history
  17. add VimMenu

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    3fd66ac View commit details
    Browse the repository at this point in the history
  18. fix icon path

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    534874a View commit details
    Browse the repository at this point in the history
  19. fix encoding

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    f38b3ae View commit details
    Browse the repository at this point in the history
  20. move About Menu in VimMenu

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    ca869e0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    10b3fed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3fc593d View commit details
    Browse the repository at this point in the history
  23. fix VimState after tooltip

    rcmdnk committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    d1b989f View commit details
    Browse the repository at this point in the history
  24. add VimSetting and VimCheck

    rcmdnk committed Jan 26, 2020
    1 Configuration menu
    Copy the full SHA
    6da8a42 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Revert "Refactor components into separate scripts"

    This reverts commit 5b34264.
    BlueDrink9 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    9200abc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759e6c3 View commit details
    Browse the repository at this point in the history
  3. add vim_ime.ahk

    rcmdnk committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    fcd3911 View commit details
    Browse the repository at this point in the history
  4. add vim_ime.ahk

    rcmdnk committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7cbd369 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47b9d02 View commit details
    Browse the repository at this point in the history
  6. try to remove fully global function: for VimSetting.Menu(), use globa…

    …l but set local for local variables (as control's variables must be global, but too many (and will be changed)
    rcmdnk committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    58a3696 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8140a09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbd1285 View commit details
    Browse the repository at this point in the history
  9. remove vim_debug from include

    rcmdnk committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    bce998d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2da42cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3fdc68f View commit details
    Browse the repository at this point in the history
  12. add bind files

    rcmdnk committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    2dadf49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15980fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3105e2b View commit details
    Browse the repository at this point in the history