Search found 6 matches

by nedbatchelder
Fri May 26, 2006 12:45 pm
Forum: General
Topic: Adaptable EOL?
Replies: 3
Views: 11167

Is scripting this a possibility?

This issue is really starting to bother me. Is there a script I could use to set the line ending based on what is found in the file?
by nedbatchelder
Sun May 14, 2006 7:18 pm
Forum: General
Topic: Adaptable EOL?
Replies: 3
Views: 11167

Adaptable EOL?

I'd like Zeus to adapt the line endings to whatever is already in the file. Is this possible?

So if I opened a file with 0x0a line endings, and I entered some more lines, they'd end with 0x0a. If I opened a file with 0x0d0x0a line endings, and entered more lines, they'd end with Windows-style line ...
by nedbatchelder
Mon May 08, 2006 12:06 am
Forum: Reporting a Bug
Topic: Python triple-quoted string syntax coloring bug
Replies: 2
Views: 12506

Python triple-quoted string syntax coloring bug

If a triple-quoted string has a hash mark in it, the syntax highlighter thinks a comment has begun:

def foo_count():
""" Return the # of foo's. """
return 0
by nedbatchelder
Sun May 07, 2006 8:31 pm
Forum: Reporting a Bug
Topic: FileSave does a save-as if there are lines selected?
Replies: 3
Views: 14758

Update the doc?

Thanks: perhaps this behavior could be described in the documentation for FileSave?
by nedbatchelder
Sat May 06, 2006 9:29 pm
Forum: Reporting a Bug
Topic: FileSave does a save-as if there are lines selected?
Replies: 3
Views: 14758

FileSave does a save-as if there are lines selected?

My keyboard mapping maps Ctrl+S to FileSave (natch).

If nothing is selected, and I hit Ctrl+S, the file saves. If I select a word and hit Ctrl+S, the file saves. But if I select across lines (more than one line is in the selection) and hit Ctrl+S, the Save As dialog appears.

Huh?
by nedbatchelder
Wed May 03, 2006 1:53 am
Forum: Reporting a Bug
Topic: Can't export and import keyboard mapping with Page Up in it.
Replies: 1
Views: 9666

Can't export and import keyboard mapping with Page Up in it.

I tried to change the keyboard mapping by exporting the current mapping, editing the .zxp file, and re-importing it. When I export, I get lines that look like this:

Down=MoveLineDown
Page Down=MovePageDown
Page Up=MovePageUp
Up=MoveLineUp

When I re-import, the PageDown and PageUp keys don't ...