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
d3a1c9fd
Commit
d3a1c9fd
authored
Dec 04, 2018
by
luc.moulinier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug tag dans biotext
parent
230e1b7d
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
764 additions
and
209 deletions
+764
-209
Extensions/biotext0.1/example.tcl
Extensions/biotext0.1/example.tcl
+3
-3
src/.#LesProcsDeGscope.tcl
src/.#LesProcsDeGscope.tcl
+0
-1
src/LesProcsDeGscope.tcl
src/LesProcsDeGscope.tcl
+746
-197
src/ordali.tcl
src/ordali.tcl
+2
-1
src/ordali_admin.tcl
src/ordali_admin.tcl
+6
-0
src/ordali_affiche.tcl
src/ordali_affiche.tcl
+6
-6
src/ordali_setup.tcl
src/ordali_setup.tcl
+1
-1
No files found.
Extensions/biotext0.1/example.tcl
View file @
d3a1c9fd
...
...
@@ -149,7 +149,7 @@ foreach l [split $Lignes \n] {
}
##########################
font create SeqFont -family
"Courier"
-size
12
font create SeqFont -family
"Courier"
-size
24
frame .f -background blue
grid .f -row 0 -column 0 -sticky news
...
...
@@ -255,13 +255,13 @@ foreach cf {pady spacing1} {
}
puts
"
\n
Tags toto :"
.f.b tag configure toto -foreground
yellow -background black
.f.b tag configure toto -foreground
blue -background white
.f.b tag add toto 1.2 1.12
.f.b tag add toto 2.5 2.15
.f.b tag add toto 3.8 3.18
.f.b tag add toto 4.4 4.14
.f.b tag add toto 10.10 20.30
.f.b tag state
0
.f.b tag state
1
puts
"Tags done ...
\n
"
...
...
src/.#LesProcsDeGscope.tcl
deleted
120000 → 0
View file @
230e1b7d
Luc@Mac-mini-de-Luc.local.440
\ No newline at end of file
src/LesProcsDeGscope.tcl
100755 → 100644
View file @
d3a1c9fd
This diff is collapsed.
Click to expand it.
src/ordali.tcl
View file @
d3a1c9fd
...
...
@@ -69,7 +69,8 @@ if {[lindex $argv 0] eq "-OProfiling"} {
}
### Source the code
###########
# Source the code
set GlobalsAuDepart
[
info globals
]
set ProcsAuDepart
[
info procs
]
if
{
! $InStarPack
}
{
...
...
src/ordali_admin.tcl
View file @
d3a1c9fd
...
...
@@ -140,6 +140,12 @@ proc ToutesLesProcsDeGscope {{file ""}} {
set PAll
[
list
]
set ListeProc
[
lsort
[
info procs
]]
# cas particulier AuLog
if
{[
info commands ::AuLog
]
ne
""
}
{
rename ::AuLog ::AuLogText
set ListeProc
[
lsort
[
info procs
]]
}
foreach e $ListeProc
{
if
{
$e
in $ProcsAuDepart
}
{
continue
}
set a
[
info args $e
]
...
...
src/ordali_affiche.tcl
View file @
d3a1c9fd
...
...
@@ -7252,12 +7252,12 @@ proc ToggleAuLog {{Init ""}} {
if {$Init ne ""} {
set Toggle(AuLog) $Init
if {! $Init} {
if {[info commands
AuLog] eq "" && [info commands
AuLogText] ne ""} {
rename
AuLogText
AuLog
if {[info commands
::AuLog] eq "" && [info commands ::
AuLogText] ne ""} {
rename
::AuLogText ::
AuLog
}
} else {
if {[info commands
AuLog] eq "" && [info commands
AuLogWindow] ne ""} {
rename
AuLogWindow
AuLog
if {[info commands
::AuLog] eq "" && [info commands ::
AuLogWindow] ne ""} {
rename
::AuLogWindow ::
AuLog
}
}
...
...
@@ -7266,8 +7266,8 @@ proc ToggleAuLog {{Init ""}} {
set Toggle(AuLog) [expr {! $Toggle(AuLog)}]
if {$Toggle(AuLog)} {
rename
AuLog
AuLogText
rename
AuLogWindow
AuLog
rename
::AuLog ::
AuLogText
rename
::AuLogWindow ::
AuLog
AuLog
} else {
rename AuLog AuLogWindow
...
...
src/ordali_setup.tcl
View file @
d3a1c9fd
...
...
@@ -783,7 +783,7 @@ proc ChangeTkOptions {} {
if
{
1 &&
[
info exists ::env
(
USER
)]
&& $::env
(
USER
)
eq
"moumou"
}
{
if
{
"SeqFont"
in
[
font names
]}
{
font configure SeqFont -size
32
font configure SeqFont -size
8
}
set Defauts
(
SeqlabBg
)
black
set Defauts
(
SeqlabFg
)
white
...
...
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