首页

> 期刊发表知识库

首页 期刊发表知识库 问题

scite插件

发布时间:

scite插件

需要设置环境变量,还有就是sublime text只支持utf-8,其他的会出现乱码,需要插件,你可以百度一下sublimetext3搭建python环境,其实学习阶段python自带的idle功能也差不多

用 ulipad 也不错呢 很简单的一一一一一i一i一一一一一一一一一一

scite不妨去scite官网看看无视百度,只用 Google

找不到的 换其他的编辑器试试。。。。。

scite插件怎么用

下载解压后直接使用  就下载可执行文件的zip压缩包,includes the SciTE executable, any required DLLs, configuration files and   After downloading the file, unzip it, and run SciTEEXE  The files required to run SciTE are SciTEEXE, SciLDLL, and SciTEGproperties and these are best located in one directory on the 添加SciTE到右键菜单  添加SciTE到右键菜单,方便右键直接打开文档。  把以下内容拷到任意以结尾的文件中,后执行即可。  Windows Registry Editor Version 00  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell]  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\SciTE]  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\SciTE\command]  @="D:\\Program Files\\wscite\\SciTExe %1"  ----------------------------------------------------------------------设置user options file   设置user options   不要修改全局文件,global is for the default settings with new versions - it is Scite user is not and therefore makes it easier to retain the settings between version   user options file 在用户的home目录下面,即环境变量 %USERPROFILE% 所对应的目录。  把下面的内容拷贝到user options file, 菜单Options->Open User options   ---------------------------------------  # 多数情况,值设成1表示启用某个功能,设成0表示不启用某个功能  # "#"开头的行是注释,scite在解析时会忽略。  # Internationalisation  # Chinese input code page 936 and ShiftJIS character set 134  page=936  set=134  page=936  # Required for Unicode to work on GTK+:  #LC_CTYPE=en_USUTF-8  # Wrapping of long lines  #Chooses between word wrapping (1, the default) and character wrapping (2) Character wrapping is a better choice for Asian languages with no spaces between   wrap=0  style=2  #窗口大小  width=640  height=600  #编辑区两边的留空  left=0  ight=0  # 初始化时编辑区左边,显示行号列右侧的边距,书签标志就在这里  width=8  #工具栏,状态栏可见  visible=1  visible=1  #显示最近打开的文档  =1  # 如果设置成1,当输入一个词,如果文档只有这个词以该字符开始,就会显示一个自动完成选择框,按Tab键就能完成自动输入。  automatic=1  # Indentation  tabsize=4  size=4  # Sizes and visibility in edit pane  visible=1  width=2+  # 输出区的位置及启动scite文本编辑器时输出区是否隐藏  vertical=0  hide=1  # 标题栏显示信息,0为文件名,1为全路径,2为显示文件名和目录名。  path=1  ## 当前文件被外部修改时自动重新载入  activate=1  # scite失去焦点时自动保存文档。在某些时候这个选项很有用,比如切换到另外的程序去查看文档编辑效果。  #deactivate=1  # 当activate=1时,启用这个选项,重新载入时会先询问你  load=1  # 重新载入文档时保留还原信息  undo=1  #自动缩进  tabsize=4  size=4  abs=1  auto=1  automatic=1  pening=1  losing=1  indents=1  unindents=1  #Check  pen=1  #设置语法提示的路径, Ctrl+I  *pl=$(SciteDefaultHome)\api  #*xx=d:\api\api  #默认设置中,光标在文件最后一行时垂直滑动条无法再向下滚动,不符合使用习惯  line=0  ---------------------------------------修改propertie   Perl语言的语法高亮太难看了,修改properties下几行:  # Scalars: $var  #~ 12=fore:#000000,back:#FFE0E0  12=fore:#0011FF  # Array: @var  #~ 13=fore:#000000,back:#FFFFE0  13=$(12)  # Hash: %var  #~ 14=fore:#000000,back:#FFE0FF  14=$(12)  # Symbol table: *var  #~ 15=fore:#000000,back:#E0E0E0  15=$(12)  # Regex: /re/ or m{re}  #17=fore:#000000,back:#A0FFA0  17=fore:#DD11BB  # Substitution: s/re/ore/  #~ 18=fore:#000000,back:#F0E080  18=$(17)  #-------------------------------------------------百度的,你看对你有没有帮助

scite插件怎么安装

编辑器?写Ruby推荐Textmate(mac)或者Sublime Text 2(Mac, Windows)

notepad++就是基于scite的,直接就配好色了。不用自己设置的。

Scite + Gcc 标准C++编译环境配置记录安装 MinGW Developer Studio原因:MinGW Developer Studio自带了gcc和g++和c++的编译环境设置环境变量#安装gcc和g++的目录path = D:Program FilesMinGW StudioMinGWbin properties # $(plusplus)=/$(FileName)$(plusplus)=$(FileName)#test code#include using namespace std;int main(){cout << "Welcome yoshow's blog" << endl;printf("2007-05-13n");}保存为Ctrl+F7 编译F5 运行SciTEGproperties#line Nvisible=1#default window width=height=740#current row fore=#FFwidth=back=#FFalpha=63

