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

Development #834

Open
wants to merge 201 commits into
base: master
Choose a base branch
from
Open

Development #834

wants to merge 201 commits into from

Commits on Jul 12, 2018

  1. sync margo after the move to margo.sh

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    b152481 View commit details
    Browse the repository at this point in the history
  2. remove default .html.go extension from gohtml_extensions since the hi…

    …ghlighting is wrong
    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    398db0e View commit details
    Browse the repository at this point in the history
  3. sync margo

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    969f40b View commit details
    Browse the repository at this point in the history
  4. batch non-blocking actions like ViewSaved and ViewActivated

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    6bef4f2 View commit details
    Browse the repository at this point in the history
  5. change the default issue tag to error

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    ecfcd71 View commit details
    Browse the repository at this point in the history
  6. sync margo

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    0a35d7c View commit details
    Browse the repository at this point in the history
  7. use the pkg snippets to generate content for new .go files

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    63b2b03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41b3567 View commit details
    Browse the repository at this point in the history
  9. don't send the content of non-source views

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    9348d94 View commit details
    Browse the repository at this point in the history
  10. sync margo

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    6187ee2 View commit details
    Browse the repository at this point in the history
  11. sync margo

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    78dc48d View commit details
    Browse the repository at this point in the history
  12. add support for user-commands and run commands through margo for live…

    … command output
    
    * margo's `go` command is incomplete so replay, etc. doesn't work
    * change default 9o_instance to "9o" to get a single instance of 9o by default
    * add user commands with new key binding ctrl+., ctrl+c
    * fix .e key bindng on Mac and Windows. it should now call the margo command
    * add Packages/User/GoSublime/bin and Packages/GoSublime/bin to PATH
    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    cb4428b View commit details
    Browse the repository at this point in the history
  13. don't do autocompletion in views without a lang, nothing will respond…

    … to it
    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    268fa6d View commit details
    Browse the repository at this point in the history
  14. improve VFN matching

    * change the primary VFN from `view#$ID` to `view@$ID`
      mainly to avoid confusion with 9o's `#`
    * relax VFN-related regexps to not require a match at the start of the line
    * clean up the VFN name a little
    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    b9ac9d9 View commit details
    Browse the repository at this point in the history
  15. close the agent stderr after the process exits to allow logging to co…

    …ntinue to work partially during shutdown
    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    8498620 View commit details
    Browse the repository at this point in the history
  16. improve issue palette rendering

    * add support for multiline messages
    * prevent ST from cropping the message sometimes when it's longer than the title line
    * show the tag and label below the message
    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    6cedf24 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3642003 View commit details
    Browse the repository at this point in the history
  18. sync margo

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    1470373 View commit details
    Browse the repository at this point in the history
  19. misc 9o improvements

    * navigating to any vfn should now work correctly
    * when output is written (before the comand ends), the view should no longer scroll
    * the `replay` command is now available in all views
    * when gs9o.py reloads, the view stash is no longer cleared
      so existing 9o view(s) should not be lost
    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    f034f11 View commit details
    Browse the repository at this point in the history
  20. sync margo

    DisposaBoy authored and DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    8c94362 View commit details
    Browse the repository at this point in the history
  21. sync margo

    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    d928216 View commit details
    Browse the repository at this point in the history
  22. misc tweaks

    * fix a ui freeze when a response comes back while we're executing a blocking request
    * add Sent time to the requests to margo profiling can track transport time
    * separate the status messages with spaces to make it a little easier to read
    * make enabled_for_langs '*' by default
    * when pressing ctrl+.,ctrl+x if the view is already open, don't change the scroll position
    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    750d041 View commit details
    Browse the repository at this point in the history
  23. sync margo

    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    49ec782 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5515205 View commit details
    Browse the repository at this point in the history
  25. sync margo

    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    a538843 View commit details
    Browse the repository at this point in the history
  26. remove the 9o echo command

    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    d7aa237 View commit details
    Browse the repository at this point in the history
  27. sync margo

    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    f8adbc8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d06235b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c0cfd0b View commit details
    Browse the repository at this point in the history
  30. fix a possible infinite loop when opening/focusing a view

    if the view.is_loading() returned true, gs.focus would be called recursively.
    if the file doesn't exist, depending on timing, view.is_loading() will always return true
    leading to repeatedly opening a new empty view
    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    d149003 View commit details
    Browse the repository at this point in the history
  31. start disabling GS features by default

    they're pretty much all supported via margo.sh now
    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    9ecb027 View commit details
    Browse the repository at this point in the history
  32. remove debugging code

    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    590d06d View commit details
    Browse the repository at this point in the history
  33. update umsgpack

    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    15f4511 View commit details
    Browse the repository at this point in the history
  34. make sure rendering starts on the ui thread to (hopefully) avoid long…

    … delays when interacting with the ST api from a different thread
    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    9a71b16 View commit details
    Browse the repository at this point in the history
  35. profile agent startup

    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    4c7b4d4 View commit details
    Browse the repository at this point in the history
  36. start work on reducing interaction with the ST api to (hopefully) red…

    …uce latency
    
    also add support for 9o completions via the QueryCmdCompletions action
    DisposaBoy committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    33533e1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2a0bcc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2018

  1. sync margo

    DisposaBoy committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    6158ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9231912 View commit details
    Browse the repository at this point in the history
  3. set MARGO_AGENT_GOPATH and automatically restart margo if GOPATH changes

    this should fix failure to auto-complete packages in GOPATH
    DisposaBoy committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    72ee6c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. sync margo

    DisposaBoy committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    d8399f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    336a471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2950cf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Configuration menu
    Copy the full SHA
    3252008 View commit details
    Browse the repository at this point in the history
  2. fix GOPATH switching

    DisposaBoy committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    02182b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. sync margo

    DisposaBoy committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    88fc131 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. sync margo

    DisposaBoy committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    35579b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. Configuration menu
    Copy the full SHA
    6ea3662 View commit details
    Browse the repository at this point in the history
  2. fix go install margo.sh failure

    this fixes #847
    DisposaBoy committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    445a1e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. sync margo

    DisposaBoy committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    56b9313 View commit details
    Browse the repository at this point in the history
  2. fix use of undefined var

    DisposaBoy committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    f15be5b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. sync margo

    DisposaBoy committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    912bbd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. sync margo

    DisposaBoy committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    bf2ead8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. sync margo

    * fix MARGO_AGENT_GOPATH not being used when looking for the `margo` pkg
      this should fix the failure to detect the `margo` pkg
    DisposaBoy committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    ffe9020 View commit details
    Browse the repository at this point in the history
  2. sync margo

    DisposaBoy committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    b79b5f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. sync margo

    * use the agent GOPATH when installing the bundled guru
    DisposaBoy committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    260b8d2 View commit details
    Browse the repository at this point in the history
  2. sync margo

    * fix auto-switching to the agent's GOPATH when editing pkg `margo` or `margo.sh/...`
    DisposaBoy committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    b8125e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. sync margo

    * add some logging when `import "margo"` fails
    DisposaBoy committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    32965f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. sync margo

    DisposaBoy committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    7680665 View commit details
    Browse the repository at this point in the history
  2. ANN 18.08.15

    DisposaBoy committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    7a6fe69 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. sync margo

    DisposaBoy committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    2e63d9c View commit details
    Browse the repository at this point in the history
  2. * set GO111MODULE=off when building the agent

    * merge all env vars named ^MARGO|GO|CGO so we pick up things like GOPROXY and GO111MODULE
    DisposaBoy committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    f0c3ef2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. sync margo

    DisposaBoy committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    577ec3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c7be8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8799de1 View commit details
    Browse the repository at this point in the history
  4. ANN 18.08.22

    DisposaBoy committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    cc48ff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. sync margo

    better gocode pkg cache is implemented but memory use is too high
    DisposaBoy committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    e6969c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. sync margo

    add new reducer &golang.MarGocodeCtl{}
    this allows manual cache management using the new `margocodectl` command
    DisposaBoy committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a72608b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. sync margo

    DisposaBoy committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    2064529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e18d9c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. ANN 18.08.29

    DisposaBoy committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    ba97960 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. sync margo

    DisposaBoy committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    ebf0f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d31c64 View commit details
    Browse the repository at this point in the history
  3. ANN 18.08.31

    DisposaBoy committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    aec60be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adb8839 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. fork ST/Go syntax

    DisposaBoy committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    821d269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb90fff View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    8140b7e View commit details
    Browse the repository at this point in the history
  2. sync margo

    DisposaBoy committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    66c12f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f48d9d8 View commit details
    Browse the repository at this point in the history
  4. ANN 18.09.14

    DisposaBoy committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    2142f03 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. sync margo

    DisposaBoy committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    1b4d10e View commit details
    Browse the repository at this point in the history
  2. sync umsgpack

    this should fix a case where InsufficientDataException is thrown due to short reads
    DisposaBoy committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    95efe02 View commit details
    Browse the repository at this point in the history
  3. ANN 18.09.18

    DisposaBoy committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    247af62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    188a5bf View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. sync margo

    DisposaBoy committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b0e9bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8198993 View commit details
    Browse the repository at this point in the history
  3. ANN 18.09.25-1

    DisposaBoy committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    e023ff0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    792d656 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #867 from kortschak/syntax

    fix pattern for x := 0 syntax
    DisposaBoy authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8c31853 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. sync margo

    DisposaBoy committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    75cc974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b414d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. sync margo

    DisposaBoy committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    efa7cb2 View commit details
    Browse the repository at this point in the history
  2. ANN 18.09.30

    DisposaBoy committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    3400993 View commit details
    Browse the repository at this point in the history
  3. add margo intro link

    DisposaBoy committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    63d0f25 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. sync margo

    DisposaBoy committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    0383863 View commit details
    Browse the repository at this point in the history
  2. switch to the new .actuate command

    this fixes #868
    DisposaBoy committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    86d5c11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ea250 View commit details
    Browse the repository at this point in the history
  4. remove UncleSam image

    DisposaBoy committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    e1a151c View commit details
    Browse the repository at this point in the history
  5. ANN 18.10.06

    DisposaBoy committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    d33c22e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Update README.md

    DisposaBoy authored Oct 10, 2018
    Configuration menu
    Copy the full SHA
    cde59b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Configuration menu
    Copy the full SHA
    65cb818 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. sync margo

    DisposaBoy committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    1be259a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b44b8 View commit details
    Browse the repository at this point in the history
  3. prettier/fmt

    DisposaBoy committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    a19d04e View commit details
    Browse the repository at this point in the history
  4. ANN 18.11.04

    DisposaBoy committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    c5646a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. README improvements

    andyone committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    41a3a6e View commit details
    Browse the repository at this point in the history
  2. Improved Travis CI config

    andyone committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    8760e99 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Merge pull request #879 from andyone/travis-improvements

    Improved Travis CI config
    DisposaBoy authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    4e31abc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #878 from andyone/readme-improvements

    README improvements
    DisposaBoy authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    0ee5f5b View commit details
    Browse the repository at this point in the history
  3. sync margo

    DisposaBoy committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    c5a4137 View commit details
    Browse the repository at this point in the history
  4. ANN 18.11.06

    DisposaBoy committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    14ea343 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Update SUPPORT.md

    DisposaBoy authored Nov 11, 2018
    Configuration menu
    Copy the full SHA
    8509bff View commit details
    Browse the repository at this point in the history
  2. Update README.md

    DisposaBoy authored Nov 11, 2018
    Configuration menu
    Copy the full SHA
    7422c3a View commit details
    Browse the repository at this point in the history
  3. Update SUPPORT.md

    DisposaBoy authored Nov 11, 2018
    Configuration menu
    Copy the full SHA
    39bf06c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. fix #886

    DisposaBoy committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    e2af65c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. sync margo

    DisposaBoy committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    a677ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d9c00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d868af View commit details
    Browse the repository at this point in the history
  4. Thank U, Next

    DisposaBoy committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    8c18501 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79ef1d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. sync margo

    DisposaBoy committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    f615ad6 View commit details
    Browse the repository at this point in the history
  2. * implement hud navigation handler

    * if there's only 1 item in the hud content list, display it on the same line as the title
    * log agent state.errors
    DisposaBoy committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    b85ea83 View commit details
    Browse the repository at this point in the history
  3. fix NameError

    DisposaBoy committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    05ead88 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Configuration menu
    Copy the full SHA
    84881d1 View commit details
    Browse the repository at this point in the history
  2. sync margo

    DisposaBoy committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    e97574a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17679c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Configuration menu
    Copy the full SHA
    8feb856 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

  1. Configuration menu
    Copy the full SHA
    c32a44c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. sync margo

    DisposaBoy committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    17425f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a26a9d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. sync margo

    DisposaBoy committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    894c71e View commit details
    Browse the repository at this point in the history
  2. ANN 18.11.28

    DisposaBoy committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    8d16314 View commit details
    Browse the repository at this point in the history
  3. 18.11.28

    DisposaBoy authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    e1cd2a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    9be2a67 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Fix #905

    DisposaBoy authored Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b1a490f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Fix #904

    DisposaBoy authored Jan 12, 2019
    Configuration menu
    Copy the full SHA
    66dc145 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    25a9e5d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Merge pull request #913 from y0ssar1an/development

    Fix crash from deleting keys while iterating over dict in hud_panel()
    DisposaBoy authored Feb 10, 2019
    Configuration menu
    Copy the full SHA
    99d577a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Use the syntax to detect HUD views instead of locking the state.

    This should fix #911 and #930.
    
    The cause of the deadlock is something like:
    
    * We start creating the HUD for one window and lock the state.
    * At the same time `event()` is called; it then calls `is_hud_view()` which locks the state.
    * Beachball...
    DisposaBoy committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    d2d1002 View commit details
    Browse the repository at this point in the history
  2. Don't re-focus the active_view in in-active window.

    When creating the HUD view, it can sometimes steal focus, so we re-focus the active_view.
    When starting up with multiple windows, this leads to cursor being placed in the in-active window.
    DisposaBoy committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    17d34c1 View commit details
    Browse the repository at this point in the history
  3. ANN 19.06.16

    DisposaBoy committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    c59d5d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Fix ANN 19.06.16.

    xStrom committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    b425965 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #933 from xStrom/annfix

    Fix ANN 19.06.16.
    DisposaBoy authored Jun 18, 2019
    Configuration menu
    Copy the full SHA
    c820b92 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. sync margo

    DisposaBoy committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3f79d0f View commit details
    Browse the repository at this point in the history
  2. sync margo

    DisposaBoy committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    479c279 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bddf10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    367fb98 View commit details
    Browse the repository at this point in the history
  5. sync margo

    DisposaBoy committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    1fa209d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e715195 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1227ae2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8011586 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96d6e2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c65941 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. sync margo

    DisposaBoy committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    a3913e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466c0f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ce43c View commit details
    Browse the repository at this point in the history
  4. update SUPPORT docs

    DisposaBoy committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    ef8ef81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2453428 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. sync margo

    DisposaBoy committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    05819e7 View commit details
    Browse the repository at this point in the history
  2. Create FUNDING.yml

    DisposaBoy authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    dd04012 View commit details
    Browse the repository at this point in the history
  3. update next CHANGELOG

    DisposaBoy committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    4775407 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. sync margo

    DisposaBoy committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    28f0ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26e125 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. sync margo

    DisposaBoy committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    b2bc8b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Next (#948)

    * sync margo
    
    * sync margo
    
    * don't crash the ipc when decoding invalid utf-8
    
    * update .travis.yml to list the versions that are actually supported
    
    * sync margo
    
    * tweak for better readability
    
    * recognise go.mod and go.sum files and increase MAX_VIEW_SIZE to 8MiB
    
    * use custom Mutex for locking to make it easier to debug
    
    * don't trigger an action while the view is loading
    
    * prep CHANGELOG for next release
    
    * sync margo
    
    * reduce the spacing between status items now that they have a prefix
    
    * set MARGO_AGENT_GOBIN when building margo.exe to avoid side-effects of a global GOBIN
    
    * update SUPPORT docs
    
    * update CHANGELOG for next realease
    
    * sync margo
    
    * update next CHANGELOG
    
    * sync margo
    
    * improve 9o filename regexp to reduce cases of highlighting things that we can't open
    DisposaBoy authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    aeeff9a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    f11aabd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    5134a14 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Configuration menu
    Copy the full SHA
    fdffef8 View commit details
    Browse the repository at this point in the history
  2. sync margo

    DisposaBoy committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    65be031 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Fix #954 (#955)

    DisposaBoy authored Dec 16, 2019
    Configuration menu
    Copy the full SHA
    2f9d925 View commit details
    Browse the repository at this point in the history
  2. Delete .travis.yml

    Travis replaced by GH actions
    related: #954
    DisposaBoy authored Dec 16, 2019
    Configuration menu
    Copy the full SHA
    f890e6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a898292 View commit details
    Browse the repository at this point in the history
  4. sync margo

    DisposaBoy committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    31fe72b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. sync margo

    DisposaBoy committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    c9c4932 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. sync margo

    DisposaBoy committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    660b220 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. sync margo

    DisposaBoy committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    7273be4 View commit details
    Browse the repository at this point in the history
  2. prep 20.01.01

    DisposaBoy committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    45f82aa View commit details
    Browse the repository at this point in the history
  3. Next (#956)

    20.01.01
    DisposaBoy authored Jan 1, 2020
    Configuration menu
    Copy the full SHA
    f78e351 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. sync margo

    DisposaBoy committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    f7b401b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. sync margo

    DisposaBoy committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    8b9430d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. sync margo

    DisposaBoy committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b281a6e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. sync margo

    DisposaBoy committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    bd2221f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c507b View commit details
    Browse the repository at this point in the history
  3. v20.02.01

    DisposaBoy committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    a16b4e7 View commit details
    Browse the repository at this point in the history
  4. Next (#960)

    * sync margo
    
    * v20.02.01
    DisposaBoy authored Feb 1, 2020
    Configuration menu
    Copy the full SHA
    8265060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c694d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. sync margo

    Fix #962
    DisposaBoy committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    58b6de6 View commit details
    Browse the repository at this point in the history
  2. Prep v20.03.01

    DisposaBoy committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    592f2bb View commit details
    Browse the repository at this point in the history
  3. Next (#963)

    Fix #962
    
    * Prep v20.03.01
    DisposaBoy authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    96954d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. update ci to check go1.14

    DisposaBoy committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e287a3b View commit details
    Browse the repository at this point in the history
  2. sync margo

    fixes #964
    re: #916
    DisposaBoy committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    08b738f View commit details
    Browse the repository at this point in the history
  3. Prep v20.03.09

    DisposaBoy committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    432c5bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b71488 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd0163d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. sync margo

    DisposaBoy committed May 15, 2020
    Configuration menu
    Copy the full SHA
    07a0ef1 View commit details
    Browse the repository at this point in the history
  2. add support RunCmd.Dir

    DisposaBoy committed May 15, 2020
    Configuration menu
    Copy the full SHA
    cdb11f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. sync margo

    DisposaBoy committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    3664e32 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. sync margo

    DisposaBoy committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    0c704a7 View commit details
    Browse the repository at this point in the history
  2. Prep v20.06.14

    DisposaBoy committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    d7d7880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    890149f View commit details
    Browse the repository at this point in the history