- This topic has 13 replies, 6 voices, and was last updated 19 years, 4 months ago by Riyad Kalla.
-
AuthorPosts
-
girikrishvaMemberThe new HTML designer is a great concept for visual J2EE UI development. Is there anyway to have it show up for pages that end with a .jsp. In other words my UI consists of JSP’s and I would like to take advantage of the designer, but by default, the designer is not enabled.
Scott AndersonParticipantGive us one day until Monday morning (GMT -5 definition of “morning”) when 4.0M3 is released and you can install and use a completely new version of our WYSIWYG JSP/Struts/JSF designer that will do what you want. 🙂
RobMemberIs there a way to dissable the JSP Designer? 🙂
I want to set the default to open JSPs in MyEclipse ‘Classic’ JSP Editor, NOT the JSP Designer.
No offense guys, the concept is great; but, it takes a lot of time to load for those of us who do not need it.
I tried looking through the Window –> Preferences –> MyEclipse, and can not find anything on how to set the default editor. On Most other types of files, simply right-clicking on on the file in the “Navigator View” and selecting an option from “Open With” sets the default open with eiditor. MyEclipse seems to be remembering this preference for the individual file, but not for the file type.
Regards,
Rob.
Scott AndersonParticipantNo offense guys, the concept is great; but, it takes a lot of time to load for those of us who do not need it.
None taken. We know that not everyone uses visual tools, that’s why we continue to include the ‘Classic’ editor in the first place.
You can set it as the default at Window > Preferences > General > Editors > File Associations.
RobMemberThanks, that seems to work. The one problem is that any of the files I had previously
opened with the JSP Designer, continue to be opened with the Designer rather than
the editor defined in the File Associations. I don’t know if this is by design or is a bug.
Scott AndersonParticipantOnce you open them one time with Open With… they’ll use the ‘classic’ editor from then on.
rogue_devMemberI too prefer the classic editor.
However I cannot remove the designer as it is “locked by MyEcplise JSP Content Type” and the remove button is greyed.
rogue_devMemberIs there any way to unlock the designer, so I can delete it?
All our JSP pages are manually created. We do not use either the preview (as it only shows a bunch of I18N tags) or GUI page design. The time it takes the desinger to open is a real PITA!
Yes, we can open each one indvidually with “Open with”, but …..
Riyad KallaMemberRogue,
You can just change the default editor for that content type by either editing the Content Types setting under Window > Preferences > General or the Editors > File Associations setting.
rogue_devMember@rogue_dev wrote:
I too prefer the classic editor.
However I cannot remove the designer as it is “locked by MyEcplise JSP Content Type” and the remove button is greyed.
Riyad KallaMemberCorrect you cannot remove it, but you can Add the classic editor and make it the default.
GregMemberTo make the ‘Classic’ editor the default editor for html or jsp files do the following:
1. go the the following:Window > Preferences > General > Editor > File Associations
2. Then scroll down and click on *.jsp
3. Select the ‘Classic’ Editor and then select the “Default”This will move the ‘Classic’ editor to the top of the registered editors, so for all jsp files the ‘Classic’ editor will be opened by default.
rogue_devMemberYes, that worked.
Sorry about the previous post, I had a case of “finger twitch” and hit the submit button before I read the entire post about setting the default…
Just curious, why is the editor “locked”?
Riyad KallaMemberSo people don’t accidentally go removing our editors and “bork” their install.
-
AuthorPosts