MantisBT - NetSurf
View Issue Details
0002270NetSurfAmiga-specificpublic2015-02-07 13:592015-11-15 14:54
Reporterhotrod 
Assigned ToChris Young 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusacknowledgedResolutionopen 
PlatformOSOS Version
Product Version3.3 
Target VersionFixed in Version 
Fixed in CI build #
Reported in CI build #
URL of problem page
Summary0002270: Program-tabs, a feature that allows you to have certain tabs opened when launching the browser.
DescriptionI always have the tabs amigaworld.net, amigans.net and amiga.org opened and would like to always have them loaded at startup. This is possible in f.e. Firefox and Chrome where you can right-click a tab and choose "program-tab" or "stick" or similar. This will make the tab to always be included when starting the browser.
TagsNo tags attached.
Attached Files

Notes
(0001092)
Chris Young   
2015-11-15 14:54   
This can be achieved by using a startup ARexx script smilar to the below. As such it is not a priority.

/* startup.nsrx */
OPEN "http://www.amigans.net" NEWTAB
OPEN "http://www.amigaworld.net" NEWTAB
OPEN "http://www.amiga.org" NEWTAB

Issue History
2015-02-07 13:59hotrodNew Issue
2015-02-07 14:32Chris YoungAssigned To => Chris Young
2015-02-07 14:32Chris YoungStatusnew => acknowledged
2015-02-07 14:32Chris YoungProduct Version => 3.3
2015-02-07 14:32Chris YoungTarget Version => 3.3
2015-02-28 16:03Vincent SandersTarget Version3.3 => 3.4
2015-11-15 14:54Chris YoungNote Added: 0001092
2015-11-15 14:54Chris YoungTarget Version3.4 =>