Giter Club home page Giter Club logo

qtc-paneencode's Introduction

Qt Creator panes encoding change

build status

Introduction

Allows to change encoding of application and compiler ouput panes. Useful in cases when application generates output not in local encoding and it cannot be changed. Plugin automatically detects line encoding and converts it to unicode (QString). However 100% match can not be guaranteed

Charset detection provided by third-party library.

Distribution

Prebuilt binaries (win) can be found in github releases

Installation

IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable)

From source

  1. Change paths.pri:
  • set QTCREATOR_SOURCES = path to Qt Creator source dir (with qtcreator.pro)
  • set IDE_BUILD_TREE = path to compiled Qt Creator dir (with bin,lib,libexec,...)
  1. Compile plugin.

From binaries

  1. Extract/copy files from archive into Qt Creator's dir (archive already contains proper paths).
  2. Enable plugin in Help->Modules menu.

qtc-paneencode's People

Contributors

onemoregres avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

qtc-paneencode's Issues

This implementation is fragile

There is no guarantee that the activeTarget is the one that a project is currently trying to build. This will make you connect to the wrong build steps occasionally.

The only thing to make this work reliably is to integrate this into Qt Creator proper. Maybe you could consider to contribute such a functionality?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.