Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-ide
Commits
11c4e298
Commit
11c4e298
authored
Jan 21, 2009
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add update_type_window function
parent
aab0e82e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Ide/typeatt.dcl
Ide/typeatt.dcl
+2
-0
Ide/typeatt.icl
Ide/typeatt.icl
+5
-0
No files found.
Ide/typeatt.dcl
View file @
11c4e298
...
...
@@ -7,5 +7,7 @@ import StdPSt
from
EdMonad
import
::
EditState
from
IdeState
import
::
General
update_type_window
::
!
Bool
!
String
![
String
]
!*(
PSt
*
General
)
->
*
PSt
*
General
typeWinKeyboard
::
.
WindowAttribute
*(
EditState
,*
PSt
*
General
);
typeWinMouse
::
.
WindowAttribute
*(
EditState
,*
PSt
*
General
);
Ide/typeatt.icl
View file @
11c4e298
...
...
@@ -5,6 +5,11 @@ import IdeState
import
EdKeyboard
,
EdMouse
//--
update_type_window
::
!
Bool
!
String
![
String
]
!*(
PSt
*
General
)
->
*
PSt
*
General
update_type_window
interact
name
message
ps
#
atts
=
[
typeWinKeyboard
,
typeWinMouse
]
=
updateTypeWindow
interact
name
atts
message
ps
// fun to update type info in type window, text :: !Text
typeWinKeyboard
::
.
WindowAttribute
*(
EditState
,*
PSt
*
General
);
typeWinKeyboard
=
WindowKeyboard
(\_
->
True
)
Able
typeKeyboard
...
...
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