记事本状态栏不会自动_如何在记事本中同时启用状态栏和自动换行

记事本状态栏不会自动

记事本状态栏不会自动

00_lead_image_word_wrap_and_status_bar_on

The status bar in Windows’ Notepad displays the current line number and column number of the cursor location. However, if you find that the  Status Bar option on the View menu is grayed out, it may be because you have Word Wrap enabled.

Windows记事本中的状态栏显示光标位置的当前行号和列号。 但是,如果您发现“视图”菜单上的“状态栏”选项显示为灰色,则可能是因为您启用了“自动换行”功能。

If you’ve enabled word wrap, which keeps your columns restricted to the Notepad window, you cannot also enable the status bar. That is because word wrap screws up line breaks, making the line number and column number on the status bar not accurate all the time.

如果启用了自动换行,使您的列限制在“记事本”窗口中,则也无法启用状态栏。 这是因为自动换行会打断换行符,从而使状态栏上的行号和列号始终不准确。

However, if you want to enable the status bar anyway, despite its possible inaccuracy, we’ll show you an easy trick to make the status bar option available even when word wrap is on.

但是,如果您仍然想启用状态栏,尽管它可能存在误差,我们将向您展示一个简单的技巧,即使打开自动换行功能,也可以使状态栏选项可用。

Standard warning: This procedure involves making changes to the Registry Editor, which is a powerful tool. Using the Registry Editor incorrectly can render your system unstable or even inoperable. This is a pretty simple hack and as long as you follow the instructions carefully, you shouldn’t have any problems. That said, if you’ve never worked with it before, consider reading about how to use the Registry Editor before you get started. And definitely back up the Registry (and your computer!) before making changes.

标准警告:此过程涉及更改注册表编辑器,它是一个功能强大的工具。 错误地使用注册表编辑器会使您的系统不稳定甚至无法运行。 这是一个非常简单的技巧,只要您仔细按照说明进行操作,就不会有任何问题。 也就是说,如果您以前从未使用过它,请在开始之前考虑阅读有关如何使用注册表编辑器的信息。 并在进行更改之前一定要备份注册表(和您的计算机!)。

Open the Registry Editor by clicking on Start and typing “regedit.” Press Enter to open Registry Editor, or click on regedit under Best match.

通过单击开始并键入“ regedit”,打开注册表编辑器。 按Enter打开注册表编辑器,或单击“最佳匹配”下的regedit。

01_running_regedit

Give regedit permission to make changes to your PC.

授予regedit权限以对您的PC进行更改。

NOTE: You may not see this dialog box, depending on your User Account Control settings.

注意:根据您的“用户帐户控制”设置,您可能看不到此对话框。

02_uac_dialog

In the tree structure on the left, navigate to the following key:

在左侧的树结构中,导航到以下键:

HKEY_CURRENT_USER\Software\Microsoft\Notepad

The Notepad key stores all the settings for Notepad. In Notepad’s initial state, the only values for that key are window position values. Notice that there are no values for the word wrap and status bar settings. Leave the Registry Editor open.

记事本键存储记事本的所有设置。 在记事本的初始状态下,该键的唯一值是窗口位置值。 请注意,自动换行和状态栏设置没有任何值。 使注册表编辑器保持打开状态。

03_initial_settings_for_notepad

Open Notepad and turn on “Word Wrap” in the Format menu. This adds the word wrap ( fWrap ) and status bar ( StatusBar ) values to the Notepad key in the registry.

打开记事本,然后在“格式”菜单中打开“自动换行”。 这会将自动换行( fWrap )和状态栏( StatusBar )值添加到注册表中的记事本项。

04_turning_on_word_wrap

Notice that the status bar goes away and the “Status Bar” option in the View menu is grayed out. Close Notepad to save these settings into the Notepad registry key.

请注意,状态栏消失了,“视图”菜单中的“状态栏”选项显示为灰色。 关闭记事本以将这些设置保存到记事本注册表项中。

05_status_bar_grayed_out

Now, the fWrap and StatusBar keys have been added to the Notepad key. Currently, the StatusBar value has zero as it’s value data, indicating it’s disabled. Double-click on the StatusBar value.

