Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docu-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
docu-tools
Commits
99c6ba66
Commit
99c6ba66
authored
Jun 28, 2016
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
trying to factor out something
parent
5598da73
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
perl/Gnome-Tomboy/tom
+2
-1
2 additions, 1 deletion
perl/Gnome-Tomboy/tom
with
2 additions
and
1 deletion
perl/Gnome-Tomboy/tom
+
2
−
1
View file @
99c6ba66
...
@@ -50,6 +50,7 @@ use Tomboy::Note::Simple;
...
@@ -50,6 +50,7 @@ use Tomboy::Note::Simple;
use
Tomboy::
Directory
;
use
Tomboy::
Directory
;
use
Tomboy::
TOC
;
use
Tomboy::
TOC
;
my
$toc
;
my
$toc_file
;
my
$toc_file
;
my
$note_dir_changed
=
0
;
my
$note_dir_changed
=
0
;
...
@@ -59,7 +60,6 @@ my $start_tb= 0;
...
@@ -59,7 +60,6 @@ my $start_tb= 0;
my
$start_visual_editor
=
0
;
# AKA $EDITOR
my
$start_visual_editor
=
0
;
# AKA $EDITOR
my
$dump_note
=
0
;
my
$dump_note
=
0
;
my
$verbosity
=
'
dump
';
my
$verbosity
=
'
dump
';
my
$toc
;
my
$op_code
;
my
$op_code
;
my
@PAR
;
my
@PAR
;
...
@@ -164,6 +164,7 @@ sub setup_toc
...
@@ -164,6 +164,7 @@ sub setup_toc
$toc_file
=
join
('
/
',
$note_dir
,
'
Tomboy-TOC.csv
')
unless
(
defined
(
$toc_file
));
$toc_file
=
join
('
/
',
$note_dir
,
'
Tomboy-TOC.csv
')
unless
(
defined
(
$toc_file
));
$toc
=
new
Tomboy::
TOC
('
note_dir
'
=>
$note_dir
,
'
toc_file
'
=>
$toc_file
);
$toc
=
new
Tomboy::
TOC
('
note_dir
'
=>
$note_dir
,
'
toc_file
'
=>
$toc_file
);
# print "toc: ", Dumper ($toc);
# print "toc: ", Dumper ($toc);
return
(
$toc_file
,
$toc
);
}
}
sub
tom_toc
sub
tom_toc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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