Mplus
Sublime Text 2的Mplus语法高亮
详细信息
安装次数
- 总数 615
- Win 247
- Mac 309
- Linux 59
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
README
Sublime Text 2的Mplus语法编辑器
http://bkeller2.github.io/Mplus/
- 包含输入和输出的语法高亮、代码片段、自动完成、专用主题,以及能够在Mplus中运行输入的功能。
使用方法
- 只需用Sublime Text 2打开任何.inp或.out文件即可。要开始一个新的文件,先打开一个新的标签页(控制 + N)。
- 将此文件保存为任何您喜欢的名称,并以.inp结尾。这将启用Mplus高亮。
- 要运行一个输入,按控制 + B。这将使用Mplus运行输入并打开相应的输出。
- Sublime Text 2的另一个优点是,它允许你在“项目菜单”下创建项目。这将允许你打开具有多个输入/输出的项目,关闭程序,然后以你离开时的样子重新加载它。
- 此外,通过转到查看 > 布局,你可以创建多个文件柱。这对于比较不同模型的输入或输出很有用。
- 有关Sublime Text 2的更多信息,请访问 https://text.sublime.net.cn/ 。
安装
通过访问 https://text.sublime.net.cn/2 并按照他们的说明来安装Sublime Text 2。
安装Sublime Text 2的Package Control(http://wbond.net/sublime_packages/package_control/installation)
- 打开Sublime Text 2。
- 按控制 + (Mac、Linux、Windows)。
- 将以下代码粘贴到控制台。
- 重新启动Sublime Text 2。
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print('Please restart Sublime Text to finish installation')
安装Mplus语法高亮
- 按命令 + Shift + P(Windows/Linux:控制 + Shift + P)。
- 输入“安装包”并选择“Package Control:安装包”。
- 输入“Mplus”并选择它。
备用安装方法
- 下载并解压https://github.com/bkeller2/Mplus/zipball/master 。
- 在Sublime Text 2中转到首选项 > 插件。
- 将解压的文件夹移入那里并开始安装。
构建设置
Mac OSX: * 需要 Mplus 位于 “/Applications/Mplus/” 文件夹中。* 要在 Sublime Text 2 中打开输出,需要将 Sublime text 2 安装在 “/Applications/”。
Windows: * 需要命令行中的路径来运行 Mplus 使用 'mplus' 命令(通常是默认安装完成)。* 需要将 Sublime text 2 安装在 “C:\Program Files\Sublime Text 2\”。
Linux: * 需要路径才能通过命令行运行 mplus (例如,mplus example.inp)。* 需要路径才能通过命令行使用 “subl” 运行 sublime text。例如,在 “/opt/” 中安装的 sublime text。
sudo ln -s /opt/Sublime\ Text\ 2/sublime_text /usr/bin/subl
主题
此软件包当前提供三个主题。默认情况下,它使用“Mplus lite”主题,接近标准的 Mplus 突显功能。要切换到更多突出显示选项,请将此代码添加到语法特定设置中。
{
// Sets the colors used within the text area
"color_scheme": "Packages/Mplus/Mplus.tmTheme"
}
要将切换到暗色主题(黑色背景),请在语法特定设置中将此代码添加到其中:“{ // 设置文本区域内使用的颜色 "color_scheme": “Packages/Mplus/Mplus Dark.tmTheme” }”
# Still in development, stay tuned! #
**To do:**
* Add templates for specific common models and analysis.
* Overhaul the theme and language definitions.