Search found 26 matches

by petar12345
Tue Sep 07, 2010 11:30 am
Forum: Reporting a Bug
Topic: Windows clipboard problem: UTF-8 - ANSI
Replies: 1
Views: 9087

Windows clipboard problem: UTF-8 - ANSI

Example 1:
1.1. In zeus: make new document (Zeus menu: File->New)
1.2. In zeus: type these two lines in it:

I use "Courier New CE" font in Zeus.
These are Croatians leters: Upper case: ČĆĐŠŽ lower case: čćđšž.


1.3. In zeus: Mark all text in this new file (Ctrl+A)
1.4. In zeus: Copy marked ...
by petar12345
Tue Sep 07, 2010 11:23 am
Forum: Reporting a Bug
Topic: Unexpected error opening the information file.
Replies: 12
Views: 23755

Ok. I am waithing. :(
by petar12345
Mon Sep 06, 2010 4:10 pm
Forum: Reporting a Bug
Topic: Unexpected error opening the information file.
Replies: 12
Views: 23755

Again it was a nice summer in Croatia.
I live in Varazdin, Croatia, on the country side.
Varazdin is old baroque city. In summer we have event which called Spancir fest (20-29 August).

Nice greetings from Varazdin, Croatia. :D
by petar12345
Mon Sep 06, 2010 2:34 pm
Forum: Reporting a Bug
Topic: Unexpected error opening the information file.
Replies: 12
Views: 23755

We are much closer now.
I use windows to open zeus in unexpected way.

Since 2 or more years ago I add association .Zwi with Zeus in
(Windows explorer)->Tools->Folder options.
Problem probably there since then.
Ok.

I have now in windows those setings:
1. In windows explorer, folder option, files ...
by petar12345
Mon Sep 06, 2010 6:51 am
Forum: Reporting a Bug
Topic: Unexpected error opening the information file.
Replies: 12
Views: 23755

1. I never edit project or workspace file with Zeus editor.
2. I have workspace for edit windows script files .vbs
to run using the Windows-based script host (Wscript.exe).
path is:
C:\MyD\MyPetar\WinScript

3. WinScript.zwi
WinScript.zpi
WinScript.ini

are in that folder (C:\MyD\MyPetar ...
by petar12345
Mon Sep 06, 2010 12:18 am
Forum: Reporting a Bug
Topic: Unexpected error opening the information file.
Replies: 12
Views: 23755

Unexpected error opening the information file.

Please Help Me.

This error ocure many times:

Unexpected error opening the 'c:\MyD\MyPetar\MyD\MyPetar\WinScript\WinScript.zpi' information file.

1. Analysis:
1.1. Zeus editor was opened in some other workspace.
1.2. In windows explorer I was open folder c:\MyD\MyPetar\WinScript
1.3. With ...
by petar12345
Thu Jul 09, 2009 12:00 pm
Forum: Reporting a Bug
Topic: Zeus 3.97
Replies: 14
Views: 27405

Hi.
jussij wrote:Use the Options, Editor Options menu and in the General panel make sure the Display Alt key codes and Display Ctrl key codes option are checked.
Cheers Jussi
Yes, this setings I was change when have problem: UTF8 mark - paste.

Thank You for help.
By.
by petar12345
Wed Jul 08, 2009 6:58 pm
Forum: Reporting a Bug
Topic: Zeus 3.97
Replies: 14
Views: 27405

Hi.

I have next question.
In my windows setings keyboard language is Croatian.
This is list of character I must type with Ctrl+Alt+|key|:
\ Ctrl+Alt+Q
| Ctrl+Alt+W
[ Ctrl+Alt+F
] Ctrl+Alt+G
@ Ctrl+Alt+V
{ Ctrl+Alt+B
} Ctrl+Alt+N
~ Ctrl+Alt+1

In Zeus 3.97a - beta if I press any of this key ...
by petar12345
Wed Jul 08, 2009 5:52 pm
Forum: Scripts
Topic: Fill marked down, right (Insert/Over), 4 Lua scripts
Replies: 6
Views: 36830

This is my favorite one. New one. 8)

Lua script written by: Petar Turkovic

The f_FillDnLineIns.LUA takes a marked area and takes the entire contents of the first line of the marked area and inserts multiple copies of that line into the document. The number of copies of the line that are inserted ...
by petar12345
Wed Jul 08, 2009 5:14 pm
Forum: Scripts
Topic: Fill marked down, right (Insert/Over), 4 Lua scripts
Replies: 6
Views: 36830

When I start learning Lua I read examples like this.
If that example have lines like ones which I delete, with no functionality but that lines not generate bug in execute, I was confused much better.
I was not see why this lines are there, I was know so litle about lua.
In that case I read that ...
by petar12345
Tue Jul 07, 2009 7:28 pm
Forum: Reporting a Bug
Topic: Zeus 3.97
Replies: 14
Views: 27405

jussij wrote: Here is a new Zeus beta that should fix the copy
and paste bug that you reported:
http://www.zeusedit.com/z300/ze397-beta.zip
It is it.

Thank you. :D
by petar12345
Tue Jul 07, 2009 10:44 am
Forum: Scripts
Topic: Fill marked down, right (Insert/Over), 4 Lua scripts
Replies: 6
Views: 36830

Fill marked down, right (Insert/Over), 4 Lua scripts

Find below four very nice Lua scripts written by Petar Turkovic 8)

I edited Petar's original posting by splitting the scripts into four individual post and adding a few examples to make them easier to understand ;)

I also made a few minor changes to the scripts (i.e. search for the JAJ comments ...
by petar12345
Tue Jul 07, 2009 9:22 am
Forum: Comments and Suggestions
Topic: New Tab in Navigator
Replies: 4
Views: 11898

Hi Jussi
jussij wrote:Hi Petra,
Petra is female name in Croatian. :?
My name is Petar (male).
jussij wrote:Doesn't the Open in Explorer option do something like what you want
It is exactly what I ask. :D

Thank You.
by petar12345
Tue Jul 07, 2009 8:54 am
Forum: Reporting a Bug
Topic: Zeus 3.97
Replies: 14
Views: 27405

jussij wrote: I will send you a beta version that should hopefully work around this problem ;)

Cheers Jussi
Thank you.
by petar12345
Tue Jul 07, 2009 7:38 am
Forum: Reporting a Bug
Topic: Zeus 3.97
Replies: 14
Views: 27405

Hi

The issue is caused by the fact that the line of being copied to the clipboard contains UTF8 characters :(

Zeus puts the text into the clipboard as CF_TEXT format but Windows in it's wisdom then adds an extra Unicode version of that text to the clipboard :x

Now when the text is pasted back ...