Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 12月 05, 2023
    • Mark Florian's avatar
      Rename bindCommand(s) to add(All) · d0f22d8c
      Mark Florian 创作于
      This is a more natural name for this method. Essentially:
      
          // Before
          shortcuts.bindCommand(...)
          shortcuts.bindCommands(...)
      
          // After
          shortcuts.add(...)
          shortcuts.addAll(...)
      d0f22d8c
  2. 11月 28, 2023
加载中