Index: Editor/trunk/_samples/devtools.html
===================================================================
--- /CKEditor/trunk/_samples/devtools.html	(revision 6679)
+++ 	(revision )
@@ -1,98 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<title>Using DevTools Plugin &mdash; CKEditor Sample</title>
-	<meta content="text/html; charset=utf-8" http-equiv="content-type" />
-	<!-- CKReleaser %REMOVE_LINE%
-	<script type="text/javascript" src="../ckeditor.js"></script>
-	CKReleaser %REMOVE_START% -->
-	<script type="text/javascript" src="../ckeditor_source.js"></script>
-	<!-- CKReleaser %REMOVE_END% -->
-	<script src="sample.js" type="text/javascript"></script>
-	<link href="sample.css" rel="stylesheet" type="text/css" />
-</head>
-<body>
-	<h1 class="samples">
-		CKEditor Sample &mdash; Using the Developer Tools Plugin
-	</h1>
-	<div class="description">
-	<p>
-		This sample shows how to configure CKEditor instances to use the
-		<strong>Developer Tools</strong> (<code>devtools</code>) plugin that displays
-		information about dialog window elements, including the name of the dialog window,
-		tab, and UI element. Please note that the tooltip also contains a link to the
-		<a href="http://docs.cksource.com/ckeditor_api/">CKEditor JavaScript API</a>
-		documentation for each of the selected elements.
-	</p>
-	<p>
-		This plugin is aimed at developers who would like to customize their CKEditor
-		instances and create their own plugins. By default it is turned off; it is
-		usually useful to only turn it on in the development phase. Note that it works with
-		all CKEditor dialog windows, including the ones that were created by custom plugins.
-	</p>
-	<p>
-		To add a CKEditor instance using the <strong>devtools</strong> plugin, insert
-		the following JavaScript call into your code:
-	</p>
-	<pre class="samples">CKEDITOR.replace( '<em>textarea_id</em>',
-	{
-		<strong>extraPlugins : 'devtools'</strong>
-	});</pre>
-	<p>
-		Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of
-		the <code>&lt;textarea&gt;</code> element to be replaced with CKEditor.
-	</p>
-	</div>
-
-	<!-- This <div> holds alert messages to be display in the sample page. -->
-	<div id="alerts">
-		<noscript>
-			<p>
-				<strong>CKEditor requires JavaScript to run</strong>. In a browser with no JavaScript
-				support, like yours, you should still see the contents (HTML data) and you should
-				be able to edit it normally, without a rich editor interface.
-			</p>
-		</noscript>
-	</div>
-	<form action="sample_posteddata.php" method="post">
-		<p>
-			<label for="editor1">
-				Editor 1:</label>
-			<textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
-			<script type="text/javascript">
-			//<![CDATA[
-
-				// This call can be placed at any point after the
-				// <textarea>, or inside a <head><script> in a
-				// window.onload event handler.
-
-				// Replace the <textarea id="editor"> with an CKEditor
-				// instance, using default configurations.
-				CKEDITOR.replace( 'editor1' ,
-				{
-					extraPlugins : 'devtools'
-				});
-
-			//]]>
-			</script>
-		</p>
-		<p>
-			<input type="submit" value="Submit" />
-		</p>
-	</form>
-	<div id="footer">
-		<hr />
-		<p>
-			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
-		</p>
-		<p id="copy">
-			Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
-			Knabben. All rights reserved.
-		</p>
-	</div>
-</body>
-</html>
Index: /CKEditor/trunk/_samples/index.html
===================================================================
--- /CKEditor/trunk/_samples/index.html	(revision 6679)
+++ /CKEditor/trunk/_samples/index.html	(revision 6680)
@@ -83,7 +83,4 @@
 			Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.
 		</li>
-		<li><a class="samples" href="devtools.html">Developer Tools plugin</a><br />
-			Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.
-		</li>
 	</ul>
 	<div id="footer">
