首页 \ 问答 \ 如何禁用geany中当前行的自动突出显示?(How to disable automatic highlighting of the current line in geany?)

如何禁用geany中当前行的自动突出显示?(How to disable automatic highlighting of the current line in geany?)

默认情况下,当前行总是在geany文本编辑器中突出显示。 我们如何禁用此功能?
相关链接是:
http://comments.gmane.org/gmane.editors.geany.general/3765
如何突出显示geany中的多行代码块
任何帮助将不胜感激!!


By default the current line is always highlighted in geany text editor. How can we disable this feature?


原文:https://stackoverflow.com/questions/35105645
更新时间:2021-05-09 12:05

最满意答案

尽管不是100%理想,但我最终还是选择了SmartSprites 。 有一个很好的Jangaroo Maven插件 ,这意味着你可以很容易地将Sprite代码集成到你的Maven构建过程中。

这个解决方案的缺点是,你必须在你的CSS文件中增加一些额外的提示,所以SmartSprites可以做它的精神。 如果SmartSprites会(在语义上)解析CSS文件并自动执行该动作,本来会很好。


Although not 100% ideal, I went for SmartSprites in the end. There's a nice Jangaroo Maven Plugin, meaning you can integrate the Sprite generation into your Maven build process easily.

Downside of this solution is, that you have to add quite a bit of extra hints into your CSS files, so SmartSprites can do its spriting. Would have been nice, if SmartSprites would (semantically) parse the CSS files and do the spriting automatically.

相关问答

更多
  • 进一步谷歌搜索后(初始结果不是很有帮助),似乎实际上有一个Zend Framework库,以及其他一些: DOM查询 phpQuery pQuery 的QueryPath 简单的HTML DOM解析器 Ultimate Web Scraper Toolkit Zend公司-DOM After Googling further (initial results weren't very helpful), it seems there is actually a Zend Framework library ...
  • 因为其他白名单样式因为元素根本不显示而无效 UPDATE display有很多奇怪的边缘情况,会以奇怪的方式影响布局。 在大多数情况下, inline-block inline , block和inline-block可能是安全的。 fixed可能是安全的。 table和其他人可能是狡猾的,因为可能有办法打破视觉遏制。 甚至block和inline block也可以打破视觉遏制,例如,当嵌入器修复容器的width并且不隐藏overflow时,该策略仅允许内联标记。 资源 Because then the o ...
  • 尝试使用一些CSS解析器(如http://cssparser.sourceforge.net/ )和SAC 。 Try using a some CSS parser (like http://cssparser.sourceforge.net/) and SAC.
  • 最简单的方法是在你的项目中添加一个名为“CustomStyles.css”的新样式表。 将覆盖代码添加到此样式表。 如果您将样式表称为页面上的最后一个样式表,那么默认情况下,“CustomStyles.css”中的样式应该覆盖默认的引导行为。 如果它仍然导致问题,可以通过将其标记为!重要(如下所示)来强制您的样式优先,但这不是必需的。 在进行此更改后加载页面时,请确保重新加载页面清空缓存(ctrl f5)以确保原始样式不会缓存在本地浏览器中。 .modal-body { padding:15p ...
  • 目前HTML中没有像这样的东西。 如果您有1像素透明GIF或PNG方便您可以使用图像标记上的内联CSS: 但是,您需要设置图像元素的宽度和高度,以便可以看到精灵背景。 您可以通过将其直接包含在标记中作为数据URL来避免需要透明图像文件: 8位PNG
    OWASP AntiSamy可以执行CSS样式表验证; 我没有特别尝试过这个功能。 此外,我不确定它是否适合您作为一个具有太多依赖项的项目。 它在内部依赖Apache Batik来执行样式表的解析。 如果我有安全意识,我不会被下游依赖所困扰; 我会为任务选择合适的工具。 OWASP AntiSamy can perform CSS stylesheet validation; I haven't tried that feature in particular though. Also, I'm not s ...
  • 我认为你的意思是CSS框架 :它们有很多。 仅举几个: 蓝图 的BlueTrip 样板 内容与风格 弹 分子 Mollio 960网格系统 1KB网格 SenCSs 硅藻土 Typogridphy YAML YUI网格 每个人和他们的母亲都有一个CSS框架:没有最好的框架,并且他们都对自己的“最佳实践”构成了自己的解释。 它真的取决于什么适合你自己的使用。 另请参阅bobince的答案什么是最好的CSS框架,他们是值得的努力? 为什么CSS框架真的不必要。 I think you mean CSS fram ...
  • 尽管不是100%理想,但我最终还是选择了SmartSprites 。 有一个很好的Jangaroo Maven插件 ,这意味着你可以很容易地将Sprite代码集成到你的Maven构建过程中。 这个解决方案的缺点是,你必须在你的CSS文件中增加一些额外的提示,所以SmartSprites可以做它的精神。 如果SmartSprites会(在语义上)解析CSS文件并自动执行该动作,本来会很好。 Although not 100% ideal, I went for SmartSprites in the end. ...
  • 是的,有一对夫妇,他们甚至带有一个“免费”邮件后端:使用像slf4j或log4j这样的Java日志记录框架。 所有这些框架都可以生成带有一些配置的HTML电子邮件。 一般的方法是这样的: 为所有异常创建记录器或每个类创建一个记录器。 前者更容易配置,后者给你更多的自由 在此记录器中添加一个appender,配置为发送电子邮件 如果你不想在你的应用中使用日志记录,你可以编写你自己的appender来重用现有的格式化器。 Yes, there are a couple and they even come wi ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)