Well, if I had my druthers... I'd rather that the 'Tool...' tab moved instead of the File Tab.
Sumpin to cunsidr
Search found 38 matches
- Fri Jan 06, 2012 3:39 pm
- Forum: General
- Topic: Fixed Folder Tabs
- Replies: 2
- Views: 8664
- Fri Dec 30, 2011 8:52 pm
- Forum: General
- Topic: Fixed Folder Tabs
- Replies: 2
- Views: 8664
Fixed Folder Tabs
Using version 3.97g.
When I have several files open (say File1 File2 File3 File4) and have them lined up nicely in tabs along the top row, I do a "Find in File.." search (Control Q) from within File3
I get a nice result showing the item in all the files and the result is displayed to the right of ...
When I have several files open (say File1 File2 File3 File4) and have them lined up nicely in tabs along the top row, I do a "Find in File.." search (Control Q) from within File3
I get a nice result showing the item in all the files and the result is displayed to the right of ...
- Mon Oct 24, 2011 9:28 pm
- Forum: Reporting a Bug
- Topic: Don't debug lines with %n
- Replies: 3
- Views: 9585
Don't debug lines with %n
Jessie
I have associated this macro with my ~ key.
Lua Macro:
function key_macro()
local data_line=get_line_text()
debug_output("line"..data_line)
end
key_macro()
When I select this line from a file:
Data%n
Zeus crashes (I lose unsaved work).
If the line is
Data%m
it's ok. It seems to ...
I have associated this macro with my ~ key.
Lua Macro:
function key_macro()
local data_line=get_line_text()
debug_output("line"..data_line)
end
key_macro()
When I select this line from a file:
Data%n
Zeus crashes (I lose unsaved work).
If the line is
Data%m
it's ok. It seems to ...
- Fri Sep 23, 2011 2:51 pm
- Forum: General
- Topic: Navigator, Menu, RightClick macro lists
- Replies: 3
- Views: 9432
- Tue Sep 20, 2011 8:49 pm
- Forum: General
- Topic: Navigator, Menu, RightClick macro lists
- Replies: 3
- Views: 9432
Navigator, Menu, RightClick macro lists
When I add a macro in the macro template for a language it puts the macro in the Macros tab on the Navigator (in no particular order) and at the bottom of the Macros drop down menu.
Is there a way to edit the list in Navigator page (eg I don't need Sample Macro example) and the drop down menu?
Is ...
Is there a way to edit the list in Navigator page (eg I don't need Sample Macro example) and the drop down menu?
Is ...
- Mon Sep 12, 2011 9:11 pm
- Forum: Reporting a Bug
- Topic: LUA debug_output
- Replies: 10
- Views: 21270
- Thu Sep 01, 2011 4:14 pm
- Forum: Reporting a Bug
- Topic: LUA debug_output
- Replies: 10
- Views: 21270
- Tue Aug 09, 2011 7:33 pm
- Forum: Reporting a Bug
- Topic: LUA debug_output
- Replies: 10
- Views: 21270
- Tue Aug 02, 2011 9:19 pm
- Forum: Reporting a Bug
- Topic: LUA debug_output
- Replies: 10
- Views: 21270
- Tue Aug 02, 2011 9:02 pm
- Forum: Reporting a Bug
- Topic: LUA debug_output
- Replies: 10
- Views: 21270
Found the associated problem
I'm trying to get my program to put in tabs as it once did in the macro.
Here is a slimmed down part of the code:
function replace_string()
local ln=get_line_text()
MoveLineHome()
if(string.len(ln)>0)then
-- delete the line, it will be replaced
MarkBlockSet()
MoveLineEnd()
MarkBlockReset ...
Here is a slimmed down part of the code:
function replace_string()
local ln=get_line_text()
MoveLineHome()
if(string.len(ln)>0)then
-- delete the line, it will be replaced
MarkBlockSet()
MoveLineEnd()
MarkBlockReset ...
- Thu Jul 21, 2011 11:04 pm
- Forum: Reporting a Bug
- Topic: LUA debug_output
- Replies: 10
- Views: 21270
LUA debug_output
I recently upgraded ZEUS and had a LUA macro that worked fine. In the new ZEUS it does not work.
I went to debug (turned on debugging) and as soon as the code hits the debug_output function it crashed. debug_output used to work. In fact, I did not add the debug_output code, it had been there from ...
I went to debug (turned on debugging) and as soon as the code hits the debug_output function it crashed. debug_output used to work. In fact, I did not add the debug_output code, it had been there from ...
- Wed May 25, 2011 2:40 pm
- Forum: General
- Topic: Set INI file
- Replies: 6
- Views: 14755
- Tue May 24, 2011 2:59 pm
- Forum: General
- Topic: Set INI file
- Replies: 6
- Views: 14755
- Fri May 20, 2011 3:12 pm
- Forum: General
- Topic: Set INI file
- Replies: 6
- Views: 14755
- Wed May 18, 2011 10:41 pm
- Forum: General
- Topic: Set INI file
- Replies: 6
- Views: 14755
Set INI file
Jussi
I'm installing your latest. In the past I have used
zeus.exe -izeus.ini
to use a different ini for each directory. This does not seem to be making any difference this time. I get the same result for
c:\progra~1\zeus\zeus.exe
and
c:\progra~1\zeus\zeus.exe -izeus.ini
I've also tried
c ...
I'm installing your latest. In the past I have used
zeus.exe -izeus.ini
to use a different ini for each directory. This does not seem to be making any difference this time. I get the same result for
c:\progra~1\zeus\zeus.exe
and
c:\progra~1\zeus\zeus.exe -izeus.ini
I've also tried
c ...