现在, fWrapStatusBar键已添加到记事本键。 当前, StatusBar值的值数据为零,表示已禁用。 双击StatusBar值。

06_double_clicking_statusbar_value

On the Edit DWORD (32-bit) Value dialog box, enter  1  in the “Value data” edit box and click “OK”.

在“编辑DWORD(32位)值”对话框中,在“值数据”编辑框中输入1 ,然后单击“确定”。

07_changing_value_data_to_one

Close the Registry Editor by selecting “Exit” from the File menu.

通过从文件菜单中选择“退出”,关闭注册表编辑器。

08_closing_the_registry_editor

Now, word wrap and the status bar are enabled at the same time. However, If you turn off word wrap and then turn it back on, the status bar will be disabled again. You must set the StatusBar value to  1  again to be able to have both enabled.

现在,自动换行和状态栏同时启用。 但是,如果关闭自动换行然后再打开,状态栏将再次被禁用。 您必须再次将StatusBar值设置为1才能同时启用它们。

09_word_wrap_and_status_bar_on

If you want to put word wrap and the status bar back to their normal settings, reset Notepad. Simply changing the value of the StatusBar value back to zero only seems to confuse Notepad and the values and what’s set in Notepad won’t necessarily match.

如果要将自动换行和状态栏恢复为正常设置,请重置记事本。 仅将StatusBar值的值更改回零似乎只会使记事本感到困惑,并且记事本中的值和设置不一定会匹配。

翻译自: https://www.howtogeek.com/256491/how-to-enable-the-status-bar-and-word-wrap-at-the-same-time-in-notepad/

记事本状态栏不会自动

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280605.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

洛谷P2587 [ZJOI2008] 泡泡堂

题目传送门 分析:一道策略游戏题,要求最大期望得分和最小期望得分。首先分析最大,很显然是可以用一种类似于田忌赛马的思维来做,将两队的实力按照从大到小(其实从小到大也可以)排序,然后就按照顺…

极端高温导致澳大利亚断网

西澳大利亚首府珀斯因恶劣天气出现了网络连接问题, 网络故障不是由于暴风雨或闪电引起的,而是极端高温。本周一是珀斯有记录以来第六热的天,当天最高温度达到了44.4℃。因为创纪录的高温,澳大利亚宽带 服务商iiNet在当…

推荐一款采用 .NET 编写的 反编译到源码工具 Reko

今天给大家介绍的是一款名叫Reko的开源反编译工具,该工具采用C#开发,广大研究人员可利用Reko来对机器码进行反编译处理。我们知道.NET 7 有了NativeAOT 的支持,采用NativeAOT 编译的.NET程序 无法通过ILSpy 之类的传统工具得到源码&#xff0…

并行传输数据和串行传输数据_为什么串行数据传输比并行数据传输快?

并行传输数据和串行传输数据SATA hard drive connections are faster than older PATA hard drive connections and the same can be said for external cabling standards, but this is counter-intuitive: why wouldn’t the parallel transmission be faster? SATA硬盘驱动…

得到某月的天数

Calendar timeCalendar.getInstance(); time.clear(); time.set(Calendar.YEAR,2018);//year年 time.set(Calendar.MONTH,1);//Calendar对象默认一月为0,month月 int daytime.getActualMaximum(Calendar.DAY_OF_MONTH);//本月份的天数 System.out.pri…

Django09:图书管理系统笔记/choices用法/ MTV与MVC模型/多对多三种创建方式

图书管理系统笔记 redirect括号内可以直接写url 也可以直接写别名 但如果别名需要参数,必须使用reverse解析。 choices用法 使用场景:能列举完全的数据 #使用方法:xxx_choice #1. get.xxx_display #2. 如果超出范围,则显示原…

业务处理速度变慢?且看IT如何成为救世主

在日常生活的方方面面,我们似乎都在期待着一种即时的便利。比如,用手机购物、订餐、缴费、预约挂号等等。而在企业中,时间与效率可不是一种休闲福利,而是一项重要的商业功能。我们有理由期待,当今史无前例的数字革命正…

微软让卡塔尔世界杯踏入元宇宙

