Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kczx3/SQLiteViewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1-beta
Choose a base ref
...
head repository: kczx3/SQLiteViewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Apr 17, 2019

  1. Various updates

    - Holding ctrl will overwrite the word in the editor when dragging from
    treeview
    - Implemented vertical splitter between editor and results ListView
    - Better handling of tabs, delete single tab by click with Middle Mouse
    button
    - Implmented REGEXP operator for use in SQLite queries
    kczx3 committed Apr 17, 2019
    Copy the full SHA
    8444b2c View commit details
Showing with 690 additions and 375 deletions.
  1. +86 −90 SQLiteViewer.ahk
  2. +26 −13 SQLiteViewer_DBTreeview.ahk
  3. +12 −5 SQLiteViewer_HistoryTab.ahk
  4. +115 −17 SQLiteViewer_QueryTabs.ahk
  5. +73 −19 SQLiteViewer_ResultsListview.ahk
  6. +31 −11 SQLiteViewer_Snippets.ahk
  7. +12 −1 SQLiteViewer_Snippets.json
  8. +256 −216 lib/Class_SQLiteDB.ahk
  9. +79 −3 lib/Scintilla.ahk
Loading