Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F flatpak-qt-creator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Marco Bubke
  • flatpak-qt-creator
  • Repository
Switch branch/tag
  • flatpak-qt-creator
  • src
  • plugins
  • cpptools
  • cppfindreferences.cpp
Find file BlameHistoryPermalink
  • Francois Ferrand's avatar
    Support preserving case when replacing. · 058d2e8c
    Francois Ferrand authored Nov 30, 2012
    
    
    When making a case insensitive search, try to keep the string capitalization when doing
    the replace:
          - All upper-case matches are replaced with the upper-case new	text.
          - All lower-case matches are replaced with the lower-case new text.
          - Capitalized matches are replace with the capitalized new text.
          - Other matches are replaced with the new text as provided.
    
    Note: this does not work with regexp replace, only plain text.
    
    Change-Id: I87cbc28eb64688bdf3c8c6ec173fcb22f91abcd0
    Reviewed-by: default avatarCristian Tibirna <tibirna@kde.org>
    Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
    Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
    058d2e8c

Replace cppfindreferences.cpp

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.