OneMoreGres / qtc-paneencode

Qt Creator pane encoding change plugin [deprecated]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Qt Creator pane encoding change plugin [deprecated]

License:MIT License


Languages

Language:C++ 57.2%Language:Python 35.5%Language:QMake 6.6%Language:C 0.8%