Enable Notepad++ 666 support both SCLEX_FORTRAN and SCLEX_F77

http://blog.csdn.net/gocad/article/details/32943395

You can DIY.



I have put the source code on https://github.com/ywx/npp



Get a local copy of the source code repository with this command:

git clone git://github.com/ywx/npp.git npp666-ReadOnly



For information on Git,please see http://git-scm.com/ or https://github.com/git/git

For information on Git for Windows,please see http://code.google.com/p/msysgit/

For information on TortoiseGit,please see http://code.google.com/p/tortoisegit/



You can replace the files in Notepad++ 666 with the following file in source code repository.

PowerEditor\bin\notepad++.exe

PowerEditor\src\langs.model.xml

PowerEditor\src\stylers.model.xml

在进行替换操作之前,请务必进行备份。

Or Build the source code by yourself.

现已发现与 Customize Toolbar Plugin 有冲突。Customize Toolbar Plugin 会使添加新功能的 Notepad++ 的 Toolbar button变得非常宽。

因为 Customize Toolbar Plugin 好像是闭源的,所以眼下还不知道是为什么。

你能够选择 卸载 Customize Toolbar Plugin,Toolbar 就会恢复正常;或者 继续使用官方版本号。

除此之外,未发现与其他 Plugin 有冲突。

执行效果例如以下

You can see the bug from "There is an obvious Error in npp src. ( About FORTRAN Syntax Highlighting And Fold ) "

http://blog.csdn.net/gocad/article/details/8835336

今天77,又一次的编译了一下,dpiAware.manifest 和 notepad++.exe.manifest 非常重要。好了恢复正常,能与
Customize Toolbar Plugin
正常协作。

转载请注明,转自 http://blog.csdn.net/gocad/article/details/32943395 或 https://sourceforge.net/p/notepad-plus/discussion/331753/thread/7db30c0d/

谢谢!

Enable Notepad++ 666 support both SCLEX_FORTRAN and SCLEX_F77的更多相关文章

  1. Using Notepad++ to Execute Oracle SQL

    原文链接:http://www.toadworld.com/products/toad-for-oracle/b/weblog/archive/2013/08/21/using-notepad-to- ...

  2. 打造自己个性的notepad ++

    对coder来说,notepad ++ 是一个很不错的文本编辑器.平时用来看看代码.xml文件,都比系统自带的记事本舒服得多.不过,对于像我这种每天用notepad ++写代码的人,一个原装的note ...

  3. Linux设备驱动之IIO子系统——Triggered buffer support触发缓冲支持

    Triggered buffer support触发缓冲支持 在许多数据分析应用中,能够基于某些外部信号(触发器)捕获数据是比较有用的. 这些触发器可能是: 数据就绪信号 连接到某个外部系统的IRQ线 ...

  4. C++ Standards Support in GCC - GCC 对 C++ 标准的支持

    C++ Standards Support in GCC - 2019-2-20 GCC supports different dialects of C++, corresponding to th ...

  5. centos 7.0 编译安装php 7.0.3

    php下载页面 http://cn2.php.net/downloads.php 7.0.3多地区下载页面 http://cn2.php.net/get/php-7.0.3.tar.gz/from/a ...

  6. fio2.1.10--HOWTO

    1.0 Overview and history    ------------------------ fio was originally written to save me the hassl ...

  7. Overview of .rdp file settings

    On this page you will find an overview of most of the available .rdp file settings which can be used ...

  8. Redis 教程

    http://www.runoob.com/redis/redis-tutorial.html Redis系列(一)--安装.helloworld以及读懂配置文件 再开个redis系列,本系列打算不详 ...

  9. redis配置用户认证密码

    1,下载安装 Download, extract and compile Redis with: $ wget http://download.redis.io/releases/redis-3.2. ...

随机推荐

  1. Retrofit:类型安全的REST客户端for 安卓&Java

    Retrofit:类型安全的REST客户端for 安卓&Java 2014年5月5日 星期一 21:11 官网:  http://square.github.io/retrofit/ GitH ...

  2. Appium+python 一个简单的登录测试实例

    # coding=utf-8 from appium import webdriver import time import unittest import os import HTMLTestRun ...

  3. flask-login 学习(1)

    今天的目标,就是学习 flask-login.争取用1天时间,掌握个大概. 第一步:掌握flask-login的大致使用,具体参考了:https://www.centos.bz/2017/09/fla ...

  4. Mybatis的核心配置

    之前了解了Mybatis的基本用法,现在学习一下Mybatis框架中的核心对象以及映射文件和配置文件,来深入的了解这个框架. 1.Mybatis的核心对象 使用MyBatis框架时,主要涉及两个核心对 ...

  5. 想弄一弄tensorflow,先弄numpy

    现在晚上凉快点了, 下班回家可以学会东东了.. 这次的书是一个印度人写的. 按着示例代码弄起先.. #!/usr/bin/env python # -*- coding: utf-8 -*- impo ...

  6. C# 6.0 新特性 (一)

    概述 尽管 C# 6.0 尚未完成,但现在这些功能正处于接近完成的关键时刻.自 2014 年 5 月发布文章“C# 6.0 语言预览版”(msdn.microsoft.com/magazine/dn6 ...

  7. Java 中静态代码块初始化问题测试

    Java 中静态代码块初始化问题测试 原创 情况一:变量是 static final 修饰的"编译期常量",如 public static final String a = &qu ...

  8. Socket 编程(二)

    首先,看主界面 点击链接按钮,开始建立与服务端的连接 Socket socket = null; private void btnStart_Click(object sender, EventArg ...

  9. GenXus进行APP开发-全局颜色设计

    我们每次开发APP时,会有不同的全局颜色设计(例如标准控件.状态栏.控件激活时等的默认颜色),那么我们在GeneXus中如何设置这些颜色呢?接下来就给大家介绍一下. 当我们通过GeneXus开发APP ...

  10. scrapy保存csv文件有空行的解决方案

    比如现在我有一个名为test的爬虫,运行爬虫后将结果保存到test.csv文件 默认情况下,我执行scrapy crawl test -o test.csv ,得到的结果可能就是下面这种情况,每两行中 ...