作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
自从升级到 4.3 后,自动缩进就不起作用了(在“查询工具”选项卡中起作用)。在一行代码的末尾按回车键时,光标出现在下一行的随机位置(有时正好在末尾),而不是正确的缩进位置。这非常令人沮丧,因为我必须在行首单击并为每一行正确缩进。
我已经尝试过 Chrome 和 Edge,没有任何区别。我已经更改了 Tab Size 和 Use Spaces 选项,但没有任何运气。我使用的是 Windows 10 专业版。
还有其他人遇到这个问题吗?
最佳答案
更新!!!
谢谢 pgAdmin 团队!
注意:直到 pgAdmin 4 4.2 版,这仍然是一个问题 更新:2109 年 2 月 19 日 :(
/* 问题:
(Tested on Windows Server 2012 R2, Chrome and Firefox, pgAdmin 4 3.2)
Using nested functions in a variable assignment, or just in a SQL statement
causes multiple tabs to be added when hitting enter for a new line anywhere
later in your code.
If you uncomment the first line with nested functions (below), all
carriage returns lower in the code create new lines with
many unwanted tabs.
Uncomment the line below and hit enter at the end of the line,
or before another line of code.
*/
/*
x := upper(substr('取消注释以测试它。在分号后按回车键。', 13));
*/
/* 我的解决方法是取消嵌套函数并使用多个语句。 注意:确保上面有问题的行被注释掉。*/
x := substr('取消注释以测试它。在分号后按回车键。', 13);
x := 上(x);
关于windows - pgAdmin 4 v3 自动缩进不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51612558/
我有一个具有可变数量子元素的固定大小的 div。我不知道 children 的大小。目标是缩小它们以适合父级。 例子: .parent { width: 100px; height: 100p
我是一名优秀的程序员,十分优秀!