firebug / firebug

Web Development Evolved - The Firebug you have known and loved
http://getfirebug.com/
1.35k stars 341 forks source link

Bookmarking lines of codes to execute #3013

Open fbugissues opened 9 years ago

fbugissues commented 9 years ago

Originally reported on Google Code with ID 2874

I constantly find myself executing the same lines of code in the console to
test my application. There should be a way to bookmark lines of code so
that you can later just select the bookmark to run it. The bookmarks could
be stored using HTML 5 offline storage.

Reported by kaisellgren on 2010-02-27 12:45:40

fbugissues commented 9 years ago

Reported by johnjbarton@johnjbarton.com on 2010-02-28 04:26:13

fbugissues commented 9 years ago
This could probably be integrated into the Command History. Let's say via a pin option
like Windows 7 is having it for the task bar and start menu items.

Test case would be:
1. Open Firebug on this page
2. Enable and switch to the Console panel
3. Type "a = 1;" (without quotes) into the Command Line and hit Enter
4. Open the Command History by clicking on the Command History button
5. Click the pin symbol besides "a = 1;" (not existing yet)
   => The command should be pinned at the top of the command list
6. Execute 10 other commands via the Command Line
7. Open the Command History again

=> The command should still be pinned at the top of the list.

Sebastian

Reported by sebastianzartner@gmx.de on 2012-01-12 14:26:57

fbugissues commented 9 years ago

Reported by sebastianzartner@gmx.de on 2012-01-12 14:29:29

fbugissues commented 9 years ago

Reported by sebastianzartner on 2013-03-23 14:35:22

fbugissues commented 9 years ago
Issue 6323 asks to add a command for snippets to the Command Line, which I believe would
be another way of bookmarking entered code.

Sebastian

Reported by sebastianzartner on 2013-04-08 20:07:45

fbugissues commented 9 years ago

Reported by sebastianzartner on 2013-11-06 22:00:15