2024-04-19 18:30 BST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002270NetSurfAmiga-specificpublic2015-11-15 14:54
Reporterhotrod 
Assigned ToChris Young 
SeverityfeatureReproducibilityN/A 
StatusacknowledgedResolutionopen 
Product Version3.3 
Target VersionFixed in Version 
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.
Fixed in CI build #
Reported in CI build #
URL of problem page
Attached Files

-Relationships
+Relationships

-Notes
Chris Young

~0001092

Chris Young (developer)

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
+Notes

-Issue History
Date Modified Username Field Change
2015-02-07 13:59 hotrod New Issue
2015-02-07 14:32 Chris Young Assigned To => Chris Young
2015-02-07 14:32 Chris Young Status new => acknowledged
2015-02-07 14:32 Chris Young Product Version => 3.3
2015-02-07 14:32 Chris Young Target Version => 3.3
2015-02-28 16:03 Vincent Sanders Target Version 3.3 => 3.4
2015-11-15 14:54 Chris Young Note Added: 0001092
2015-11-15 14:54 Chris Young Target Version 3.4 =>
+Issue History