Author Topic: Slickedit on OpenSuSE 10.1 x86_64  (Read 8597 times)

mlesin

  • Community Member
  • Posts: 6
  • Hero Points: 0
Slickedit on OpenSuSE 10.1 x86_64
« on: September 04, 2006, 04:15:05 PM »
Will it work on x86_64 platform?

mlesin

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: Slickedit on OpenSuSE 10.1 x86_64
« Reply #1 on: September 04, 2006, 06:45:30 PM »
Never mind, I've downloaded the trial and tried it =)

It works, except several things I've discovered:
1. It didn't find any compilers installed on my SuSE 10.1 (I do have, I know, believe me =)), so I had to define it by myself.
2. i thought I'll see antialiased fonts because I found "Font Support for Linux using Xft" in the list of new features. But I did not.
I suppose it's due to x86_64 platform, but I have all 32bit libraries installed, and all other 32bit applications such as firefox working well with AA fonts. Is there any way how I can fix it? Maybe I should check for some libraries or config files in my system or find a log file where slickedit will tell me what is wrong? Because these aliased fonts looking veeeery weird almost everywhere =(

linux9here

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: Slickedit on OpenSuSE 10.1 x86_64
« Reply #2 on: September 05, 2006, 03:33:51 AM »
Works perfectly on my Gentoo AMD64 box,
Found all the gentoo cross compiler
no hassle, custom Vista fonts. on Gnome

mlesin

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: Slickedit on OpenSuSE 10.1 x86_64
« Reply #3 on: September 05, 2006, 04:05:32 AM »
Then I don't understand at all why this happens on such a popular distribution as OpenSuSE...

mlesin

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: Slickedit on OpenSuSE 10.1 x86_64
« Reply #4 on: September 05, 2006, 09:32:33 AM »
Also I found that russian letters in files are... not supported?
When I open files containing them, I see only "?" signs instead of right letters.
I selected right font that I know contains characters I need (Terminus, in unicode), and tried to open both UTF-8, CP1251 and KOI8 encodings of file itself and file/options/load setting, with no luck. I still see "?" signs instead of letters. And of course I can't write them.
Also I've tried other fonts, also with no luck.

My system's global encoding is UTF-8.
Does UTF-8 supported ok in slickedit? Because I see problems in build window, already discussed here:

./test.cpp: In function ‘int main(int, char**)’:
./test.cpp:10: error: ‘co’ was not declared in this scope

P.S.
I like Slickedit in general, but these font issues I'm experiencing is really weird =(
Starting from missing AA in all fonts, that makes it impossible to use most of them =)
« Last Edit: September 05, 2006, 09:35:28 AM by mlesin »

Sloth

  • Community Member
  • Posts: 26
  • Hero Points: 1
Re: Slickedit on OpenSuSE 10.1 x86_64
« Reply #5 on: September 09, 2006, 01:41:31 PM »
I'm running Ubuntu 64, no issues with AA.  Works perfectly.

The gcc messages problem can be solved by adding LC_MESSAGES=en_US to your environment.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6867
  • Hero Points: 528
Re: Slickedit on OpenSuSE 10.1 x86_64
« Reply #6 on: September 13, 2006, 06:32:21 PM »
There does seem to been an anti-aliasing problem which so far has only happened so far on OpenSuSe 10.1.  Ask customer support for a fix.  The problem was that SlickEdit does not set the anti-aliasing property at all.  On almost all Xft installations, Xft defaults this property value to on.  The fix was to just turn it on.  Note that all versions of SlickEdit turn off anti-aliasing if xrender is not available.  This happens when displaying X application to almost any windows X server.  The only Windows X server I've see so far which support xrender is Humming Bird 8 (but you have to turn it on).  anti-aliasing is WAY TOO SLOOOOOW when xrender is not available.

mlesin

  • Community Member
  • Posts: 6
  • Hero Points: 0
Re: Slickedit on OpenSuSE 10.1 x86_64
« Reply #7 on: September 13, 2006, 06:35:47 PM »
Yes, I've contacted support and they've sent me fixed version of slickedit, now it's work well with AA.
Not with Unicode yet, but it's on the way.