I just find that Notepad++ has a function list plugin and have a try.
When I select "View List", the function list window showed as expect on my Vista, but it failed to show on my Windows XP. I tryied many times with both Notepad V3.8 and V3.9 but in vain. The region and language setting are set to China in both cases. So, is there anything wrong? Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There seems to be a bug in last version of FunctionListPlugin, but I will not fix it, because of new version in next release of Notepad++ 4.0 which comes up in January.
But you could do a workaround to view the list:
- Open the file "insertExt.ini" in the Notepad++ installation folder.
- Look for the part [Function List]
- Look for params 'PointX 1', 'PointY 1', 'PointX 2' and 'PointY 2' and change the values like this 'PointX 1=100', 'PointY 1=100', 'PointX 2=300' and 'PointY 2=900'.
This chould fix your problem until next version.
Best Regards
Jens
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just find that Notepad++ has a function list plugin and have a try.
When I select "View List", the function list window showed as expect on my Vista, but it failed to show on my Windows XP. I tryied many times with both Notepad V3.8 and V3.9 but in vain. The region and language setting are set to China in both cases. So, is there anything wrong? Thanks
Please be sure that you modify the correct file. Look also in the "Application Data" folder. The "insertExt.ini" file is also available here.
Best Regards
Jens
There seems to be a bug in last version of FunctionListPlugin, but I will not fix it, because of new version in next release of Notepad++ 4.0 which comes up in January.
But you could do a workaround to view the list:
- Open the file "insertExt.ini" in the Notepad++ installation folder.
- Look for the part [Function List]
- Look for params 'PointX 1', 'PointY 1', 'PointX 2' and 'PointY 2' and change the values like this 'PointX 1=100', 'PointY 1=100', 'PointX 2=300' and 'PointY 2=900'.
This chould fix your problem until next version.
Best Regards
Jens
Thank you Verrrrrrrrrrrrry Much
I did the fixing, i was able to see the window. but could no get hold of the function list.
i created and made a index.php to test it it did not work
winxp service pack2
Thank You