dail8859 / ElasticTabstops

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

how to use it? It doesn't work for me #24

Closed jablka closed 3 years ago

jablka commented 3 years ago

Hello, I just installed the plugin, but it seems it doesn't work for me... Nothing has changed, the 'tab delimited file' is displayed the same as without the plugin...

Is there something I need to do? Plugin is enabled (in Notepad++ menu).

(I have Notepad++ v7.9.5 32-bit)

jablka commented 3 years ago

Debug Info:

Notepad++ v7.9.5   (32-bit)
Build time : Mar 21 2021 - 02:09:07
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS Name : Windows 10 Home (64-bit) 
OS Version : 2004
OS Build : 19041.928
Current ANSI codepage : 1250
Plugins : ComparePlugin.dll ElasticTabstops.dll HexEditor.dll mimeTools.dll NppConverter.dll NppExport.dll NppTextFX.dll 

ElasticTabstops.ini file:

; 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
jablka commented 3 years ago

UPDATE: I reinstalled Notepad++ (with fewer plugins now, and 64bit version), and it seems to be working...

my current Debug info:

Notepad++ v7.9.5   (64-bit)
Build time : Mar 21 2021 - 02:13:17
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS Name : Windows 10 Home (64-bit) 
OS Version : 2004
OS Build : 19041.928
Current ANSI codepage : 1250
Plugins : ElasticTabstops.dll mimeTools.dll NppConverter.dll NppExport.dll