Dawid Nawrot

Avatar
  • Total activity 72
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 23
  • Created

    Show table data preview on mouse hover

    I'm not sure whether I disabled it somehow but there was a very useful feature to not only show the schema of the table on hover but we could also see a small preview of the data. I can't find a wa...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Understanding settings for Project / Driver / Data Source

    I want to start working with code styling settings in more detail but I'm never sure which settings to change. I'm using BigQuery driver and have a source but the Code Style applied in the properti...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Hard/soft wrap on type & paste

    I'm still having problems configuring my DataGrip to what I would like it to be.   Here is a screenshot:   I have hard wrap guideline but as I type I would like the code to wrap with breaking only...
    • 4 followers
    • 16 comments
    • 0 votes
  • Created

    Visual representation of boolean fields

    Completed
    There used to be a nice bright blue tick checkbox for boolean fields, which made the visual scanning for the right value much easier and more pleasant. Now it seems we just get a dot that could jus...
    • 3 followers
    • 3 comments
    • 1 vote
  • Created

    Hard wrap on paste

    Answered
    Still trying to get the wraps to work correctly for me. It's working when I type but when I paste, the code goes beyond the 100 characters limit I set. Any chance I can have the same effect on copy...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Problems with CTE

    Answered
    Since there's no SQL dialect and I have to use General SQL, the CTEs are ignored in my ways: 1. Their syntax highlighting doesn't work 2. When cursor is inside CTE CTRL+Enter doesn't work  3. When ...
    • 3 followers
    • 2 comments
    • 1 vote
  • Created

    Latest update changed font and styling

    Answered
    No idea how but the latest update has changed the font, which I can't get back for some reason, and the styling was reset. Anybody else experienced the same?
    • 6 followers
    • 8 comments
    • 2 votes
  • Created

    Styling db->schema->table with grave accents (backticks)

    Answered
    I would like to know how to style table names that are written in the following manner   `database.schema.table`   we use grave accents (backticks) because our database name contains a hyphen. The ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Sort columns alphabetically

    Answered
    Is it possible to force DataGrip to show columns alphabetically rather than in the order they were created?
    • 10 followers
    • 10 comments
    • 2 votes
  • Created

    Editor colour scheme - function overridden by keyword?

    Not sure if I'm doing something wrong but I'm setting two colours:   Purple   --> keyword Blue      --> procedure or function   For some reason COUNT gets the same colour as other keywords like INT...
    • 2 followers
    • 9 comments
    • 0 votes