遵守前一篇公众号文章里的承诺,昨天盆盆在视频号里录制了一段5分钟左右的短视频,讲了江森自控和微软Azure,如何帮助卡塔尔世界杯打造基于元宇宙的数字体育馆。Part.1欢迎扫码关注我的视频号(每天更新元宇宙、云计算和数字化的短视频)。Part.2…

洛谷——P1305 新二叉树(新建二叉树以及遍历)

题目描述输入一串二叉树,用遍历前序打出。 输入输出格式输入格式: 第一行为二叉树的节点数n。(n \leq 26n≤26) 后面n行,每一个字母为节点,后两个字母分别为其左右儿子。 空节点用*表示 输出格式: 前序排列的二叉树 输…

插槽1单通道插槽2双通道_相机双存储卡插槽有什么大不了的?

插槽1单通道插槽2双通道If you paid any attention to the launch of Canon and Nikon’s first full frame mirrorless cameras—the EOS R, Z6, and Z7— you’d have noticed that some people were pretty unhappy that they only came with a single card slot—an SD slo…

python 垃圾回收详解

原文:https://zhuanlan.zhihu.com/p/31150408 总纲策略和垃圾回收系统工作内容引用计数详解标记-清除分代收集循环引用编程应用-常见方法ex 过程详解使用建议触发机制参考文献Python垃圾回收机制--完美讲解(Python vs Ruby)Python垃圾回收机制…

Django10:Ajax介绍/发送数据/SweetAlert

Ajax 异步提交 局部刷新 发送方式 1. 浏览器输入url,按enter get 2.a标签href属性 get 3.form表单 get/post 4. ajax get/post ajax 不是编程语言&#xf…

物联网数据终端演进之道

智能手机的普及在最近几年掀起了一股取代企业数据终端的风潮,但正如笔者在一年前便提到过 的,“智能手机难以在企业级应用中得以普及”,这种观点最好的佐证便是时至今日,由于安全性与管理合规的需要,个人计算机用于企业…

mac 不能连接wi-fi_如何阻止Mac自动连接到Wi-Fi网络

mac 不能连接wi-fiYour Mac automatically reconnects to Wi-Fi networks you’ve previously connected to. Starting with macOS High Sierra, you can now tell your Mac not to automatically connect to certain Wi-FI networks. Your Mac will remember the Wi-Fi networ…

“玩转课堂”基本构想

1、项目背景随着互联网科技的高速发展,人们的生活、学习和工作中的许多事情都可以借助互联网来完成,并且反响良好。作为学生,我们切身体会到,能够使用网络平台来进行学习可以节约时间、并且十分方便;而在老师的角度&am…

SQLServer之分离数据库

分离数据库注意事项 要求具有 db_owner 固定数据库角色中的成员资格。 可以分离数据库的数据和事务日志文件,然后将它们重新附加到同一或其他 SQL Server实例。 如果要将数据库更改到同一计算机的不同 SQL Server 实例或要移动数据库,分离和附加数据库会…

django11:自动序列化/批量插入数据/分页器

自动序列化 借助serializers帮你自动完成序列化 from app01 import models from django.core import serializers def ab_se(request):user_queryset models.Userinfo.objects.all()#原始方法user_list []for user_obj in user_queryset:user_list.append({username:user_o…

罗汉塔最少步骤_如何以最少的步骤压缩和密码保护文件?

罗汉塔最少步骤If you have a large batch of files to compress and you want to add password protection to each of them, what is the simplest or quickest way to do so? Today’s SuperUser Q&A post has the answer to a curious reader’s question. 如果要压缩…

IoTSharp中使用X509加密MQTT通讯并实现设备鉴权

IoTSharp支持MQTT协议通过 TLS 1.2 加密通讯, 并可以通过X509证书进行设备认证登录。基本配置在 appsettings.Production.json中需要 指定域名, 并设置EnableTls为true"MqttBroker":{"DomainName":"http://demo.iotsharp.net:2…

IBM希望其“裁剪”过的Swift能够引诱你使用BlueMix云

现在所有人都可以使用了——微软顶尖的工程师表示,“呼吸新鲜的空气吧!” 据Stack Overflow的估计,Swift在最受欢迎的编程语言中排名第二,该语言已经出现在了IBM的BlueMix云平台之上,供所有人使用。 她从今年二月份开始…