Search found 417 matches

by t-rex
Wed Feb 27, 2008 3:14 am
Forum: Suggestions and Ideas
Topic: New ideas
Replies: 30
Views: 103162

sicvolo
1. Gates never said that.
2. I said 99.9% - you probably fall in the 0.1%. Do a simple test - open word and create more than 16 lines each with a different color (same background) and tell me if you can easily distinguish between them all?
by t-rex
Tue Feb 26, 2008 2:32 pm
Forum: Suggestions and Ideas
Topic: New ideas
Replies: 30
Views: 103162

1. You can edit the console palette.
2. 16 coloros is enough for everything, 99.9% of users wouldn't use more even if it was possible.
by t-rex
Tue Jan 29, 2008 5:36 pm
Forum: Plug-In Developers
Topic: Dependencies of Far plugins
Replies: 3
Views: 11786

IgorT75 You use strlen sprintf strcpy memset which are libc. You need to define them yourself, sprintf is provided by Far (in FSF) so you can use it from there. Then you will need to to add some additional switches for the compiler (http://api.farmanager.com/ru/articles/rsp_microsoftvc.html a bit o...
by t-rex
Tue Jan 29, 2008 12:35 am
Forum: Plug-In Developers
Topic: Dependencies of Far plugins
Replies: 3
Views: 11786

IgorT75
Don't use libc. See source code of Far std plugins.
by t-rex
Mon Jan 28, 2008 6:35 am
Forum: Bug Reports
Topic: Incorrect declaration of functions
Replies: 1
Views: 9269

acker
You're not supposed to build it with /DUNICODE, it wasn't designed that way.
by t-rex
Fri Jan 25, 2008 2:30 pm
Forum: General Discussions
Topic: New version available
Replies: 42
Views: 129550

ikutluay
no
by t-rex
Wed Jan 23, 2008 8:08 pm
Forum: General Discussions
Topic: Open Source
Replies: 30
Views: 75612

CyberWolf
Just so you know, at the moment, you can create only non unicode plugins with mingw (had no time to update the makefiles).

P.S. You can post links already.
by t-rex
Wed Jan 23, 2008 12:08 pm
Forum: General Discussions
Topic: Open Source
Replies: 30
Views: 75612

CyberWolf
It compiles with mingw, VC7 and VC8. All of those compilers are available for free.
by t-rex
Wed Jan 16, 2008 2:21 pm
Forum: General Discussions
Topic: New version available
Replies: 42
Views: 129550

modicr
None.
by t-rex
Tue Nov 27, 2007 7:24 pm
Forum: Support and Troubleshooting
Topic: Text partially invisible in maximized vindow
Replies: 7
Views: 16909

MartinP
Thats how console windows work, don't like it - don't use it.
by t-rex
Tue Nov 27, 2007 9:02 am
Forum: Support and Troubleshooting
Topic: Text partially invisible in maximized vindow
Replies: 7
Views: 16909

MartinP
AltSpace - Properties - Layout. I hope you know that far is a console program, and what a console window is.
by t-rex
Tue Nov 13, 2007 10:16 pm
Forum: General Discussions
Topic: Open Source
Replies: 30
Views: 75612

Spire
1.71 is not open source.
by t-rex
Tue Nov 13, 2007 10:15 pm
Forum: Plug-In Developers
Topic: Viewer with colors?
Replies: 6
Views: 17505

acker No such API exists. I can think of two ways to do it: 1. Using DialogAPI - DI_USERCONTROL - you can see something like that in the MailView plugin. 2. Using the Editor - this one is tricky - your plugin opens an empty editor and uses it only as a container to display the current screen. You r...
by t-rex
Mon Nov 12, 2007 9:17 pm
Forum: Plug-In Developers
Topic: Viewer with colors?
Replies: 6
Views: 17505

acker
It's quite easy but in such a case it can only be a simple keyword highlighting, not syntax sensitive one.
by t-rex
Thu Nov 08, 2007 5:25 pm
Forum: General Discussions
Topic: Open Source
Replies: 30
Views: 75612

JimWilson
No, 1.71 is continued to be developed at the moment as it is the main working version, and we use it ourselfs :) When 1.80 reaches a certain stage of useability, only then development of 1.7x will stop.

gorzkit
There is no code to compile without UNICODE support.