dail8859 / ElasticTabstops

Elastic Tabstops plugin for Notepad++
GNU General Public License v2.0
76 stars 16 forks source link

1.3.1 does not work in the notepad++ 7.8 #17

Closed andry81 closed 4 years ago

andry81 commented 4 years ago

Platform: Windows 7 x64 Notepad++: 7.8 32-bit

Replaced DLL by 1.3.0 and works as expected.

dail8859 commented 4 years ago

Could you provide your Notepad++ debug info (under the "?" menu) and also your ElasticTabstops settings file?

andry81 commented 4 years ago
Notepad++ v7.8   (32-bit)
Build time : Oct  7 2019 - 00:58:16
Path : c:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS Name : Windows 7 Professional (64-bit) 
OS Build : 7601.0
Plugins : ElasticTabstops.dll JSMinNPP.dll mimeTools.dll NppConverter.dll NppExport.dll NPPJSONViewer.dll NppTextFX.dll PyNPP.dll PythonScript.dll 
dail8859 commented 4 years ago

Could you post your settings as well?

Also, what does "not working" mean? Is it wrong? Does tabs not get aligned? Does it crash?

andry81 commented 4 years ago

Could you post your settings as well?

what settings?

Also, what does "not working" mean? Is it wrong? Does tabs not get aligned? Does it crash?

tabs not get aligned

dail8859 commented 4 years ago

Menu option Plugins > Elastic Tabstops > Settings...

Just copy paste the entire file here.

andry81 commented 4 years ago

Strange, but after the plugin reinstall I couldn't repro it.

It sometimes happens that is doesn't work, but I still can not catch it.

andry81 commented 4 years ago
; Configuration for ElasticTabstops.
; Saving this file will immediately apply the settings.

; Whether elastic tabstops are enabled or not: true or false
enabled true

; File extensions to apply elastic tabstops. For example...
;   "extensions *" will apply it to all files
;   "extensions .c .h .cpp .hpp" will apply it to only C/C++ files
;   "extensions !.txt !.py *" will apply it to all files except for text and Python files
extensions *

; Minimum padding in characters. Must be > 0
padding 1

; Convert leading tabs to spaces: true or false
convert_leading_tabs_to_spaces false
dail8859 commented 4 years ago

If you do find a way to reproduce it let me know.

radoslawch commented 4 years ago

For me it didn't work too. It seems that Plugin Admin installed x86 version of DLL into my x64 Notepad++. After downloading manually 1.3.1 x64 version it's ok.

dail8859 commented 4 years ago

Assuming this is related to #21 you can download the DLLs linked in that issue.