Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clm
Commits
0418a347
Commit
0418a347
authored
Oct 17, 2003
by
Ronny Wichers Schreur
🏘
Browse files
added column width argument to opedEditWindow
parent
fb2e22b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CleanIDE/Editor/EdFileMenu.icl
View file @
0418a347
...
...
@@ -49,7 +49,7 @@ fileOpen undoId pstate
#
tabs
=
(
4
,
True
,
True
,
True
,
True
)
#
(
es
,
pstate
)
=
getEditorState
pstate
#
keyMapping
=
getKeyMapping
es
#
pstate
=
openEditWindow
undoId
title
pathName
text
font
tabs
DefaultSyntaxColours
windowId
[
WindowKeyboard
(
const
True
)
Able
(
editWindowKeyboard
keyMapping
),
WindowMouse
noMouseMoved
Able
editWindowMouse
]
pstate
#
pstate
=
openEditWindow
undoId
title
pathName
text
font
tabs
0
DefaultSyntaxColours
windowId
[
WindowKeyboard
(
const
True
)
Able
(
editWindowKeyboard
keyMapping
),
WindowMouse
noMouseMoved
Able
editWindowMouse
]
pstate
=
pstate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment