Hi Jussi,
I would like to ask for a new feature in Zeus.
Instead of the project-wide word completion based on ctags, I would like to be able to perform word completion based on words defined in the current document only. The search for possible completions can be dynamic and not based on a database ...
Search found 14 matches
- Wed Jul 11, 2007 11:32 am
- Forum: Comments and Suggestions
- Topic: Word Completion
- Replies: 9
- Views: 26697
- Tue Jan 30, 2007 12:44 pm
- Forum: General
- Topic: bash blues
- Replies: 5
- Views: 16718
- Tue Jan 30, 2007 12:20 pm
- Forum: General
- Topic: bash blues
- Replies: 5
- Views: 16718
- Tue Jan 30, 2007 6:43 am
- Forum: General
- Topic: bash blues
- Replies: 5
- Views: 16718
bash blues
Hi Jussi,
I would like to run Cygwin from within Zeus. I added a tool and point it to c:\cygwin\bin\bash.exe with the -i -l arguments, and a normal window option. The window opens, and bash starts at a directory that is not the root directory of my user and doesn't run .bashrc
Running the same from ...
I would like to run Cygwin from within Zeus. I added a tool and point it to c:\cygwin\bin\bash.exe with the -i -l arguments, and a normal window option. The window opens, and bash starts at a directory that is not the root directory of my user and doesn't run .bashrc
Running the same from ...
- Tue Dec 26, 2006 3:25 pm
- Forum: Scripts
- Topic: Verilog Beautifier
- Replies: 0
- Views: 13930
Verilog Beautifier
This is the first part in making a Verilog beautifier in Zeus.
This script will format input/output/inout/reg/wire lines with and without a range modifier.
To change the column where the signal name will be placed, change the line in the script 'local col = xx'
The script runs on the marked area ...
This script will format input/output/inout/reg/wire lines with and without a range modifier.
To change the column where the signal name will be placed, change the line in the script 'local col = xx'
The script runs on the marked area ...
- Tue Dec 26, 2006 3:22 pm
- Forum: Scripts
- Topic: External Diff
- Replies: 0
- Views: 11507
External Diff
This simple script will take the current buffer and the one to its right (in the tab order) and run an external diff between them.
To use a different diff utility, change the 'local cmd = ...' line.
function key_macro()
screen_update_disable()
local fname1 = get_file_name()
WindowNext()
local ...
To use a different diff utility, change the 'local cmd = ...' line.
function key_macro()
screen_update_disable()
local fname1 = get_file_name()
WindowNext()
local ...
Scripts
Hi Jussi,
Just a few questions regarding scripting:
1. Please consider adding TCL/Tk scripting to Zeus (pretty please :)
2. I propose adding a new forum folder entitled "Scripts" for official and user submitted scripts.
3. Can Zeus launch scripts from a directory other than zScripts? We require this ...
Just a few questions regarding scripting:
1. Please consider adding TCL/Tk scripting to Zeus (pretty please :)
2. I propose adding a new forum folder entitled "Scripts" for official and user submitted scripts.
3. Can Zeus launch scripts from a directory other than zScripts? We require this ...
- Thu Dec 14, 2006 10:35 am
- Forum: General
- Topic: Sticky mark
- Replies: 1
- Views: 8411
Sticky mark
Jussi,
Is there a way to keep the mark after I hit Ctrl-C (copy)?
Amit
Is there a way to keep the mark after I hit Ctrl-C (copy)?
Amit
- Thu Dec 14, 2006 10:27 am
- Forum: General
- Topic: Column Paste
- Replies: 2
- Views: 10525
Column Paste
Hi Jussi,
Is there a way to differentiate between text that was copied into the clipboard in column mode or in block mode? I require this to create a script that behaves differently when pasting the text.
Amit
Is there a way to differentiate between text that was copied into the clipboard in column mode or in block mode? I require this to create a script that behaves differently when pasting the text.
Amit
- Thu Dec 14, 2006 8:26 am
- Forum: General
- Topic: column editing
- Replies: 4
- Views: 15912
Instead of a replace you could do an insert:
just add the line
after
and replace
with
Amit
just add the line
Code: Select all
local left = get_marked_left()
Code: Select all
local top = get_marked_top()
Code: Select all
MarkDeleteEx()
Code: Select all
set_line_pos(top)
set_cursor_pos(left)
Features
I'm evaluating Zeus as a replacement to CodeWright for our organization.
Before we commit to Zeus (which is the best low cost editor I looked at so far), I'd like to get some feedback on some missing/broken features of Zeus. They are listed in order of importance from top to bottom.
1. Column mode ...
Before we commit to Zeus (which is the best low cost editor I looked at so far), I'd like to get some feedback on some missing/broken features of Zeus. They are listed in order of importance from top to bottom.
1. Column mode ...