我也一样。。。编辑器都没有啊

scite编辑器

下载解压后直接使用  就下载可执行文件的zip压缩包,includes the SciTE executable, any required DLLs, configuration files and   After downloading the file, unzip it, and run SciTEEXE  The files required to run SciTE are SciTEEXE, SciLDLL, and SciTEGproperties and these are best located in one directory on the 添加SciTE到右键菜单  添加SciTE到右键菜单,方便右键直接打开文档。  把以下内容拷到任意以结尾的文件中,后执行即可。  Windows Registry Editor Version 00  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell]  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\SciTE]  [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\SciTE\command]  @="D:\\Program Files\\wscite\\SciTExe %1"  ----------------------------------------------------------------------设置user options file   设置user options   不要修改全局文件,global is for the default settings with new versions - it is Scite user is not and therefore makes it easier to retain the settings between version   user options file 在用户的home目录下面,即环境变量 %USERPROFILE% 所对应的目录。  把下面的内容拷贝到user options file, 菜单Options->Open User options   ---------------------------------------  # 多数情况,值设成1表示启用某个功能,设成0表示不启用某个功能  # "#"开头的行是注释,scite在解析时会忽略。  # Internationalisation  # Chinese input code page 936 and ShiftJIS character set 134  page=936  set=134  page=936  # Required for Unicode to work on GTK+:  #LC_CTYPE=en_USUTF-8  # Wrapping of long lines  #Chooses between word wrapping (1, the default) and character wrapping (2) Character wrapping is a better choice for Asian languages with no spaces between   wrap=0  style=2  #窗口大小  width=640  height=600  #编辑区两边的留空  left=0  ight=0  # 初始化时编辑区左边,显示行号列右侧的边距,书签标志就在这里  width=8  #工具栏,状态栏可见  visible=1  visible=1  #显示最近打开的文档  =1  # 如果设置成1,当输入一个词,如果文档只有这个词以该字符开始,就会显示一个自动完成选择框,按Tab键就能完成自动输入。  automatic=1  # Indentation  tabsize=4  size=4  # Sizes and visibility in edit pane  visible=1  width=2+  # 输出区的位置及启动scite文本编辑器时输出区是否隐藏  vertical=0  hide=1  # 标题栏显示信息,0为文件名,1为全路径,2为显示文件名和目录名。  path=1  ## 当前文件被外部修改时自动重新载入  activate=1  # scite失去焦点时自动保存文档。在某些时候这个选项很有用,比如切换到另外的程序去查看文档编辑效果。  #deactivate=1  # 当activate=1时,启用这个选项,重新载入时会先询问你  load=1  # 重新载入文档时保留还原信息  undo=1  #自动缩进  tabsize=4  size=4  abs=1  auto=1  automatic=1  pening=1  losing=1  indents=1  unindents=1  #Check  pen=1  #设置语法提示的路径, Ctrl+I  *pl=$(SciteDefaultHome)\api  #*xx=d:\api\api  #默认设置中,光标在文件最后一行时垂直滑动条无法再向下滚动,不符合使用习惯  line=0  ---------------------------------------修改propertie   Perl语言的语法高亮太难看了,修改properties下几行:  # Scalars: $var  #~ 12=fore:#000000,back:#FFE0E0  12=fore:#0011FF  # Array: @var  #~ 13=fore:#000000,back:#FFFFE0  13=$(12)  # Hash: %var  #~ 14=fore:#000000,back:#FFE0FF  14=$(12)  # Symbol table: *var  #~ 15=fore:#000000,back:#E0E0E0  15=$(12)  # Regex: /re/ or m{re}  #17=fore:#000000,back:#A0FFA0  17=fore:#DD11BB  # Substitution: s/re/ore/  #~ 18=fore:#000000,back:#F0E080  18=$(17)  #-------------------------------------------------百度的,你看对你有没有帮助

lua是直接敲lua命令执行的工具scite是个编辑器

英文版的不清楚 给你个中文绿色版看看吧 毕竟中文容易设置和选择

按F8键即可

scihub插件

原因可能是没有版权。Sci-Hub有些时候会出现访问不了的情况,这是因为Sci-hub版权问题,所以他们经常需要更换网址。。可以一键跳转Sci-Hub下载学术论文/文献 插件。

复制论文的DOI粘贴到sci-hub的检索框就可以检索到该文献,当然,该文献的DOI号一定要准确。

首先打开这款软件,然后用微信或者手机号登录这款软件,点击首页,根据提示就可以操作这款软件了。

相关百科

热门百科

首页
发表服务