• Login
  • Register
Login
Username:
Password: Lost Password?
 
A sheep, a werewolf and a walrus walk into a bar.
  • Home
  • Search
  • Member List
  • Help
  • My Subs
    • Login
    • Register
    Login
    Username:
    Password: Lost Password?
     
A sheep, a werewolf and a walrus walk into a bar. › Feedback › Site Feedback › Everything re: Tables and this forum.

Linear Mode
Everything re: Tables and this forum.
Neowise Offline
Back in 6,800 years.
Posts: 2,578
Threads: 32
Joined: Jul 2021
#3
02-08-2021, 10:54 PM (This post was last modified: 12-08-2021, 10:15 PM by Neowise.)
For Notepad++
alternative to making the macro is to import the one i have already created by editing the shortcuts.xml file for notepad++ and adding this macro inside the <macros> section.

Code:
       <Macro name="make table" Ctrl="no" Alt="no" Shift="no" Key="0">
            <Action type="0" message="2316" wParam="0" lParam="0" sParam="" />
            <Action type="3" message="1700" wParam="0" lParam="0" sParam="" />
            <Action type="3" message="1601" wParam="0" lParam="0" sParam="\n" />
            <Action type="3" message="1625" wParam="0" lParam="1" sParam="" />
            <Action type="3" message="1602" wParam="0" lParam="0" sParam="[/td][/tr]\n[tr][td]" />
            <Action type="3" message="1702" wParam="0" lParam="770" sParam="" />
            <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" />
            <Action type="3" message="1700" wParam="0" lParam="0" sParam="" />
            <Action type="3" message="1601" wParam="0" lParam="0" sParam="\t" />
            <Action type="3" message="1625" wParam="0" lParam="1" sParam="" />
            <Action type="3" message="1602" wParam="0" lParam="0" sParam="[/td][td]" />
            <Action type="3" message="1702" wParam="0" lParam="770" sParam="" />
            <Action type="3" message="1701" wParam="0" lParam="1609" sParam="" />
            <Action type="0" message="2316" wParam="0" lParam="0" sParam="" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="b" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="l" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="e" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="=" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="3" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="0" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000D;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000A;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="r" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="d" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="0" message="2318" wParam="0" lParam="0" sParam="" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="/" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="d" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="/" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="r" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000D;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000A;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="[" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="/" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="t" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="b" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="l" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="e" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="]" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000D;" />
            <Action type="1" message="2170" wParam="0" lParam="0" sParam="&#x000A;" />
        </Macro>



path to shortcuts.xml on windows "C:\Users\your_username\AppData\Roaming\Notepad++\shortcuts.xml"

as added bonus, this one no longer has the extra /tr /td at the start Big Grin
The following 1 user thanked this post:
• tusk  
Find
Reply
A sheep, a werewolf and a walrus walk into a bar. › Feedback › Site Feedback › Everything re: Tables and this forum.


Messages In This Thread
Everything re: Tables and this forum. - by Neowise - 02-08-2021, 10:25 PM
RE: Tables and using notpad++ as go between between google sheets and this forum. - by Neowise - 02-08-2021, 10:28 PM
RE: Tables and using notpad++ as go between between google sheets and this forum. - by Neowise - 02-08-2021, 10:54 PM
RE: Tables and using notpad++ as go between between google sheets and this forum. - by nothing - 12-08-2021, 08:08 PM
RE: Tables and using notpad++ as go between between google sheets and this forum. - by Neowise - 12-08-2021, 09:59 PM
RE: Everything re: Tables and this forum. - by Necro - 19-08-2021, 07:51 PM
RE: Everything re: Tables and this forum. - by Neowise - 19-08-2021, 11:18 PM
RE: Everything re: Tables and this forum. - by Neowise - 07-09-2021, 03:08 PM
RE: Everything re: Tables and this forum. - by DejaBoo - 04-10-2021, 06:02 PM
RE: Everything re: Tables and this forum. - by Neowise - 04-10-2021, 09:23 PM
RE: Everything re: Tables and this forum. - by DejaBoo - 04-10-2021, 10:50 PM
RE: Everything re: Tables and this forum. - by Neowise - 04-10-2021, 11:37 PM
RE: Everything re: Tables and this forum. - by DejaBoo - 04-10-2021, 11:43 PM
RE: Everything re: Tables and this forum. - by Neowise - 04-10-2021, 09:24 PM
RE: Everything re: Tables and this forum. - by Trigger - 04-10-2021, 06:21 PM
RE: Everything re: Tables and this forum. - by jp liz v1 - 01-01-2022, 08:16 PM
RE: Everything re: Tables and this forum. - by Neowise - 01-01-2022, 09:16 PM

  • View a Printable Version
Forum Jump:


Users browsing this thread:
  • Contact Us
  • Return to Top
  • Lite (Archive) Mode
  • Privacy Policy
Community Forum Software by MyBB
Theme based on design by Rooloo,
But severely customized by Fogies.
Top
All opinions expressed are those of the individual and do not reflect those of the site or it's mods & administrators.