码迷,mamicode.com
首页 >  
搜索关键字:caret    ( 79个结果
sublime_text3 用户配置
{ "auto_complete_triggers": [ { "characters": "", "selector": "text.html" } ], "bold_folder_labels": true, "caret_extra_bottom": 0, "caret_extra_top":
分类:其他好文   时间:2016-02-16 20:33:54    阅读次数:338
InteliJ Shortcuts
Open your browser with documentation for the element at the editor's caret Press Shift+F1 (View | External Documentation). You must have the path to y
分类:其他好文   时间:2016-01-30 18:29:13    阅读次数:150
sublime text 2安装及使用
1、首先下载Sublime Text:http://www.sublimetext.com/2、基本设置。參考此文:http://blog.jobbole.com/40660/{ "auto_complete": false, "caret_style": "solid", "color_schem...
分类:其他好文   时间:2016-01-21 23:17:19    阅读次数:170
bootstrap的三角方向符号实现
实现方法:用空的内联块,宽度高度都设置成0,其中一边的边框设置成可见,其它三边边框设置成透明,再配合边框宽度,可见的边框就呈现成三角形。模拟代码:css部分:.caret-left > span { display: inline-block; width: 0; height: 0; ve...
分类:其他好文   时间:2015-10-16 16:57:11    阅读次数:201
CLion使用
官网下载最新CLion,安装Cygwin和MinGW。配置相关的设置和环境。自动配置的CMake。CLion的Tip,Position the caret at an error or warning and press Alt+Enter to invoke a quick fix. The C....
分类:其他好文   时间:2015-08-28 17:29:32    阅读次数:436
sublime Text 3 光标
设置的方法很简单打开sublimetext–>refrences–>settings-user,在配置中加上这三个键/值对。{ "auto_complete":true, "auto_match_enabled":true, "color_scheme":"Packages/ColorScheme-Default/iPlastic.tmTheme", "font_size":9, "caret_extra_top":1, "caret_extra_..
分类:其他好文   时间:2015-08-27 00:46:53    阅读次数:196
【Windows编程】系列第十篇:文本插入符
大家知道,在使用微软的编程环境创建工程时会让你选择是控制台模式还是Windows应用程序。如果选择控制台的console模式,就会在运行时出现一个黑洞洞的字符模式窗口,里面就有等待输入一闪一闪的插入符。输入光标从DOS时代就存在,但是在Win32中赋予了更强大的功能。下图就是Windows的CMD窗口,其中的输入点就是插入光标: 要注意的是这里的插入符或插入光标并不是Windows中...
分类:Windows程序   时间:2015-08-20 22:37:10    阅读次数:303
插入符
CWnd::CreateSolidCaretvoid CreateSolidCaret( int nWidth, int nHeight );ParametersnWidthSpecifies the width of the caret (in logical units). If this pa...
分类:其他好文   时间:2015-07-17 18:28:33    阅读次数:102
79条   上一页 1 ... 4 5 6 7 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!