Skip to content

Releases: Rekkonnect/CompactView

1.5.4

06 Jun 08:29
Compare
Choose a tag to compare

1.5.4 provides some quick and nifty features and improvements

Features

  • Drag and drop a database file onto the application to open it

Improvements

  • Syntax highlighting
    • Caches calculated RTF for database object DDLs, making highlighting
      more responsive
    • Fixes bug that would not properly format the SQL query text after pasting it
      as the first action in the text box since the startup

1.5.3

05 Jun 10:22
Compare
Choose a tag to compare

1.5.3 focuses on improving convenience, vastly reducing the loading times and adding minor handy features

Changes

Features

  • Quickly copy or insert the selected column name or database name

Improvements

  • Loading

    • The data grid view is much more responsive using double buffering
    • Loading the database performs drastically fewer queries, resulting
      in a much faster loading time
  • Syntax highlighting

    • Allows caching the lexed result of a SQL query and reusing it

1.5.2

31 May 23:17
Compare
Choose a tag to compare

Changes since 1.5.1:

Features

  • Syntax highlighting
    • Fixes the previous implementation's bug in the strings and comments
    • Adds more colors and categories of highlighted content
    • Introduces a proper minified lexer, offering better performance
    • Improves fizzles and stutters in the SQL query editor and DDL view

1.5.1

31 May 13:49
Compare
Choose a tag to compare

Features

  • Syntax highlighting for comments
    • Buggy with strings that contain content delimiters and keywords. It will be properly fixed in 1.5.2, bringing a proper lexer and overall highlighting stability improvements.

Fixes

  • Properly load the behavior option for always executing the selected text in the query
  • Better implication of the selected statement with the Ctrl+Enter shortcut in the query editor
  • Ctrl+Enter does not automatically select a statement when the user had manually selected another
    part of the query

1.5.0

29 May 13:02
Compare
Choose a tag to compare

The project is being upgraded, here are latest changes since the last patch

Features

  • The SQL query editor now opens immediately after loading a database
  • Ctrl+Enter in the SQL query editor only executes the surrounding statement around the cursor
  • A new setting to avoid showing the popup for only executing the selected text

Optimizations

  • Added an assembly dependency to the System.Data.SqlServerCe assembly,
    and eliminated the use of reflection to interact with it