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
26aae2a3
Commit
26aae2a3
authored
Dec 05, 2018
by
luc.moulinier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
biotext tags + search
parent
d3a1c9fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
12 deletions
+8
-12
Extensions/biotext0.1/example.tcl
Extensions/biotext0.1/example.tcl
+2
-6
src/ordali_affiche.tcl
src/ordali_affiche.tcl
+3
-3
src/ordali_mode.tcl
src/ordali_mode.tcl
+3
-3
No files found.
Extensions/biotext0.1/example.tcl
View file @
26aae2a3
...
...
@@ -255,12 +255,8 @@ foreach cf {pady spacing1} {
}
puts
"
\n
Tags toto :"
.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 configure toto -foreground cyan -background black
.f.b tag add toto 1.2 1.12 2.5 2.15 3.8 3.18 4.4 4.14 10.10 20.30
.f.b tag state 1
puts
"Tags done ...
\n
"
...
...
src/ordali_affiche.tcl
View file @
26aae2a3
...
...
@@ -2135,7 +2135,7 @@ proc FromMenu {w mode} {
proc BindMenuItems {} {
set tw [winfo toplevel $::NomFenetreOrdali]
# Modes
# Modes
shortcuts / Raccourcis
bind $tw <A> {FromMenu %W annotation}
bind $tw <C> {FromMenu %W conservation}
bind $tw <E> {FromMenu %W seqlab}
...
...
@@ -3702,9 +3702,9 @@ proc PeintHitsCherche {} {
$NomTextSeq tag state on
update idletasks
}
$NomTextSeq tag configure Cherche -
background red -foreground white
$NomTextSeq tag configure Cherche -
foreground white -background red
if {[llength $Chrc(LOccus)]
!=
0} {
if {[llength $Chrc(LOccus)]
>
0} {
$NomTextSeq tag remove Cherche 1.0 end
$NomTextSeq tag add Cherche {*}$Chrc(LOccus)
}
...
...
src/ordali_mode.tcl
View file @
26aae2a3
...
...
@@ -580,11 +580,11 @@ proc AfficheBoutonsCherche {{prevMode ""}} {
-anchor w -justify left
entry $ws.fse.ent
\
-background white
\
-width 20
\
-width 20
\
-textvariable Chrc
(
Motif
)
button $ws.fse.sea
\
-text
"
Search
"
\
-background yellow
\
-text
"
Search
"
\
-background yellow
\
-command
"ChercheMotif"
label $ws.fse.lbnb
\
-anchor w -justify right
\
...
...
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