Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
7c893304
Commit
7c893304
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
fix shortcut text for blixems to match code.
parent
70c659ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapWindow/zmapWindowMenus.c
+11
-6
11 additions, 6 deletions
src/zmapWindow/zmapWindowMenus.c
with
11 additions
and
6 deletions
src/zmapWindow/zmapWindowMenus.c
+
11
−
6
View file @
7c893304
...
...
@@ -27,9 +27,9 @@
* Exported functions: ZMap/zmapWindows.h
*
* HISTORY:
* Last edited:
Jan 22
1
3
:5
5
2010 (edgrif)
* Last edited:
Feb 10
1
1
:5
8
2010 (edgrif)
* Created: Thu Mar 10 07:56:27 2005 (edgrif)
* CVS info: $Id: zmapWindowMenus.c,v 1.6
7
2010-0
1-26 13:44:38 mh17
Exp $
* CVS info: $Id: zmapWindowMenus.c,v 1.6
8
2010-0
2-10 11:59:21 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -1024,10 +1024,15 @@ ZMapGUIMenuItem zmapWindowMakeMenuDNAHomolFeature(int *start_index_inout,
{
static
ZMapGUIMenuItemStruct
menu
[]
=
{
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* Although they asked for this the annotators now say they don't want it... */
{
ZMAPGUI_MENU_NORMAL
,
BLIXEM_MENU_STR
BLIXEM_DNA_STR
" - just this match"
,
BLIX_MATCH
,
blixemMenuCB
,
NULL
,
NULL
},
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
{
ZMAPGUI_MENU_NORMAL
,
BLIXEM_MENU_STR
BLIXEM_DNA_STR
" - all matches for this feature"
,
BLIX_FEATURE
,
blixemMenuCB
,
NULL
,
"A"
},
BLIX_FEATURE
,
blixemMenuCB
,
NULL
,
"
<shift>
A"
},
{
ZMAPGUI_MENU_NONE
,
NULL
,
0
,
NULL
,
NULL
}
}
;
...
...
@@ -1045,7 +1050,7 @@ ZMapGUIMenuItem zmapWindowMakeMenuDNAHomol(int *start_index_inout,
static
ZMapGUIMenuItemStruct
menu
[]
=
{
{
ZMAPGUI_MENU_NORMAL
,
BLIXEM_MENU_STR
BLIXEM_DNAS_STR
" - all matches for this column"
,
BLIX_SET
,
blixemMenuCB
,
NULL
,
"
<shift>
A"
},
BLIX_SET
,
blixemMenuCB
,
NULL
,
"A"
},
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* NOT SUPPORTED CURRENTLY..... */
...
...
@@ -1071,7 +1076,7 @@ ZMapGUIMenuItem zmapWindowMakeMenuProteinHomolFeature(int *start_index_inout,
static
ZMapGUIMenuItemStruct
menu
[]
=
{
{
ZMAPGUI_MENU_NORMAL
,
BLIXEM_MENU_STR
BLIXEM_AA_STR
" - all matches for this feature"
,
BLIX_FEATURE
,
blixemMenuCB
,
NULL
,
"A"
},
BLIX_FEATURE
,
blixemMenuCB
,
NULL
,
"
<shift>
A"
},
{
ZMAPGUI_MENU_NONE
,
NULL
,
0
,
NULL
,
NULL
}
}
;
...
...
@@ -1087,7 +1092,7 @@ ZMapGUIMenuItem zmapWindowMakeMenuProteinHomol(int *start_index_inout,
static
ZMapGUIMenuItemStruct
menu
[]
=
{
{
ZMAPGUI_MENU_NORMAL
,
BLIXEM_MENU_STR
BLIXEM_AAS_STR
" - all matches for this column"
,
BLIX_SET
,
blixemMenuCB
,
NULL
,
"
<shift>
A"
},
BLIX_SET
,
blixemMenuCB
,
NULL
,
"A"
},
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* NOT SUPPORTED CURRENTLY..... */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment