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 127664 - Get rid of advanced options
Summary: Get rid of advanced options
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Grinev
URL:
Keywords:
Depends on: 134866
Blocks:
  Show dependency tree
 
Reported: 2008-02-18 16:30 UTC by Vladimir Kvashin
Modified: 2008-06-18 12:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2008-02-18 16:30:17 UTC
Now CND uses advanced options in several places.
According to NB 6.1 plans, they should be removed.
Comment 2 Thomas Preisler 2008-02-26 18:00:22 UTC
missed makefile and fortran settings
Comment 3 Thomas Preisler 2008-02-26 18:00:42 UTC
missed makefile and fortran settings
Comment 4 Thomas Preisler 2008-03-12 22:27:06 UTC
I trying to hide the makefile and Fortran entries in Advanced Options but cannot figure out how to both hide the entries *and* have the makefile indentation engine work!

Makefile and Fortran both have two entries: one under Editor and one under Indentation Engine.

The Fortran entries are not hard to hide.

Makefile indentation engine sets tabs to 8 and 'Don't convert tabs to spaces'. We need to retain this. I'm just trying to hide the entries in both editor and Indentation engine, but no matter what I try, the 
indentation engine stops working if I hide the makefile editor entry.

Perhaps the code should be moved to editor module (without GUI). Would that help?

Comment 5 Thomas Preisler 2008-03-13 01:45:00 UTC
Got rid of the two identation engines in advanced options:

changeset 499f0ab36ac9 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=499f0ab36ac9
description:
	127664 Get rid of advanced options

Left are two items under Editor: Makefile and Fortran.

There is nothing in these two nodes we need to expose to the user but I haven't figured out a way to *not* display the nodes and *also* have the formatter and indentation 
engines working. Makefiles have indentation set to 8 and 'Don't expand to spaces'. It is crucial that the makefile indentation engine keeps working.

I will hand this issue over to Alexander. Perhaps he has a good idea (besides rewriting the formatters!). I'f not, I suggest we downgrade to p3 and deal we it in next release.
Comment 6 Sergey Grinev 2008-03-13 17:15:24 UTC
Java and tools don't hide theirs editor entry as well. I don't think we need to run ahead of train and remove editor
entries before NetBeans guys will implement/suggest correct way of handling all stuff belonged to those entries. And all
needed for cnd options were moved to C/C++ Options panel.

Comment 7 Sergey Grinev 2008-03-13 17:39:45 UTC
fixed http://hg.netbeans.org/main?cmd=changeset;node=427ed7ae5782
Comment 8 alexandrov 2008-04-02 10:26:50 UTC
verified in build 20080330
Makefile and Fortran settings are still there.   
Comment 9 _ gordonp 2008-05-12 15:42:52 UTC
Reopening because we still have 4 nodes in Advanced Options. We (Sergey and I) filed
134866 on the IDE asking for some means of removing these nodes without breaking this
functionality.
Comment 10 Sergey Grinev 2008-06-18 12:58:24 UTC
after last NetBeans update of Advanced Options there is on cnd nodes there.
Comment 11 Sergey Grinev 2008-06-18 12:59:22 UTC
typo: there is *no* cnd nodes, so bug is fixed now.