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
O
ordalie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
luc.moulinier
ordalie
Commits
06c6da9b
Commit
06c6da9b
authored
Sep 11, 2018
by
luc.moulinier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ordali.tcl pour biolo
parent
7876a106
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/ordali.tcl
src/ordali.tcl
+7
-4
src/ordali_seqlab.tcl
src/ordali_seqlab.tcl
+2
-0
No files found.
src/ordali.tcl
View file @
06c6da9b
...
...
@@ -29,6 +29,7 @@ if {! $InStarPack} {
set OrdaliDir
[
file normalize
[
file join
[
file dirname
[
file normalize
[
info script
]]]
.. .. ..
]]
}
package require platform
puts
"
\n
plat :
[
::platform::generic
]
"
if
{[
info exists GscopeDir
]}
{
puts
"GscopeDir
$
GscopeDir"
}
else
{
...
...
@@ -36,10 +37,12 @@ if {[info exists GscopeDir]} {
}
if
{
! $InStarPack
}
{
set OrdLibDir
[
file join $OrdaliDir Build
[
::platform::generic
]
lib
]
# pout biolo
lappend auto_path
[
file join $OrdaliDir lib
]
if
{[
string first
"linu"
[
::platform::generic
]]
== -1
}
{
set OrdLibDir
[
file join $OrdaliDir Build
[
::platform::generic
]
lib
]
}
else
{
# pout biolo
set OrdLibDir
[
file join $OrdaliDir lib
]
}
}
else
{
set OrdLibDir
[
file join $OrdaliDir lib
]
}
...
...
src/ordali_seqlab.tcl
View file @
06c6da9b
...
...
@@ -870,6 +870,8 @@ proc EmulationSeqLab {} {
set LockSeqs $Defauts
(
LockSeqs
)
AfficheFenetreSeqlab
$NomTextSeq configure -state normal
$NomTextSeq configure -foreground $Defauts
(
SeqlabFg
)
-background $Defauts
(
SeqlabBg
)
#$NomTextSeq configure -foreground black -background white
$NomTextSeq sequences $Ltmp
...
...
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