GithubHelp home page GithubHelp logo

kevinyang-fei / fkconsole Goto Github PK

View Code? Open in Web Editor NEW

This project forked from forkong/fkconsole

0.0 2.0 0.0 4.62 MB

FKConsole is a plugin for Xcode to adjust console display(about Chinese).

License: MIT License

Objective-C 100.00%

fkconsole's Introduction

FKConsole


What is this?


FKConsole是一个用于在Xcode控制台显示中文的插件。

Screenshot

很多情况下,在程序中打印中文的时候:

NSLog(@"%@", (@[@"测试", @"好的"]).description);

在控制台的输出往往是:

(
    "\U6d4b\U8bd5",
    "\U597d\U7684"
)

这不是我们想要的结果。

FKConsole就是为此而生的。FKConsole并不会影响你的程序,FKConsole只会对Xcode控制台内的文字进行处理,所以请放心使用。

开启FKConsole之后,控制台的输出会变成这样:

(
    "测试啊",
    "好的"
)

How to install it?


推荐使用Alcatraz

你也可以clone整个工程,然后编译,插件会自动安装到~/Library/Application Support/Developer/Shared/Xcode/Plug-ins这个目录上。

一定要选Load Bundle,Skip的话,插件是无法生效的。

How to use it?


点击Xcode的Plugins菜单,在FKConsole选项上可以进行勾选和取消勾选。

image

Xcode version?


  • Xcode7
  • Xcode6(未经测试)

License


MIT.

fkconsole's People

Contributors

forkong avatar

Watchers

 avatar  avatar

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.