editor

VS code minimap “location highlighting”

末鹿安然 提交于 2020-03-18 03:14:22
问题 I was really excited to see VS Code finally added a minimap option for easier navigation. However, I've been really frustrated that the translucent rectangle showing your current location in a file only shows up when you hover over the minimap. A visual example of what I mean: Without cursor: With cursor: When using this feature in other editors, I find a lot of value comes from quickly seeing where I am in a file. Does anyone know if there is a setting/extension/hack that will keep the

VS code minimap “location highlighting”

我与影子孤独终老i 提交于 2020-03-18 03:14:07
问题 I was really excited to see VS Code finally added a minimap option for easier navigation. However, I've been really frustrated that the translucent rectangle showing your current location in a file only shows up when you hover over the minimap. A visual example of what I mean: Without cursor: With cursor: When using this feature in other editors, I find a lot of value comes from quickly seeing where I am in a file. Does anyone know if there is a setting/extension/hack that will keep the

vscode格式化配置

十年热恋 提交于 2020-03-17 11:52:55
一、安装常用插件: Ctrl+shift+x打开应用商店搜索这几个插件安装即可 Beautify、Eslint、Vetur 二、setting.josn配置 文件-首选项-设置-在setting.josn中编辑,打开这个setting.josn文件后将下面配置复制即可 { // tab 大小为2个空格 "editor.tabSize": 2, // 100 列后换行 "editor.wordWrapColumn": 100, // 保存时格式化 "editor.formatOnSave": true, // 开启 vscode 文件路径导航 "breadcrumbs.enabled": true, // prettier 设置语句末尾不加分号 "prettier.semi": false, // prettier 设置强制单引号 "prettier.singleQuote": true, // 选择 vue 文件中 template 的格式化工具 "vetur.format.defaultFormatter.html": "prettyhtml", // 显示 markdown 中英文切换时产生的特殊字符 "editor.renderControlCharacters": true, // 设置 eslint 保存时自动修复 "eslint.autoFixOnSave": true

eclipse安装Eclipse HTML Editor插件

允我心安 提交于 2020-03-06 10:43:13
需插件: 1、GEF 3.1 安装程序下载 下载地址: http://download.eclipse.org/tools/gef/downloads/drops/R-3.1-200507071758/index.php 这里我们下载GEF-ALL-3.1.zip。 2、Eclipse HTML Editor 1.6.7 安装程序下载 下载地址: https://sourceforge.jp/projects/amateras/files/?release_id=16537#16537 这里我们下载:tk.eclipse.plugin.htmleditor_2.1.0.jar。 安装步骤: 1、安装GEF插件 将GEF-ALL-3.1.zip解压缩,然后直接把解压后的文件夹放到eclipse安装目录的plugins文件夹中即可。 2、安装Eclipse HTML Editor插件 将tk.eclipse.plugin.htmleditor_2.1.0.jar放进eclipse安装目录的plugins文件夹中即可。到此Eclipse HTML Editor插件安装完成。 完成以上步骤,打开Eclipse,file——〉new——〉other——〉Amateras即可看见其功能。 来源: https://www.cnblogs.com/whycxb/archive/2011/04/06

fckeditor 的配置与使用

我是研究僧i 提交于 2020-03-03 17:00:56
一、配置fckconfig.js文件: ...... //缺省语言: FCKConfig.AutoDetectLanguage = false ; FCKConfig.DefaultLanguage = 'zh-cn' ; //字体设置: FCKConfig.FontNames = '宋体/宋体;黑体/黑体;仿宋/仿宋;楷体/楷体;隶书/隶书;幼圆/幼圆;微软雅黑/微软雅黑;'+'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ; //以换行代替分段: FCKConfig.EnterMode = 'br' ; //打开上传文件功能: //浏览上传: FCKConfig.LinkBrowser = true ; FCKConfig.ImageBrowser = true ; FCKConfig.FlashBrowser = true ; 快速上传: FCKConfig.LinkUpload = true ; FCKConfig.ImageUpload = true ; FCKConfig.FlashUpload = true ; //上传所使用的语言 var _FileBrowserLanguage = 'php' ; var _QuickUploadLanguage = 'php' ; ...... 二

Html editor component

 ̄綄美尐妖づ 提交于 2020-03-03 04:01:32
1、 下载。 2、安装。 3、sample。 D:\riocomponents\HTML Component Library 3.9\Sample Projects\AndroidScroll\Win32\Debug\AndroidScroll.exe D:\riocomponents\HTML Component Library 3.9\Sample Projects\Editor Chat Demo\ChatSample.exe D:\riocomponents\HTML Component Library 3.9\Sample Projects\CSSTransforms\CSSTransforms.exe D:\riocomponents\HTML Component Library 3.9\Sample Projects\Reports XE6-XE103\dbreports.exe D:\riocomponents\HTML Component Library 3.9\Sample Projects\Editor 7 - 2010\EditorDemo.exe D:\riocomponents\HTML Component Library 3.9\Sample Projects\HCL XE-XE101\HCLDemo.exe 来源: CSDN 作者:

富文本编辑器的使用

梦想与她 提交于 2020-03-02 15:27:38
https://cloud.tencent.com/developer/article/1141421 几种富文本编辑器 默认情况下CKEditor是没有上传图片功能的,可以在编辑器中粘贴图片,这样的话保存在数据库中的是图片的源文件,这很容易出现问题,即使字段是text格式的也很容易就超出最大范围了,所以要配合kcfinder来上传文件。一个是ck一个是kc真实一对好兄弟。 总体看了下,最简洁明了的叫做wangEditor 加在easyui中是这样的: <script> // CKEDITOR.replace('editor1'); //wangEditor var E = window.wangEditor; var editor = new E("#wangEditor"); // 下面两个配置,使用其中一个即可显示“上传图片”的tab。但是两者不要同时使用!!! // editor.customConfig.uploadImgShowBase64 = true // 使用 base64 保存图片 editor.customConfig.uploadImgServer = 'http://test91.ykmimi.com/upload/newspic/0'; // 上传图片到服务器 //设定上传文件名字 editor.customConfig.uploadFileName =

IntelliJ IDEA 优化总结

依然范特西╮ 提交于 2020-02-28 06:51:45
1.修改JVM参数 (IntelliJ IDEA 10.0.1包含以上版本不需要设置) 修改idea.exe.vmoptions配置文件调整以下内容: -Xms256m -Xmx384m -XX:MaxPermSize=128m -XX:NewRatio=4 -Xss128k -Dsun.awt.keepWorkingSetOnMinimize=true -server -Xms256m设置初时的内存数,你需要设置一个合理的值, 增加该值可以提高Java程序的启动速度。如果你的内存够大,如2G,可以设置到400m。 -Xmx384m设置最大内存数,提高该值,可以减少内存Garage收集的频率,提高程序性能。 -Dsun.awt.keepWorkingSetOnMinimize=true 可以让IDEA最小化到任务栏时依然保持以占有的内存,当你重新回到IDEA,能够被快速显示,而不是由灰白的界面逐渐显现整个界面,加快回复到原界面的速度。 -server控制内存garage方式,这样你无需在花一到两分钟等待内存garage的收集。 2.优化文件保存和工程加载 取消“Synchronize file on frame activation”(同步文件功能,酌情考虑可以不取消) 取消“Save files on frame deactivation”的选择 同时我们选择"Save

How to paste plain text in a Quill-based editor

ぐ巨炮叔叔 提交于 2020-02-21 12:00:48
问题 Quill (https://quilljs.com/) makes it simple to embed a quality text editor in a web page. When pasting html content in the editor, it filters the pasted html and then puts it into the text editor. My question is: How can I configure Quill so it pastes only plain text in the text editor? It would filter out all tags and leave the plain text only. The documentation about the Clipboard module (http://quilljs.com/docs/modules/clipboard/) says that it is possible to add custom Matchers to the

Android Studio SharedPreferences

倾然丶 夕夏残阳落幕 提交于 2020-02-20 23:48:36
  Android 中最简单的数据存储方式 : SharedPreferences SharedPreferences 数据存储处理实际上时对一个个key——value 数据对的处理 使用SharedPreferences 保存key-value 对的一般步骤: 1. 使用Activity 类 的 getSharePreferences方法获取SharePreferences 对象,指定文件名和访问权限 2.获得SharePreferences.Editor 对象,并调用该对象的putXXX 方法保存key-value 对 3. 通过SharePreferences.Editor 的commit 方法提交保存 key-value 对 示例一: 认识并使用 1 package com.example.sharedpreferences; 2 3 import androidx.appcompat.app.AppCompatActivity; 4 5 import android.content.Context; 6 import android.content.SharedPreferences; 7 import android.os.Bundle; 8 import android.util.Log; 9 10 11 public class MainActivity