This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248688 - Properties run configuration PROJECT URL history
Summary: Properties run configuration PROJECT URL history
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-17 11:40 UTC by petronel
Modified: 2015-04-28 09:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Add dropDown and maybe a description (49.37 KB, image/png)
2015-04-28 07:28 UTC, petronel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petronel 2014-11-17 11:40:53 UTC
Properties run configuration PROJECT URL history should provide a drop down with history for already debbugged url's as in time the tasks and errors are repeating and we often need to store the url we debug in a outside file because this
Comment 1 Tomas Mysik 2015-04-24 05:33:22 UTC
Could you please attach screenshot of the dialog you are talking about?

Simply reopen this issue, thanks.
Comment 2 petronel 2015-04-28 07:28:47 UTC
Created attachment 153427 [details]
Add dropDown and maybe a description

it would be usefull in large projects to have some drop down there in debug area
with urls:

http://urlToDebug1/index.php
(some hint bellow to be able to put like the request to search products for example)
parmeters=11&par2=2&p3=3


http://urlToDebug2/index.php
(some hint bellow to be able to put like the request to search products for example)
parmeters=11&par2=2&p3=3

...


http://urlToDebugn/index.php
(some hint bellow to be able to put like the request to search products for example)
parmeters=11&par2=2&p3=3
Comment 3 Tomas Mysik 2015-04-28 09:02:42 UTC
Simply create more Run Configurations and switch among them directly in the main menu toolbar.

Thanks for reporting.