When I'm writing crappy code in eclipse and I'm looking at a website for help I am constantly flipping back and forth between the browser and eclipse. To help me write crappy code faster is there a way to have a View that has a web page in it? I need to be able to set the URL and if I'm navigating around the site have a button to have it return to the original URL. So a URL Address box and 1 favorite link.
BTW I'm not a Eclipse plugin developer.
menu: window / show view / other ...
enter browser in the search box on top
select internal web browser
i would recommend you to install the web development tools
menu: help / install new software
select the software site for your eclipse installation (in my case it's "Helios - http://download.eclipse.org/releases/helios")
enter "web" in the search bar (and wait a little bit) and select "Eclipse Web Developer Toos" and "Web Page Edtior (Optional)"
Just open your HTML file with web page editor. This will open in view where you can view the html code as well as the design it is going to create at run time.
Related
I'm trying to develop an eclipse plugin (GUI) which will include a button that I want linked to some page in the Eclipse Help Content, according to some parameters chosen in the plugin (gui), so when I press it, the content opens.
I saw that help content are found on, and can be opened in a browser like way using their http://xx.xx.xx.xx/help/..(rest of path)/(my page).html .
my question is how can i get this xx.xx.xx.xx in the code or the whole path so I can need only to concatenate (my page). (what you see in red in pic).
I assume this is some field in a class that represents this server.
Thanks
what this port looks like
You normally use the Eclipse Help System to display help pages:
IWorkbenchHelpSystem helpSys = PlatformUI.getWorkbench().getHelpSystem();
helpSys.displayHelp("help context id");
I have a website that was working just fine for a long time but out of the blue, the main menu off the template and a module menu are all giving 500 errors.
You are still able to grab articles by their ID's and view them.
You can also create a new menu items and that new menu item will work just fine.
Why would all menu links just break but you can create new ones and they work?
We have over 40-50 different menu's depending on what pages you’re on. I would hate to have to re-due this whole process and instead fine a fix to it.
Any ideas?
It can be apache mod_rewrite that is not loaded.
Have you touched to apache (or any web server) configuration ?
Administration panel > Menu > Site -> Global Configuration -> Site: Search Engine Friendly URLs to No
If your website works, then the mod_rewrite module is your problem.
I have created my intro page in eclipse. My introSite contains a browser and a static html page. Now only click of link in html, I want to open eclipse wizards so I used these-
http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.ui.ide&class=org.eclipse.ui.actions.QuickStartAction&standby=false
And I declared a plugin and class. I implemented IAction in the class but after opening welcome and press of the hyperlink , I am not getting anything.
What else I need to take care to achieve the same.
When you ask Chrome to View/Source, it resubmits your URL as a GET, even if it got there in the first place as a post. Is there some way around this for those of us debugging JAX-RS services invoked from forms that can't work with GET?
Two workarounds from this page:
http://www.google.com/support/forum/p/Chrome/thread?tid=1082a452e274f6db&hl=en
Find a working View Source plugin such as "View Source With": http://members.iinet.net.au/~bertdb/ryan/ViewSourceWith/help.html
Workaround:
Open developer tools.
Turn on resource tracking
LEAVE THE TOOLS OPEN. Click on Elements.
Top half should be page. Bottom half should be source code.
Click the Submit button in the top half. Your source code should now update to the proper POSTed source.
CTRL + SHIFT + I
In my sharepoint 2010 desiner project I am not getting displayed of "Rich Text and Source Editor" options for Content Editor Webpart . The more surprising issue is if I run the project on my local server, the web part is displayed with all the options, but if I run the same project on the remote server, the fallowing options are missing. Can any one have any idea about this type of problem. Any help would be greatly appreciated.
Thank you,
Baluk
I have found an issue that if you start a <style> in the Content Editor Webpart and do not close the tag, it will not display the drop down for the edit menu for the Web Part. Have you added any styles to the Web Part? The way I fixed this was having to delete the Web Part and add a new one.
Check the IE versions you are on. It works fine in IE6, problems are in IE8. You may have to enable compatability view.
Try adding it in trusted site zone.
Cheers !
Rajdeep