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
clean-ide
Commits
8409004a
Commit
8409004a
authored
Jan 21, 2009
by
John van Groningen
Browse files
import UtilObjectIO instead of UtilIO
parent
373b9e39
Changes
6
Hide whitespace changes
Inline
Side-by-side
Ide/PmDialogues.icl
View file @
8409004a
...
...
@@ -4,7 +4,7 @@ import StdArray, StdFunc, StdMisc, StdTuple
import
StdFileSelect
,
StdPStClass
,
StdWindow
import
PmTypes
,
PmProject
,
PmPath
,
UtilStrictLists
import
tabcontrol
,
ExtListBox
,
ioutil
,
IdeState
import
ExtNotice
,
UtilIO
import
ExtNotice
,
Util
Object
IO
import
Platform
,
morecontrols
...
...
Ide/conswin.icl
View file @
8409004a
...
...
@@ -8,7 +8,7 @@ import EdMouse, EdKeyboard
from
StrictList
import
slFromList
from
UtilStrictLists
import
StrictListToList
,::
List
(:!),
IsEmptyList
import
IDE
,
IdeState
,
UtilIO
import
IDE
,
IdeState
,
Util
Object
IO
//--
...
...
Ide/edoptions.icl
View file @
8409004a
...
...
@@ -4,7 +4,7 @@ import StdTuple, StdEnum, StdList, StdFunc, StdMisc
import
StdMenu
,
StdWindow
,
StdId
,
StdPSt
,
StdControl
import
StdClipboard
,
StdControlReceiver
import
EdKeyMapping
,
EdState
,
EdClient
,
EdKeyboard
import
IDE
,
IdeState
,
ExtNotice
,
UtilIO
import
IDE
,
IdeState
,
ExtNotice
,
Util
Object
IO
import
colorpickcontrol
import
ioutil
,
morecontrols
import
typewin
,
colourclip
...
...
Ide/errwin.icl
View file @
8409004a
...
...
@@ -12,7 +12,7 @@ from IdeState import :: General, getErrInfo, setErrInfo, :: ErrorInfo, :: MenuId
from
IdeState
import
::
SearchMenuIds
,
::
PLMMessage
,
::
PLMReply
,
::
MIn
,
::
EditMenuLS
,
getInteract
,
writeLog
from
EdClient
import
lineSelection
import
EdClient
import
UtilIO
import
Util
Object
IO
/*
ADD:
...
...
Ide/targetui.icl
View file @
8409004a
...
...
@@ -5,7 +5,7 @@ import StdFileSelect, StdMenu, StdMenuElement, StdPStClass, StdSystem
import
ExtNotice
import
IdeState
import
ioutil
,
tabcontrol
import
UtilStrictLists
,
UtilIO
,
PmPath
,
Platform
import
UtilStrictLists
,
Util
Object
IO
,
PmPath
,
Platform
/*
? add 'New' to edit list dlog
...
...
Ide/typewin.icl
View file @
8409004a
...
...
@@ -8,7 +8,7 @@ import EdMouse, EdKeyboard
from
StrictList
import
slFromList
from
UtilStrictLists
import
StrictListToList
,::
List
(:!),
IsEmptyList
import
IDE
,
IdeState
,
UtilIO
import
IDE
,
IdeState
,
Util
Object
IO
import
morecontrols
,
colorpickcontrol
,
ioutil
,
colourclip
import
StdClipboard
...
...
Write
Preview
Supports
Markdown
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