Enable Notepad++ 666 support both SCLEX_FORTRAN and SCLEX_F77
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的更多相关文章
- Using Notepad++ to Execute Oracle SQL
原文链接:http://www.toadworld.com/products/toad-for-oracle/b/weblog/archive/2013/08/21/using-notepad-to- ...
- 打造自己个性的notepad ++
对coder来说,notepad ++ 是一个很不错的文本编辑器.平时用来看看代码.xml文件,都比系统自带的记事本舒服得多.不过,对于像我这种每天用notepad ++写代码的人,一个原装的note ...
- Linux设备驱动之IIO子系统——Triggered buffer support触发缓冲支持
Triggered buffer support触发缓冲支持 在许多数据分析应用中,能够基于某些外部信号(触发器)捕获数据是比较有用的. 这些触发器可能是: 数据就绪信号 连接到某个外部系统的IRQ线 ...
- C++ Standards Support in GCC - GCC 对 C++ 标准的支持
C++ Standards Support in GCC - 2019-2-20 GCC supports different dialects of C++, corresponding to th ...
- 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 ...
- fio2.1.10--HOWTO
1.0 Overview and history ------------------------ fio was originally written to save me the hassl ...
- 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 ...
- Redis 教程
http://www.runoob.com/redis/redis-tutorial.html Redis系列(一)--安装.helloworld以及读懂配置文件 再开个redis系列,本系列打算不详 ...
- redis配置用户认证密码
1,下载安装 Download, extract and compile Redis with: $ wget http://download.redis.io/releases/redis-3.2. ...
随机推荐
- Linux 硬盘挂载方法
linux 硬盘分区,分区,删除分区,格式化,挂载,卸载笔记 硬盘挂载操作工作步骤: 1.先查看目前机器上有几块硬盘,查看命令有两种: 命令1:# fdisk –l 命令2:# dmesg | gre ...
- Validate Binary Search Tree——体现二查搜索树思想的一道题
Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as ...
- JavaScript 兼容性总结
请实现鼠标点击任意标签,alert该标签的名称(注意兼容性) function elementName(evt){ evt = evt|| window.event; var selected = ...
- 全连通图求最小生成树边权之积(邻接矩阵/prim/kruskal)
Description 大家都知道最小生成树一般求的是构成最小生成树的边的权值之和. 现在请求构成最小生成树的边的权值之积 S,最终结果请输出 (S % 100003). P.S. 点之间的边为无向边 ...
- IEEEXtreme 10.0 - Checkers Challenge
这是 meelo 原创的 IEEEXtreme极限编程大赛题解 Xtreme 10.0 - Checkers Challenge 题目来源 第10届IEEE极限编程大赛 https://www.hac ...
- 使用 Python 的 sounddevice 包录制系统声音
博客中的文章均为meelo原创,请务必以链接形式注明本文地址 sounddevice是一个与Numpy兼容的录音以及播放声音的包. 安装sounddevice包 直接通过pip就能安装. pip in ...
- Hadoop案例(七)MapReduce中多表合并
MapReduce中多表合并案例 一.案例需求 订单数据表t_order: id pid amount 1001 01 1 1002 02 2 1003 03 3 订单数据order.txt 商品信息 ...
- TestDirector其他
一.查看连接TD的用户 1.用单击界面上的“Connections”按钮,进入如下图: 二.Licenses管理 1.单击“Licenses”按钮,显示如下图: 2.单击“Modify License ...
- Java 深入浅出String
String String是一个被final修饰的类,直接继承于Object,同时也实现了charsequence接口,String被声明为final也就不可以被继承了.由于String的方法比较多, ...
- Python的扩展接口[3] -> Matlab引擎 -> 使用 Python 调用 Matlab 程序
Python - Matlab 目录 Python-Matlab 引擎 Python-Matlab 数组 Python-Matlab 基本操作 Python-Matlab 调用 m 文件 Matlab ...