Recent Posts

Pages: [1] 2 3 ... 10
1
SlickEdit® / Re: Minimap font size
« Last post by LBCEi on Today at 12:55:06 PM »
Thanks, Clark.


I'll try that on Monday.
2
SlickEdit® / Re: Minimap font size
« Last post by Clark on May 03, 2024, 08:10:58 PM »
Try setting the font for "Unicode Minimap Windows" (Tools>Options>Appearance>Fonts). Set to something other than a built-in font like Default Unicode Font which isn't a real font (SlickEdit attempts to map this to something usable).
3
SlickEdit® / Minimap font size
« Last post by LBCEi on May 03, 2024, 06:58:51 PM »
In 28.0.2, the minimap font size seems to keep resetting itself to the same size as the editor window font.  See screenshot attached.


I can fix it (temporarily) by right clicking in the minimap and selecting Unzoom and then Set Default Minimap Font Size.  It appears to happen each time I start SE, but I'm not sure that is the only time it happens (I rarely close SE).



4
SlickEdit® / Add java support
« Last post by Farsaj on May 03, 2024, 06:03:55 PM »
Hello. I'm unable to add tag file for java on linux. Plz help i need short instruction how i can add support for java in Slickedit 2023?
5
SlickEdit® / Re: Defs tool window and nested C++ namespaces.
« Last post by Clark on May 02, 2024, 01:45:09 PM »
We will look into this. Not a config error.
6
SlickEdit® / Defs tool window and nested C++ namespaces.
« Last post by florihupf on May 02, 2024, 10:34:41 AM »
Hi there,

I just noticed that when I write the following C++ code:

namespace hello {
struct Foo;
}

Foo gets indented in the Defs (proctree.e) tool window.  Yeah! Great!

However, when doing this via:

namespace hello::nest {
struct Foo;
}

I get Foo not indented.

Is this a config error on my end?
7
SlickEdit® / Re: Hotfixes available via method other than DropBox...?
« Last post by KJSwartz on May 01, 2024, 03:43:58 PM »
Email and Dropbox are not acceptable methods to many corporate users.  This violates the point-to-point access method and secure transfer requirements we require.  I have used Slickedit for decades; you relinquishing control over software delivery methods can quickly become a deal breaker.
8
SlickEdit® / Re: Command line search/replace wrap behaving differently
« Last post by Clark on April 26, 2024, 01:09:51 PM »
get_event() already had an option to ignore focus events. I just added that. Created a hot fix 7
9
SlickEdit® / Re: How to get Python autocomplete?
« Last post by Clark on April 25, 2024, 11:27:39 PM »
This has to do with implicit typing. We will look into improving this.
10
SlickEdit® / How to get Python autocomplete?
« Last post by JimmieC on April 25, 2024, 09:47:18 PM »
I have started messing with Python a little bit. In SE I can run the debugger.
However, the autocomplete does not always work. It works for "os". But, it does not work for the variable (string?).
Visual Studio Code autocomplete works but SE does not. What do I need to configure?
I have attached some screen shots.
Pages: [1] 2 3 ... 10