Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. is it possible to auto add space before and behind "=" ? or any other keys I want

is it possible to auto add space before and behind "=" ? or any other keys I want

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 493 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    qtpi
    wrote on last edited by qtpi
    #1

    so normally when I want to type:
    a=b;
    it looks not very neat and clear so basically if I write things like :
    a = b;
    I have to type the space before = and behind it by myself, I am just wondering if qt creator has any feature that can automatically add a space before "=" and behind it? Or any specific key I want to e.g. "<" and ">". Or maybe any plugin for this feature?

    Thnx in advance for the help.

    the_T 1 Reply Last reply
    0
    • Q qtpi

      so normally when I want to type:
      a=b;
      it looks not very neat and clear so basically if I write things like :
      a = b;
      I have to type the space before = and behind it by myself, I am just wondering if qt creator has any feature that can automatically add a space before "=" and behind it? Or any specific key I want to e.g. "<" and ">". Or maybe any plugin for this feature?

      Thnx in advance for the help.

      the_T Offline
      the_T Offline
      the_
      wrote on last edited by
      #2

      @qtpi
      I am not sure if Beautifier can be applied on the fly when typing. But you could create a keyboard shortcut to run the beautifier over your source file(s)

      -- No support in PM --

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved