Create section titles in any text!
(Windows 10 only!)
I made this this litte tool to create section titles in my text, examples:
--------------------------------- Todo today --------------------------------
-------------------------------- Todo tomorrow -------------------------------
If the text is program-code, select the character that identifies the line as a comment, examples:
";------------- title -------------"
or
"//------------- title -------------"
etc.
Marked the relevant text and press the hotkey (default is: [Alt] + [l]).
Start the app, app is running in the background.
(Use "showwindow" parameter to show the window after startup).
Select the text and then press the hotkey ([Alt] + [l] is default).
Version (>=) | Change |
---|---|
0.067 | Multiline-behavior improved |
0.066 | Behavior improved |
0.062 | Version 32 A (ANSI) removed |
0.056 | Updater integrated |
0.055 | Menu-entries renamed, "overwrite"-Hotkey introduced (default is: Shift + Alt + L) |
0.054 | exitHotkey-default changed to Ctrl + Alt + L, "overwrite"-Hotkey introduced (default is: Shift + Alt + L) |
0.051 | Bugfixes |
0.050 | AutoinsertDel Menu-button (Replaces selected token) |
0.049 | Autoinsert Menu-button |
0.047 | Autoinsert: Press hotkey again (release both keys in between!), while Titleliner-window is open. |
Issue / Bug | Type | fixed in version |
---|
Download via Updater from Github:
titleliner.exe 64 bit Windows use:
updater.exe 64bit
or
titleliner32.exe 32 bit Windows use:
updater.exe 32bit
Be allways sure to use only one of the *.exe at a time!
Updater viruscheck see Updater repository
Start with Windows:
- To create a shortcut of "titleliner.exe" in the windows-autostart folder ("shell:startup"),
run the simple Powershell script:
create_titleliner_exe_link_with_showwindow_in_autostartfolder.bat, or
take a look at the project startdelayed.
or clone the titleliner repository .
Directory must be writable by the app!
Be shure to use only one of the "titleliner.exe"-files at a time!
Section: [setup]
titleLineLength
The target length of the generated line, default is 77 characters.
Section: [hotkeys]
menuHotkey="!l" ; Alt + l (Insert hotkey if pressed while Titleliner window is open)
autoInsDelHotkey="+!l" ; Shift + Alt + l
exitHotkey="^!l" ; Ctrl + Alt + l
The operation hotkey, autohotkey notation.
Section: [commentChar]
commentChar1=";"
commentChar2="//"
commentChar3="#"
commentChar4="rem "
commentChar5="@rem "
commentChar6="-"
commentChar7="-"
commentChar8="-"
commentCharSelected=1
Up to 8 Comment-Characters definitions, ";" is autohotkey, "//" is Java/Scala etc.
"-" means not used!
(Restart Titleliner if commentCharX are changed.
commentCharSelected is set by the app radio button selection.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sub license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright (c) 2019/2020 J. v. Roos
Virusscan at Virustotal, titleliner.exe 64bit-exe, Check here
Virusscan at Virustotal, titleliner32.exe 32bit-exe, Check here
)
Use [CTRL] + Click to open in a new window!