source Insight 添加python 工程

1. 下载python的识别文件

Python.CLF

2.设置

 
 
 

原文地址:https://www.cnblogs.com/jlmgary/p/8946667.html

时间: 2024-11-05 19:26:05

source Insight 添加python 工程的相关文章

source insight 添加 python 支持

从http://www.sourceinsight.com/public/languages/下载Python的配置文件Python.CLF 选择Options > Preferences,单击Languages选项: 单击import按钮,装载并导入Python.CLF: 这时可以看到,左栏语言列表多了一项Python Language: 单击Document Types按钮,打开文档选项对话框: 添加Document Type为Python,File filter为“*.py”,Passer

source insight搭建python环境

SI是一个受到广泛欢迎的代码阅读/编辑器,那么能不能用SI来进行python开发呢,经过一晚上的试验,终于实现了这一功能. 1.python的语法高亮 source insight 4.0版本已经默认支持python语言的语法高亮,无须另外设置 当然可以自行设置主题.字体大小等以符合个人阅读编辑习惯 代码编辑区默认显示字符间距很小,不方便阅读,可以尝试按ctrl+F12进行调整 2.source insight直接运行python脚本 操作系统: windows 10 python版本: 3.7

Source insight添加工具自动排版

当在网上找了一些别人的程序拿来学习,用Source insight来看时,会不会因为代码太乱看了义愤填膺呢? 有很多集成的开发环境可以自动排版,但source insight却不行!不过,有工具和配置,可以帮助完成这个事情: 1,下载astyle工具:http://download.csdn.net/detail/taixinlfx/43067302,打开你的SourceInsight, 选择菜单"Options-->Custom Commands-->Add", 输入Ar

Source Insight添加新的文件类型

1.前言 Source Insight这个软件工具功能非常强大,很适合用来分析一些大型的code工程,例如Linux内核源码,本文将简单介绍如何在Source Insight工程中添加一种新的文件类型. 2.添加步骤 在添加的过程中以Linux内核中设备树文件进行举例测试,设备树是一种描述硬件设备的文件,以下进行简单步骤分析: 首先在菜单栏上依次点击Options-->File Type Options按钮,如下: 在打开的页面中点击Add Type按钮,进行新的文件类型添加,如下: 然后输入新

Source Insight 添加代码排版和编码转换

Source Insight 提供了宏实现和命令实现. 命令实现: 1.代码排版 需要借助indent工具.可以下载GnuWin32,可以安装大多数Linux命令. indent排版很简单. 添加命令:indent.exe  -npro -nip -nlp -npsl -i4 -ts4 -sob -l80 -ss -bl -bli 0 %f %f代表当前文件. Souce Insight可以给命令添加菜单和快捷键. 2.编码转换 需要借助iconv工具.可以下载libiconv工具. iconv

Android source目录添加编译工程脚本(含ccache)

将此脚本置于android 工程源码根目录,即可用此脚本起build,且取名为compile.sh #!/bin/bash # # Copyright (c) 2012, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the fo

给source insight添加.cc的C++文件后缀识别(转载)

转自:http://blog.chinaunix.net/uid-9950859-id-99172.html 今天在读mysql代码的时候,发现.cc结尾的文件都没有添加进来,google下了,发现原来这么操作一下就ok了 Options -> Document Options, Document Type 下拉选 C++ Source File, File Filter 中加入,*.cc

在ubuntu12.04中安装wine和source insight

1.安装wine sudo apt-get install wine 2.安装source insight 将source insight安装的可执行文件复制到ubuntu中.我复制到了~/Desktop/下面. 运行命令 wine ~/Desktop/Si35Setup.exe 其中Si35Setup.exe为source insight安装包名字.安装过程与windows相同. 3.建立工程 搜wine启动Configure Wine 添加一个路径,这样source insight建工程的时

【转】Source Insight 有用设置配置

source insight代码对齐Tab键终极版 以前也写过一个source insight代码对齐,由于自己理解不够深刻,只能解决部分问题,不能根治在source insight中对齐的代码在XXX编辑器中全乱了的问题. 在改变字体为Courier New字体后,代码无法对齐的主要原因就是Tab与空格的问题.在很多大公司如华为已经禁止在代码中使用Tab来对齐了,这是个好习惯.有同学要说了,什么不准用tab来对齐,你想累死我呀.不用Tab来对齐,不代表不能使用Tab键,按下图设置你的sourc