zoukankan      html  css  js  c++  java
  • eclipse 和SciTE几个配置

    由于ubuntu12.4不支持自定义主题,没有办法改变系统颜色,故在eclipse中配置:

    windows->peferences->General->Editors->Text Editor
    Appearance color options:
    选择Background color,去掉System default  在color里选择颜色,然后apply 
    颜色配置为:204:232:207,眼睛舒服了
    调节字体为 Bitstream Charater,这个字体比Ubuntu默认的看起来舒服多了(默认的字体太艺术了),规整

    用Advanced Settings工具把系统 字体也全设置成 Bitstream Charater


    找了个小巧的文本编辑器 SciTE,主要它有折叠功能,可以把函数折叠起来,故用之,SciTEGlobal.properties配置如下:

    if PLAT_GTK
    font.base=font:!Bitstream Vera Sans,size:11
    font.small=font:!Bitstream Vera Sans,size:9
    font.comment=font:!Bitstream Vera Serif,size:10
    font.code.comment.box=$(font.comment)
    font.code.comment.line=$(font.comment)
    font.code.comment.doc=$(font.comment)
    font.code.comment.nested=$(font.comment)
    font.text=font:!Bitstream Charter,size:11
    font.text.comment=font:!Bitstream Charter,size:10
    font.embedded.base=font:!Bitstream Charter,size:10
    font.embedded.comment=font:!Bitstream Charter,size:10
    font.monospace=font:!Bitstream Charter,size:10
    font.vbs=font:!Bitstream Charter,size:10

    code.page=65001

    如果要显示行号,设置

    line.margin.visible=1。

    以下这句是用来改变颜色滴

    style.*.32=$(font.base),fore:#000000,back:#CBE8CF

     

    主要调节了字体和默认编码为unicode

  • 相关阅读:
    laravel5.5源码笔记(二、服务提供者provider)
    laravel5.5源码笔记(一、入口应用的初始化)
    laravel5.5源码阅读草稿——路由
    laravel5.5源码阅读草稿——application
    NOIP2018提高组爆炸记
    复习3-数据结构模板
    复习2-数论模板
    复习1-图论模板
    洛谷P3960 列队
    poj3159 Candies
  • 原文地址:https://www.cnblogs.com/ventry/p/2549088.html
Copyright © 2011-2022 走看看