Kevin Cunnane
e63bb6a8ec
Fixes #2523
...
The IdGenerator was recreated each time and had a high likelihood of conflicts. Invitably after adding dozens or hundreds of icons you'll start seeing the CSS class replaced and overridden.
The solution is to do like elsewhere: have 1 const that is loaded on first import of the file and keeps a global track.
Side note is that it'd be a good idea to cache CSS rules with the same iconPath so we don't create lots of additional rules unnecessarily. If we reuse the same icon a bunch we should cache them - #2524 is tracking this.
2018-09-11 16:36:17 -07:00
Anthony Dresser
8ec09d25ce
add listener to change action bar on maximize change ( #2505 )
2018-09-11 12:42:06 -07:00
Anthony Dresser
a9a01ae479
fixes a rendering problem in splitview ( #2512 )
2018-09-11 12:18:03 -07:00
Karl Burtram
31a3864789
Disable the User Setup prompt ( #2501 )
2018-09-11 11:52:04 -07:00
Abbie Petchtes
a5c537197c
add animation when button is clicked and fix title in button ( #2488 )
...
* add animation similar to toolbar in vscode and fix title in button
* remove bur method in button
2018-09-11 10:37:02 -07:00
Anthony Dresser
4ea13bdbc0
add select all handler to grid ( #2496 )
2018-09-10 21:18:39 -07:00
Anthony Dresser
b06ddf2dc7
change cursor in message panel to default ( #2494 )
2018-09-10 21:18:18 -07:00
Karl Burtram
2c45ac9df3
Reorder Connection Name field in Connection Dialog ( #2498 )
2018-09-10 21:17:57 -07:00
Anthony Dresser
7735f68502
Add check for potential failure in handling drag ( #2499 )
...
* add check for potential failure in handling drag
* move check to avoid ui glitches
2018-09-10 21:17:42 -07:00
Anthony Dresser
ffb0f5a1c7
add grid styles ( #2483 )
2018-09-10 21:17:26 -07:00
Anthony Dresser
80c7f9e855
add logic to hide and add grid panel based on size ( #2481 )
2018-09-10 21:16:54 -07:00
Alan Ren
709ef4e39f
Alanren/icon overwrite issue ( #2484 )
...
* fix the error icon too large issue
* formatting
2018-09-10 15:55:40 -07:00
Anthony Dresser
4ceb869420
remove autosize and change column header css to properly respect column sizes ( #2480 )
2018-09-10 14:59:32 -07:00
Anthony Dresser
432a209184
fix error message formatting ( #2477 )
2018-09-10 14:58:51 -07:00
Karl Burtram
8444271c58
Fix Action Bar viewlet ordering ( #2472 )
2018-09-09 19:58:27 -07:00
Karl Burtram
2bc97c23d4
Bump Electron to 2.0.8 and SQL Ops to 0.33.3 ( #2466 )
2018-09-07 22:08:36 -07:00
Aditya Bist
9ea02bf125
Security: Added user setting for extension policies ( #2426 )
...
* added user setting for extension policy
* fix extension action tests
0.33.2
2018-09-07 16:58:37 -07:00
Cory Rivera
2b4de52af4
Remove redundant getChildren method in IModelViewTreeViewDataProvider. ( #2463 )
2018-09-07 16:37:44 -07:00
Matt Irvine
d3492ebf2f
Change some variable names that used reserved keywords ( #2457 )
2018-09-07 16:25:55 -07:00
Aditya Bist
ff8698f619
Security: Added warning for all vsix extensions ( #2406 )
...
* added warning for all vsix extensions
* added sql carbon tag
* added dont show warning for extensions
2018-09-07 16:25:19 -07:00
Anthony Dresser
16bc218ea7
fix formatting on time stamps ( #2456 )
2018-09-07 16:24:06 -07:00
Anthony Dresser
72d2920dc3
add table options to fix column widths ( #2458 )
2018-09-07 16:22:40 -07:00
Alan Ren
fb8de0d753
fix select box's screen reader issues ( #2462 )
2018-09-07 16:17:56 -07:00
Kevin Cunnane
352afc9827
Pixel perfect support for buttons showing correctly in vertical mode ( #2460 )
2018-09-07 13:40:50 -07:00
Abbie Petchtes
ce699a1c84
change the default lang in editor component to plaintext and fix sample ( #2459 )
...
* change the default lang in editor component to plaintext and fix sample
* minor fix
2018-09-07 13:29:34 -07:00
Matt Irvine
cde20d338e
Fix extension installation that broke in merge ( #2448 )
2018-09-07 13:17:32 -07:00
Anthony Dresser
8ab22e9cc8
change layout for gridpanel to correctly handle header size ( #2452 )
2018-09-07 11:08:27 -07:00
Anthony Dresser
0f2442a7a5
Add fix for flashing during dragging and resize drag box ( #2451 )
...
* add fix for flashing during dragging and resize drag box
* remove unnecessary code
2018-09-07 11:08:14 -07:00
Vincent Feng
ba91140ea5
Enable the support for post-connection behaviors for openConnectionDialog ( #2455 )
...
* Enable the support for post-connection behaviors for openConnectionDialog.
* Fixed bugs.
* Make everything in IConnectionCompletionOptions optional except saveConnection.
* showConnectionDialogOnError & showFirewallRuleOnError default to true.
* Use types.isUndefinedOrNull to do value checking.
* Minor changes.
2018-09-08 01:08:18 +08:00
Abbie Petchtes
10f05e75ce
Add css styles options to all components ( #2454 )
...
* add css styling in all components
* formatting
* formatting
* small typo
* small typo
* use builder to add style instead
2018-09-07 09:08:29 -07:00
Kevin Cunnane
287811f4ab
Fix bug where webview options weren't revived, causing URI lookup to fail ( #2453 )
2018-09-06 18:00:23 -07:00
Karl Burtram
a68462c7cb
Fix Extension Manager marketplace sorting ( #2450 )
2018-09-06 17:46:26 -07:00
Vincent Feng
005c28dd3a
Accounts: Enable notification for accounts change ( #2432 )
...
* Enable notification for accounts change
* Fixed bugs in extHostAccountManagement.test.ts
* Fixed as commented:
1. Removed AccountWithProviderHandle
2. Use a private dictionary _accounts in ExtHostAccountManagement to cache all accounts and corresponding provider handles.
3. getSecurityToken gets provider handle from _accounts for specified account.
4. Added / changed unit tests for getAllAccounts & getSecurityToken
2018-09-07 08:23:28 +08:00
Anthony Dresser
197e1c651f
add listeners to make grid the largest ( #2447 )
2018-09-06 17:00:54 -07:00
Anthony Dresser
c01da0f263
fix off by one in query messages ( #2446 )
2018-09-06 17:00:41 -07:00
Anthony Dresser
81ff542d0b
add copy keybind ( #2445 )
2018-09-06 17:00:30 -07:00
Karl Burtram
efee27559b
Update SQL Ops to 0.33.2
2018-09-06 16:25:59 -07:00
Karl Burtram
dc5408f874
Fix break opening SQL files ( #2449 )
2018-09-06 15:46:50 -07:00
Chris LaFreniere
7cf9217158
fix for findSubstr not doing URI.file(<filename>).fspath ( #2441 )
2018-09-06 15:04:16 -07:00
Anthony Dresser
401fc8161a
fix dragging ( #2438 )
2018-09-06 14:43:52 -07:00
Matt Irvine
be2f9a6099
Add "preview features" config switch ( #2334 )
...
* Initial working commit for preview features config
* Clean up code
* Update tests
* Remove unused imports
* Update message and options
* Update don't show again message
2018-09-06 14:16:47 -07:00
Karl Burtram
21989aa88e
Simplify GitHub templates ( #2440 )
2018-09-06 14:10:03 -07:00
Karl Burtram
461d041a50
Fix SQLPLAN custom editor support ( #2439 )
2018-09-06 14:09:34 -07:00
Matt Irvine
de8662c52f
Fix wrong import extension Linux config ( #2401 )
0.33.1
0.33.0
2018-09-06 10:02:15 -07:00
Aditya Bist
0dbbbad370
added check for icon task ( #2408 )
2018-09-06 10:01:02 -07:00
Anthony Dresser
2e05c0a7d9
Fix Edit data bugs ( #2428 )
...
* fix data loading function to fix html entities in edit data
* fix edit data formatting and null row display
* formatting
2018-09-06 09:57:07 -07:00
Kevin Cunnane
f12f1cb392
Update sql-cli.sh so it actually works ( #2422 )
...
- This copies up to date contents from code-cli.sh. Alternatively we could remove this file and force use of code-cli.sh always
2018-09-05 20:15:54 -07:00
Anthony Dresser
b6891850a7
Charting actions ( #2411 )
...
* working on adding charts
* working on chart options
* adding image and table insight
* add chart viewing and handle a bunch of small bugs
* formatting
* add actions to chart viewer
* formatting
* remove unimplemented function
2018-09-05 18:05:09 -07:00
Anthony Dresser
f147d799e0
fix grid resizing interation with editor ( #2427 )
2018-09-05 17:32:58 -07:00
Abbie Petchtes
534bbe9b9a
add create webview event and fix fire event in model view ( #2405 )
2018-09-05 14:07:52 -07:00