Recent Posts

Pages: 1 ... 8 9 [10]
91
SlickEdit® / Re: Changing the icon size
« Last post by Clark on January 28, 2025, 02:49:42 AM »
There doesn't seem to be a setting for the top tree icon size.

You can change the Dialog font. However, this changes ALL dialogs.  Tools>Appearance>Fonts>Dialog

You'll need to restart SlickEdit after changing the dialog font.
92
SlickEdit® / Changing the icon size
« Last post by TheHumbleOne on January 27, 2025, 09:42:26 PM »
I am attaching a screenshot of the Open dialog box of SlickEdit. I was able to increase the icon size in zone 2 of the attached screenshot.

My question is: What is the setting that will allow me to increase the icon size in the zone 1 of the attached screenshot?

The second question is: Is there a way to increase the font size in either zone 1 or zone 2?

I could use the OS-level scaling factor or set the value for the QT_SCALE_FACTOR environmental variable, but I would rather do it using tools native to SlickEdit.
93
Features and/or Improvements / F1 help AI query in comment
« Last post by Dennis on January 27, 2025, 01:43:40 PM »
It would be a nice little shortcut for F1 help to check if the cursor is in a comment and then just take the entire text from the line and search it, along with the current language name, or better yet, have a separate URL for free text code queries.

Python example:
Code: [Select]
# Create a 3D transform matrix      << F1 here

Would search in the web browser for "python Create a 3D transform matrix"
94
SlickEdit® / Annoying bug when creating a project
« Last post by unMinou on January 26, 2025, 11:04:00 PM »
As I moved back from Arch Linux to Gentoo Linux I removed the professional version which I was using for work before I retired. I installed my personal version.
I created a project and it looked like it hung. I did a kill a few times, still hung when trying to access the project.

I then deleted the work space and copied one and a project from arch linux.
No issue there so I was puzzled as to why it kept crashing.

It turned out that the default when creating a project is to recurse thru the whole directory.
since the project was created on a directory that has several GB of data, it is not a good idea.
I didn't realize that it was the default ...

Is there any way to permanently change the default or disable this bug entirely? So we don't accidentally get into this when the cat walks on the keyboard.



95
SlickEdit® / Re: Excluding the .git folder from the File Manager listing
« Last post by Clark on January 26, 2025, 08:31:00 PM »
We will fix up the docs for 29.0.1
96
SlickEdit® / Re: Excluding the .git folder from the File Manager listing
« Last post by TheHumbleOne on January 26, 2025, 02:49:37 AM »
Clark, thank you for your suggestion. It works perfectly for my use case.

I am assuming that the "-u" flag of the "dir" command hides the hidden file from being outputted. By the way, the SlickEdit documentation does not have any reference to this "-u" flag.
97
SlickEdit® / Re: Excluding the .git folder from the File Manager listing
« Last post by Clark on January 25, 2025, 11:21:12 PM »
Currently the file manager ignores the "Show dot files" option.

Right now, the file manager GUI doesn't have a work round.

From the SlickEdit command line try "dir -u <path>" or "list -u <path>"
98
SlickEdit® / Excluding the .git folder from the File Manager listing
« Last post by TheHumbleOne on January 25, 2025, 05:42:07 PM »
I want to use File Manager to display files. I go to File --> File Manager and input the path. I also select "Subdirectories" as my only option. File Manager is displaying the files, including the contents of the .git subdirectory.

My question is: Is there any way to get File Manager to exclude the contents of the .git subdirectory? I am using Windows 11.
99
SlickEdit® / Re: Updated from Win 10 to Win 11 and now FTP Client fails to connect
« Last post by joecar on January 24, 2025, 07:20:37 PM »
( my mistake was to upgrade both SE and Win together... I should have done each separately )
100
SlickEdit® / Re: Updated from Win 10 to Win 11 and now FTP Client fails to connect
« Last post by joecar on January 24, 2025, 07:16:21 PM »
When I try either of the Win 11 ssh and the Git ssh in a Windows Shell I am able to connect.

See attached for Win 11 ssh.

Pages: 1 ... 8 9 [10]