WebEdit plugin tooltips out of sync?
-
Is anyone else seeing this? Using the default webedit.ini. Several tooltips when hovering over one of the small buttons don’t agree with the labeling of the buttons:
Button,ToolTip
li,Ol
ol,Ul
p,Li
sp,P
s,SpaN
st,Bold
ta,StYle
td,Table
tr,tH
ul,tRThe tooltips are correct and the labeling of the buttons isn’t.
-
Wow. Last change was March 2010. It’s only available in 32bit. Installer didn’t put Config files in the right Config directory, so I manually had to move the WebEdit.ini and the 20 bmp images into the right location.
The fact that it works at all is a miracle!Now on to your complaint: no, I don’t see that. All 20 of the icons line up with the tooltips and the actions they perform.
To excerpt from the default WebEdit.ini:
[Commands] ; Syntax: <Item name>=<Left text>|<Right text> ; Known escape sequences: \\ \t \n \r &A=<a href="#">|</a> Div &Class=<div class="">|</div> Div &Id=<div id="">|</div> &Em=<em>|</em> H&1=<h1>|</h1> H&2=<h2>|</h2> H&3=<h3>|</h3> H&4=<h4>|</h4> H&5=<h5>|</h5> H&6=<h6>|</h6> &Li=<li>|</li> &Ol=<ol>|</ol> &P=<p>|</p> Spa&n=<span>|</span> &Strong=<strong>|</strong> St&yle=<style>|</style> &Table=<table>|</table> T&d=<td>|</td> T&r=<tr>|</tr> &Ul=<ul>|</ul> ; Free accelerators: bfghjkmqvwxz0789 [Toolbar] ; Syntax: <slot number>=<fileName>.bmp ; The bitmap files should be placed in to the plugins\Config folder. ; Example: 1=a.bmp 2=dc.bmp 3=di.bmp 4=em.bmp 5=h1.bmp 6=h2.bmp 7=h3.bmp 8=h4.bmp 9=h5.bmp 10=h6.bmp 11=li.bmp 12=ol.bmp 13=p.bmp 14=sp.bmp 15=s.bmp 16=st.bmp 17=t.bmp 18=td.bmp 19=tr.bmp 20=ul.bmp
Notice that there are 20
[Commands]
and 20[Toolbar]
icon entries. -
Thanks.
Um, last change in November 2018 https://sourceforge.net/projects/npp-plugins/files/WebEdit/.
I found an extra webedi.ini that I don’t remember editing, but it was the problem.
-
Sorry, if the About dialog says 2010, I assume that was the last-changed date.
CHANGELOG Version 2.1, 17.11.2018. - Repackaged the plugin for comatibility with Notepad++ v7.6 (new plugin loader). - Renamed WedEdit.dll to WebEdit-ansi.dll. - Renamed WedEditU.dll to WebEdit.dll. Version 2.1, 31.03.2010.
Looks like the 2018 change was just to the packaging/zipfile and DLL name, with no change to the compiled DLL since the same revision number in 2010. In other words, it’s the same plugin that it was in 2010.
Glad you found/fixed the edited ini file.