Quantcast
Channel: RESX Manager
Viewing all 252 articles
Browse latest View live

Closed Unassigned: "loading solution" and nothing else [2902]

$
0
0
hello,

when i load a solution the message in status bar appear but nothing happen.

best regards,

(Visual Studio 2012)

Commented Unassigned: "loading solution" and nothing else [2902]

$
0
0
hello,

when i load a solution the message in status bar appear but nothing happen.

best regards,

(Visual Studio 2012)
Comments: ** Comment from web user: luclucas **

Probably solved

Commented Unassigned: Doesn't open VS 2010 solution [2853]

$
0
0
I pointed the app at my Visual Studio 2010 solution, which contains around a dozen .resx files. The "Loading Solution" message appears in the lower left, but nothing happens. Attempting to reload the solution causes the app to crash.
Comments: ** Comment from web user: luclucas **

Probably solved

Edited Unassigned: using ResXManager dlls [3048]

$
0
0
_Hello,

I am trying to use the dlls so I can take advantage of the export and import functionality. I built a console app. The solutions has referenced all the dll's that I assume would be needed.

using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

using tomenglertde.ResXManager.Model;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Spreadsheet;
using tomenglertde.ResXManager.View;
using DocumentFormat.OpenXml.ExtendedProperties;
using Microsoft.Win32;
using EnvDTE;
using tomenglertde.ResXManager.VSIX;
using tomenglertde.ResXManager;
using System.Windows;

Export works fine:_

//Code below creates an excel in the same format as the tool itself
string solutionFolder = @"C:\project-test\ConsoleApplicationUploadtest";
ResourceManager x = new ResourceManager();
x.Load(solutionFolder);
ExcelExtensions.ExportExcel(x, @"C:\Users\sfarahba\Desktop\test\test0527(2).xlsx", null);


Import runs fine but does not actualy change any of the values that were edited in the excel document:

//the following code imports an excel ainto the resouce
string solutionFolder = @"C:\project-test\ConsoleApplicationUploadtest";
ResourceManager x = new ResourceManager();
x.Load(solutionFolder);
ExcelExtensions.ImportExcel(x, @"C:\Users\sfarahba\Desktop\test\test0527(2).xlsx");


</br></br>

What is wrong with my Import? Am I declaring and loading the resource manager object properly?
I have tried everything but importing does not work this way. I get no errors but any of the values that I change in the excel does not actually update the resx when I perform import?

Created Unassigned: keyboard shortcut for "Add new key" [3057]

$
0
0
Hi! It ist possible to add a keyboard shortcut for "Add new key", because it's booring always with mouse create the new entry ;)

thanks

WURMi

Created Unassigned: bug in remembered scroll position [3058]

$
0
0
Hi again ;) There is a issue with remembered scroll position if you switch between resource classes. Only one position is remembered and then applied to all lists. It will be nice to handle position for all classes separately.

Thank you

WURMi

Commented Unassigned: keyboard shortcut for "Add new key" [3057]

$
0
0
Hi! It ist possible to add a keyboard shortcut for "Add new key", because it's booring always with mouse create the new entry ;)

thanks

WURMi
Comments: ** Comment from web user: luclucas **

Probably you have posted this issue into the wrong project. In RESX Manager there is no function to add a key.

Commented Unassigned: bug in remembered scroll position [3058]

$
0
0
Hi again ;) There is a issue with remembered scroll position if you switch between resource classes. Only one position is remembered and then applied to all lists. It will be nice to handle position for all classes separately.

Thank you

WURMi
Comments: ** Comment from web user: luclucas **

Probably you have posted this issue into the wrong project. In RESX Manager there is no function to add a key.


Commented Unassigned: keyboard shortcut for "Add new key" [3057]

$
0
0
Hi! It ist possible to add a keyboard shortcut for "Add new key", because it's booring always with mouse create the new entry ;)

thanks

WURMi
Comments: ** Comment from web user: WURMi **

Hi luclucas,
aah i'm really sorry. My bad. Can you please delete these my two issues?

Closed Unassigned: bug in remembered scroll position [3058]

$
0
0
Hi again ;) There is a issue with remembered scroll position if you switch between resource classes. Only one position is remembered and then applied to all lists. It will be nice to handle position for all classes separately.

Thank you

WURMi
Comments: Wrong Project.

Closed Unassigned: using ResXManager dlls [3048]

$
0
0
_Hello,

I am trying to use the dlls so I can take advantage of the export and import functionality. I built a console app. The solutions has referenced all the dll's that I assume would be needed.

using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

using tomenglertde.ResXManager.Model;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Spreadsheet;
using tomenglertde.ResXManager.View;
using DocumentFormat.OpenXml.ExtendedProperties;
using Microsoft.Win32;
using EnvDTE;
using tomenglertde.ResXManager.VSIX;
using tomenglertde.ResXManager;
using System.Windows;

Export works fine:_

//Code below creates an excel in the same format as the tool itself
string solutionFolder = @"C:\project-test\ConsoleApplicationUploadtest";
ResourceManager x = new ResourceManager();
x.Load(solutionFolder);
ExcelExtensions.ExportExcel(x, @"C:\Users\sfarahba\Desktop\test\test0527(2).xlsx", null);


Import runs fine but does not actualy change any of the values that were edited in the excel document:

//the following code imports an excel ainto the resouce
string solutionFolder = @"C:\project-test\ConsoleApplicationUploadtest";
ResourceManager x = new ResourceManager();
x.Load(solutionFolder);
ExcelExtensions.ImportExcel(x, @"C:\Users\sfarahba\Desktop\test\test0527(2).xlsx");


