A Scintilla Problem?
In line 211 there's a highlighted keyword that is just part of a comment and shouldn't be highlighted like a command.
View ArticleAdding the capability to use plugins in CMDebug
WAD - Breakpoints don't work on If's Like I discuss in the post. Being able to use the BracketCheck plugin like I can on NotePad++ helps find syntax errors. But there are lots of plugins available.
View ArticleAdd a Separate Editable, Floating, Dockable Debug Toolbar That Survives New...
Pretty self-explanatory to me. Any questions ask.
View ArticleNo Help Available While Debugger Is Running
I tried using the help menu during cmdebug execution it selects but doesn't do anything. Not Help or Dynamic Help. I didn't test the rest.
View ArticleDifference Between ECHO and ECHOERR
I stumbled across this difference in the way ANSI sequences are processed by ECHO and ECHOERR. With ECHO I can write a line and then use ESC [ A to move the cursor up one line and overwrite the...
View ArticleLIST multiple files - color changes after viewing the first file
Here's an odd one. When I use something like "LIST *.txt" from TCC to view whatever files, the first one has the correct bright white on black text. Using escape or ctrl-pageup/down to move between...
View ArticleSAVECONSOLE command doesn't save entire scrollback buffer
SAVECONSOLE command appears to just be saving what's in the visible viewport both with and without the /H option. From the Take Command menus, Home --> Save HTML saves the entire scrollback buffer....
View ArticleAllow SAVECONSOLE command to interact with Take Command to save the entire...
More details can be found here: https://jpsoft.com/forums/threads/saveconsole-command-doesnt-save-entire-scrollback-buffer.13248/
View ArticleIs a .ps1 script being run from PShell or PowerShell 5.1?
This is a simple test to determine if a .ps1 script is being executed via PShell or PowerShell 5.1 Code: $IsPshell = $true try { $null = [TakeCommand.PowerShellHost]::ExpandValue('%_cwd') } catch {...
View ArticleToolbar Buttons disappear when changing configuration
I have several toolbar buttons which are configured as follows (some with "Insert a separator"; some with an Icon; one including both): TCMD.INI: B6=3330,0,0,,ProgramData,,%PROGRAMDATA,, Right-Click...
View ArticleCustom shortcuts do not work in TCMD 36.50
Assigning custom shortcuts (Options -> Customize -> Keyboard) does not work properly in TCMD 36.50. assign a new shortcut, say, Home -> Close Tab -> Alt+X it will be added to the Home menu...
View Article[v36.50.68]: Prompt problem in TCMD with ConPTY
In v36.50.68 I have a prompt problem in TCMD tab with ConPTY: First after loading TCMD it looks good ... But then after I entered a command it looks like this ... This is the problematic prompt: Code:...
View Article[v36.50.68]: Profile tab has wrong german translations
[v36.50.68]: Profile tab has wrong german translations ... see here:
View ArticleNppExec plugin does not allow TCEdit.exe to close properly
Code: R:\>whatver _x64: 1 _admin: 1 _elevated: 1 TCC 36.50.68 x64 Windows 10 [Version 10.0.19045.7417] BuildNumber Caption CSDVersion OSArchitecture Version 19045 Microsoft Windows 10 Pro 64-bit...
View ArticleGetting some oddly displayed characters
When running a script to test various color combinations, I'm getting the following display. Note the capital B's in the very first output line: "--- Black / Bright Black background...
View Article^e[0m and all the other !*#@%& ANSI codes
I've been following the other threads in the support forum in regards to the ANSI codes issues. This is the year 2026. Would it not be easier to use equates for the ANSI codes? Code: @SETLOCAL @ECHO...
View ArticlePowershell not working in Version 36.01.55
I start PowerShell in version 36.01.55 and start typing, and nothing happens. I do the same with version 35, and typing works. Any ideas? Craig
View ArticleLost license
Hi Rex, I lost my TCMD v35 license key when I transfered to a new computer. Can't find your email anywhere. Please resend. Up to now I also have not received a v36 license? Am I no longer on the beta...
View ArticleUse Ctrl-Up to change to parent directory
I have a keystroke alias @@Ctrl-Up=*cd .. In 36.50, it doesn't work. It seems Shell Integration is using Ctrl-Up. In TCMD Options > Advanced, I unchecked "Command Output Folding" and "Show Marks and...
View ArticleProblem with Input Text in v 36.50.68 x64
Something very strange is going on with input text in the newest version. There is no problem at all on my desktop systems, but on my high resolution laptop letters get doubled and don't show up even...
View Article