Jerry:
--------------------------------------------------------------------------------
I know that PSPad has a convert function for converting TABS > SPACES; however,
there does not appear to be a SPACES > TABS function.

I have written many 'Makefiles' for FreeBSD where SPACES are not allowed. I have
used other word editors that have this function. Is one planned for PSPad or is
there a way to simulate it?

Thanks!

-- 
Jerry
--------------------------------------------------------------------------------


I guess, you can just make a simple user converter for that, e.g."

cite:
--------------------------------------------------------------------------------
;;;;;;; C:\...\PSPad\Convert\spacesToTabs.ini ;;;;;;;

;User conversion definition file for PSPad editor
[Description]
;name for Left to Right conversion
ForwardName=Spaces to tabs
;name for Right to Left conversion
BackwardName=Tabs to spaces
;ignore char case
ForwardIgnoreCase=0
BackWardIgnoreCase=0
;expresion from|expresion to
[Conversion]
;[needed_number_of_spaces]|[tab_character]
    |   
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--------------------------------------------------------------------------------

the vital last line probably won't be correctly diplayed on the webpage - then
it should be entered manually.

After the ini file is saved to the Convert subdirectory, you can access the
converter via Tools: User converters ...
hth,
  vbr

-- 
<http://forum.pspad.com/read.php?2,49026,49027>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem