Search found 6 matches

by acker
Mon Mar 17, 2008 10:03 pm
Forum: General Discussions
Topic: opening "open office" files
Replies: 9
Views: 28960

:lol:

t-rex
t-rex wrote:

Code: Select all

. ShiftEnter
You've saved me from

Code: Select all

explorer . enter
by acker
Mon Jan 28, 2008 12:01 am
Forum: Bug Reports
Topic: Incorrect declaration of functions
Replies: 1
Views: 9305

Incorrect declaration of functions

Hi, I've wondered why FAR when it's compiled with Visual C isn't built with /DUNICODE /D_UNICODE and with this occasion I've found some minor errors in the declarations of this functions: In farwinapi.cpp: BOOL WINAPI FAR_CharToOemBuff(LPCSTR lpszSrc,LPTSTR lpszDst,DWORD cchDstLength) { return CharT...
by acker
Sun Nov 18, 2007 11:06 pm
Forum: Bug Reports
Topic: Shift-TAB in Rename/move - infinte cycle
Replies: 1
Views: 10331

Shift-TAB in Rename/move - infinte cycle

Hello, I've build FAR 1.80 alpha 1 build 333. TEST ONLY! If I press F6 to rename a file (far.exe for example) and then I press Shift TAB FAR freezes. (or F5 or Shift F6) As far as I saw it freezes in Dialog::ChangeFocus (it keeps cycling). I don't know russian so I couldn't search in the other forum.
by acker
Tue Nov 13, 2007 10:34 pm
Forum: Plug-In Developers
Topic: Viewer with colors?
Replies: 6
Views: 17537

Thank you very much for the quick and informative response.
by acker
Tue Nov 13, 2007 9:44 pm
Forum: Plug-In Developers
Topic: Viewer with colors?
Replies: 6
Views: 17537

I've looked through the viewer APIs and I could not find one that I could use (hxxp://api.farmanager.com/en/viewerapi/index.html ). Please give me a link or something to search for. Can I for example create a hex editor as a plugin (or anyway using existing functions from FAR) ? I don't want to mana...
by acker
Mon Nov 12, 2007 7:13 pm
Forum: Plug-In Developers
Topic: Viewer with colors?
Replies: 6
Views: 17537

Viewer with colors?

Hello,

I was wondering which was the best method (a simple one if possible) to create a viewer plugin with syntax highlighting (being able to color different things in the file). It is important that that the file won't be read completly from disk at once (just the block you're viewing).

Any ideas?