是否有Notepad ++ 6.2.3的功能列表插件?
我在Npp 5.8中使用了TagsView插件和函数列表插件,插件有时会丢失我定义的一些函数.打开TagsView侧边栏时,它始终显示VARIABLE我不想显示的内容.我发现函数列表插件不适合Npp 6.2.3.
有没有人修改功能列表插件(或任何其他插件)以适应6.2.3?
我正在使用Notepad ++和Sublime Text 2的黑曜石色主题,但每个字体都不一样.
我更喜欢Sublime Text 2使用的字体,如下面的屏幕截图所示.如何确定该字体系列是什么,以便我可以在Notepad ++中设置它?

例如,我在list.txt中保存了一些链接:
d:\phpnow\htdocs\pm\includes\templates\slucky\common\tpl_gallery_display.php
d:\phpnow\htdocs\pm\includes\templates\slucky\common\tpl_main_page.php
d:\phpnow\htdocs\pm\includes\templates\slucky\templates\tpl_main_page.php
d:\phpnow\htdocs\pm\includes\templates\slucky\templates\tpl_product_info_display.php
d:\phpnow\htdocs\pm\includes\templates\slucky\templates\tpl_product_info_display2.php
Run Code Online (Sandbox Code Playgroud)
我想用记事本++打开它们.有没有插件可以完成这项工作?
将PHP与HTML一起编码时,看起来总是让人感到困惑和痛苦.结构不容易理解.
任何人都可以告诉我如何用良好的结构编写PHP的HTML代码?

怎么出来../images ..对于指南针sass精灵?
并且有谁知道在哪里可以找到指南针sass精灵的传感器文件?例如sprite-url功能,在官方网站上找不到.
--css
--sass
--test.scss
--images
--sprite-images
--icons
--a.png
--b.png
.test.scss codes:
-----------------------
$sprite: sprite-map("icons/*.png");
.hello{
background-image : sprite-url($sprite);
}
outputs
------------------------
.hello{
background-image : url('/images/icons-s2c837140f3.png');
}
<!-- but I want to output -->
.hello{
background-image : url('../images/icons-s2c837140f3.png');
}
Run Code Online (Sandbox Code Playgroud) 可能重复:
感叹号在功能之前做了什么?
什么!function($){$(function(){})}(window.jQuery)呢?
"!function($){}(window.jQuery)"是什么意思?
<script type="text/javascript">
!function($){
//some codes here
}(window.jQuery)
</script>
Run Code Online (Sandbox Code Playgroud)
这个js原始代码网址:http://twitter.github.com/bootstrap/assets/js/bootstrap-dropdown.js
如何在sublime文本中设置相同的tabize宽度和4个空格?
我喜欢verdana字体,然后我在崇高的文本中设置字体,但看起来1个标签比4个空格宽得多.为什么?怎么修?

为什么我提交表单时 cookie 值没有立即更新?
当我提交表单时,输出的refer_id仍然是旧的,但是当我刷新浏览器时,它改变了,为什么不能立即改变?
<?php
if(isset($_GET['refer_id'])){
setcookie('refer_id',$_GET['refer_id'],time()+3600);
}
print_r($_COOKIE);
?>
<p>cookie refer_id:<?php echo $_COOKIE['refer_id'];?></p>
<form method="get">
<input type="text" name="refer_id" />
<input type="submit" value="submit" />
</form>
Run Code Online (Sandbox Code Playgroud)

如何用php打开exe?
我有了这个主意,并努力使它成功了好几年了,但是最后还是失败了。有人告诉我完成这项工作的成功方法吗?
<?php
if(isset($_POST['file_path'])){
/* -------
using "notepad++.exe" to open "test.php" file.
or run a bat file which calling "notepad++.exe" to open "test.php" file.
how to seting php.ini or firefox or any setting to do this job.
it is only for conveniently developing web page in my PC ,not for web servers
------- */
}
?>
<form action="test.php" method="post">
<input type="text" name="file_path" value="test.php"/>
<button type="submit">open with notepad++</button>
</form>
Run Code Online (Sandbox Code Playgroud)
这将创建如下内容:

notepad++ ×4
php ×3
sublimetext2 ×2
compass-sass ×1
cookies ×1
css ×1
css-sprites ×1
firefox ×1
hotkeys ×1
html ×1
jquery ×1
plugins ×1