</br></br>

What is wrong with my Import? Am I declaring and loading the resource manager object properly?
I have tried everything but importing does not work this way. I get no errors but any of the values that I change in the excel does not actually update the resx when I perform import?
Comments: Wrong Project.

Closed Unassigned: keyboard shortcut for "Add new key" [3057]

$
0
0
Hi! It ist possible to add a keyboard shortcut for "Add new key", because it's booring always with mouse create the new entry ;)

thanks

WURMi
Comments: Wrong Project.

Reopened Unassigned: using ResXManager dlls [3048]

$
0
0
_Hello,

I am trying to use the dlls so I can take advantage of the export and import functionality. I built a console app. The solutions has referenced all the dll's that I assume would be needed.

using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

using tomenglertde.ResXManager.Model;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Spreadsheet;
using tomenglertde.ResXManager.View;
using DocumentFormat.OpenXml.ExtendedProperties;
using Microsoft.Win32;
using EnvDTE;
using tomenglertde.ResXManager.VSIX;
using tomenglertde.ResXManager;
using System.Windows;

Export works fine:_

//Code below creates an excel in the same format as the tool itself
string solutionFolder = @"C:\project-test\ConsoleApplicationUploadtest";
ResourceManager x = new ResourceManager();
x.Load(solutionFolder);
ExcelExtensions.ExportExcel(x, @"C:\Users\sfarahba\Desktop\test\test0527(2).xlsx", null);


Import runs fine but does not actualy change any of the values that were edited in the excel document:

//the following code imports an excel ainto the resouce
string solutionFolder = @"C:\project-test\ConsoleApplicationUploadtest";
ResourceManager x = new ResourceManager();
x.Load(solutionFolder);
ExcelExtensions.ImportExcel(x, @"C:\Users\sfarahba\Desktop\test\test0527(2).xlsx");


</br></br>

What is wrong with my Import? Am I declaring and loading the resource manager object properly?
I have tried everything but importing does not work this way. I get no errors but any of the values that I change in the excel does not actually update the resx when I perform import?

Edited Unassigned: using ResXManager dlls [3048]

$
0
0
_Hello,

I am trying to use the dlls so I can take advantage of the export and import functionality. I built a console app. The solutions has referenced all the dll's that I assume would be needed.

using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

using tomenglertde.ResXManager.Model;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Spreadsheet;
using tomenglertde.ResXManager.View;
using DocumentFormat.OpenXml.ExtendedProperties;
using Microsoft.Win32;
using EnvDTE;
using tomenglertde.ResXManager.VSIX;
using tomenglertde.ResXManager;
using System.Windows;

Export works fine:_

//Code below creates an excel in the same format as the tool itself
string solutionFolder = @"C:\project-test\ConsoleApplicationUploadtest";
ResourceManager x = new ResourceManager();
x.Load(solutionFolder);
ExcelExtensions.ExportExcel(x, @"C:\Users\sfarahba\Desktop\test\test0527(2).xlsx", null);


Import runs fine but does not actualy change any of the values that were edited in the excel document:

//the following code imports an excel ainto the resouce
string solutionFolder = @"C:\project-test\ConsoleApplicationUploadtest";
ResourceManager x = new ResourceManager();
x.Load(solutionFolder);
ExcelExtensions.ImportExcel(x, @"C:\Users\sfarahba\Desktop\test\test0527(2).xlsx");


</br></br>

What is wrong with my Import? Am I declaring and loading the resource manager object properly?
I have tried everything but importing does not work this way. I get no errors but any of the values that I change in the excel does not actually update the resx when I perform import?

Created Unassigned: Edited rows get deleted [3069]

$
0
0
Hi

If you open a resx in resx Manager and edit a few Keys. In the same window you then delete a row, all the previously edited rows get deleted as well. It seems like they are still "selected".

Commented Unassigned: Edited rows get deleted [3069]

$
0
0
Hi

If you open a resx in resx Manager and edit a few Keys. In the same window you then delete a row, all the previously edited rows get deleted as well. It seems like they are still "selected".
Comments: ** Comment from web user: luclucas **

Probably your issue is related to another Project. Do you mean [ResX Resource Manager](https://resxresourcemanager.codeplex.com/)?

Patch Uploaded: #16714

$
0
0

digocesar has uploaded a patch.

Description:
Included in Export screen option to ignore WinForms internal resources (those starts with ">>").
I suggest that this option should be configured to all project routines, including database and auto translation.

Commented Unassigned: Edited rows get deleted [3069]

$
0
0
Hi

If you open a resx in resx Manager and edit a few Keys. In the same window you then delete a row, all the previously edited rows get deleted as well. It seems like they are still "selected".
Comments: ** Comment from web user: mikehuber **

You are totally right! I'm sorry! Please close this one

Closed Unassigned: Edited rows get deleted [3069]

$
0
0
Hi

If you open a resx in resx Manager and edit a few Keys. In the same window you then delete a row, all the previously edited rows get deleted as well. It seems like they are still "selected".
Comments: Wrong Project.

Patch Uploaded: #16733

$
0
0

Fegelein has uploaded a patch.

Description:
This patch is centered around TFS integration. The following changes have been made:

1. Added path to TF.exe to app.config
2. Updated the Save method of the VSSolution class to:
- Check for readonly files
- Prompt confirm for TFS checkout
- Prompt confirm for TFS checkin

3. Added code to perform TFS checkin and checkout via TF.exe

4. Added 4 resource strings for the prompts

Viewing all 252 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>