Index: /CKEditor/trunk/_source/plugins/find/dialogs/find.js
===================================================================
--- /CKEditor/trunk/_source/plugins/find/dialogs/find.js	(revision 6679)
+++ /CKEditor/trunk/_source/plugins/find/dialogs/find.js	(revision 6680)
@@ -629,5 +629,4 @@
 								{
 									type : 'button',
-									id : 'btnFind',
 									align : 'left',
 									style : 'width:100%',
@@ -695,5 +694,4 @@
 								{
 									type : 'button',
-									id : 'btnFindReplace',
 									align : 'left',
 									style : 'width:100%',
@@ -729,5 +727,4 @@
 								{
 									type : 'button',
-									id : 'btnReplaceAll',
 									align : 'left',
 									style : 'width:100%',
Index: /CKEditor/trunk/_source/plugins/forms/dialogs/select.js
===================================================================
--- /CKEditor/trunk/_source/plugins/forms/dialogs/select.js	(revision 6679)
+++ /CKEditor/trunk/_source/plugins/forms/dialogs/select.js	(revision 6680)
@@ -409,5 +409,4 @@
 									{
 										type : 'button',
-										id : 'btnAdd',
 										style : '',
 										label : editor.lang.select.btnAdd,
@@ -433,5 +432,4 @@
 									{
 										type : 'button',
-										id : 'btnModify',
 										label : editor.lang.select.btnModify,
 										title : editor.lang.select.btnModify,
@@ -456,5 +454,4 @@
 									{
 										type : 'button',
-										id : 'btnUp',
 										style : 'width:100%;',
 										label : editor.lang.select.btnUp,
@@ -473,5 +470,4 @@
 									{
 										type : 'button',
-										id : 'btnDown',
 										style : 'width:100%;',
 										label : editor.lang.select.btnDown,
@@ -499,5 +495,4 @@
 							{
 								type : 'button',
-								id : 'btnSetValue',
 								label : editor.lang.select.btnSetValue,
 								title : editor.lang.select.btnSetValue,
@@ -513,5 +508,4 @@
 							{
 								type : 'button',
-								id : 'btnDelete',
 								label : editor.lang.select.btnDelete,
 								title : editor.lang.select.btnDelete,
Index: /CKEditor/trunk/_source/plugins/image/dialogs/image.js
===================================================================
--- /CKEditor/trunk/_source/plugins/image/dialogs/image.js	(revision 6679)
+++ /CKEditor/trunk/_source/plugins/image/dialogs/image.js	(revision 6680)
@@ -730,5 +730,4 @@
 												{
 													type : 'html',
-													id : 'htmlButtons',
 													style : 'margin-top:30px;width:40px;height:40px;',
 													onLoad : function()
@@ -1061,5 +1060,4 @@
 										{
 											type : 'html',
-											id : 'htmlPreview',
 											style : 'width:95%;',
 											html : '<div>' + CKEDITOR.tools.htmlEncode( editor.lang.common.preview ) +'<br>'+
Index: /CKEditor/trunk/_source/plugins/smiley/dialogs/smiley.js
===================================================================
--- /CKEditor/trunk/_source/plugins/smiley/dialogs/smiley.js	(revision 6679)
+++ /CKEditor/trunk/_source/plugins/smiley/dialogs/smiley.js	(revision 6680)
@@ -184,5 +184,4 @@
 	{
 		type : 'html',
-		id : 'smileySelector',
 		html : html.join( '' ),
 		onLoad : function( event )
Index: /CKEditor/trunk/_source/plugins/templates/dialogs/templates.js
===================================================================
--- /CKEditor/trunk/_source/plugins/templates/dialogs/templates.js	(revision 6679)
+++ /CKEditor/trunk/_source/plugins/templates/dialogs/templates.js	(revision 6680)
@@ -169,5 +169,4 @@
 								[
 									{
-										id : 'selectTplText',
 										type : 'html',
 										html :
