问题标签 [phpdesigner]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ftp - 从 phpDesigner 8 中删除我的 FTP 密码
我宁愿不要让我所有的 FTP 站点在单击时自动连接。有没有办法强制 phpDesigner 8 不存储 FTP 密码并强制我在每次打开站点时提供它?即,在会话期间。如果我的笔记本电脑决定有一天去散步,那么有人可以很容易地访问很多网站。
SmartFTP 有这个功能——它会在第一次尝试连接时强制输入密码,然后记住它直到连接关闭。寻找类似的东西。
理想的解决方案让我可以忘记每个帐户的个人密码(有些密码太神秘而无法记住,我愿意冒险记住它们)。
git - phpDesigner 8 - Git 集成
我应该弄清楚如何让 phpDesigner 8 与 Git 以及扩展的 GitHub 一起工作。我已经设置了我的 GitHub 帐户,并在我的计算机上安装了 shell 和桌面客户端,我遵循了一些关于如何让 phpDesigner 识别 Git 的模糊说明(它涉及将其定向到包含 git.exe 文件的路径)。我还尝试将 Git 与 GitHub 集成,这样我就可以访问文件而不必经常登录和退出 GH 网站,但是每次我尝试通过 phpDesigner 提交文件时,我都没有做任何更改都反映在该站点的文件副本中。也没有关于合并或提交请求的通知,所以从我的角度来看,Git 将文件提交到我的硬盘驱动器没有实际效果。
我觉得我没有正确设置某些东西,或者我没有选择正确的命令。尝试测试任何内容时,我选择了“提交”选项,而不是“提交文件”,但似乎没有任何效果。我应该怎么办?
git - 使用 Git 和 phpDesigner
我刚刚开始使用 git 作为版本控制工具。除了代码编辑器之外,我已经成功设置了几乎所有东西。现在我使用 phpDesigner,但到目前为止我看到的所有配置选项都没有使用 phpDesigner。我已经按照一些说明进行操作,git config --global core.editor phpDesigner
但是当我尝试提交时,git 仍然在说Syntax error near unexpected token '(' There was a problem with the editor
. 我在 Windows 上开发,我的 phpDesigner 副本安装在C:\Program Files (x86)
. 有什么线索吗?
phpdesigner - PhpDesigner8 快捷方式存在于...?
PhpDesigner8 快捷键存在吗?在此编辑器中打开超过 2 个页面时,在两个页面之间进行工具访问
像第1页。pag2.php page3.php page4.php,当前页面是page3.php,想跳转到page4.php,反之亦然
editor - 如何在 php Designer 8 中增加字体
增加字体大小
亲爱的,到目前为止我一直在使用notepad++,我是phpdesigner 8.0的新手。我的编辑器的字体大小(文本)太小了。有人帮我增加吗?提前致谢..
php - win 10上的php Designer无法将php文件另存为.php,而是另存为.py
我使用 win 10 和 php Design 8.1.2
当我创建一个 php 文件并单击保存时,文件类型不是 php 扩展名(.php),而是 python( .py)
请帮我修一下
phpdesigner - How to refresh remote file in PhpDesigner
Usually I am working alone, but now I have a new colleague, so we need to work together.
Unfortunately we suffer the lack of git, so because of certain circumstance we need to work directly on FTP.
I am using Netbeans, but I recommended to her the PhpDesigner, because I know, it is working with files directly on the remote server, not like Netbeans what is make a local copy of the file.
When I edit a file, I tell it to her, so she close the file, and open it again, and my changes are appears.
I there any way to not close the file, just "refresh" it (download from server)?
git - 推送提交到github后,代码更改显示错误
问题:这是真正的代码差异&在我在 github 中的提交中显示@@ -1,202 +1,251 @@
,因为该文件已被完全替换。我想在 github 中查看如下图所示的代码差异。
系统信息:我在 windows 8.1 中使用 sublime text 2 编辑我的代码,在 windows 7 中使用 phpdesigner 7
解决方案,我在提交之前尝试过:
- 将编辑器中的行格式设置更改为 windows/unix/macOSx
- 在我的 .gitattribute 添加
* text=auto
- 我也试过
dos2unix
&unix2dos
命令 - 奇怪的是,如果我使用 vi 进行编辑,它就可以工作。但是,我不习惯使用它。
我的 .gitattribute :
谢谢。
debugging - 浏览器无法读取 PHPdesigner 8 图像输出
没有图像时,phpdesigner 调试工作正常。使用图像,浏览器仅显示文本,即告诉浏览器图像即将到来的标题无法识别。
有人对此有解决方案吗?