-1

JMA Group Boiler Room Reconstruction - BUSINESS ACTIVITIES

jakefury 10 years ago 0
JIHOMORAVSKÁ AKCIOVÁ, A.S.

This company focuses on non-production activities, especially real estate business, real estate management and maintenance, as well as accounting, tax registry, and accounting consultancy.

JMA STAVEBNÍ, SPOL. S R.O.

Construction division focuses on new construction, reconstruction and conversions of existing civil structures as a general contractor, and occasionally executing component construction processes for major contractors. The character of the civil engineering buildings executed is not limited. We execute housing and civil constructions as well as industrial or agriculture. References on construction division here

Our staff will execute all manner of construction work designed using conventional technologies as well novel and innovative systems. We can execute any kind of construction work, from concreting to bar setting, concrete casing, brick laying, installations, carpenting, floor and wall tiling, plasterboard jobs, heat insulation systems, to inner and outer plaster casting of various degrees of complexity and design technologies.

Complex processing of grants in the Panel and Zelená úsporám programme
JMA stavební company is able to do full service of the Panel and Zelená úsporám grant disposal. JMA stavební company is entered in the List of special suplieres in the Zelená úsporám programme.

JMA TECHNOLOGY S.R.O.

Division of silos construction
JMA stavební company uses the technology which is based on the boiler construction (silo, hall or other product) by contiguous metal strap winding along the spiral and clever coupling of an edge overlaped strap. It is possible to build just objects with circular groundplan by this technology. However with unique characteristics which overpower the other technologies. With this product system are made thin-walled cylinder covers by big diameters (3,5 till 40 m).
You can see more about the technology here.
Silos and boilers you can see here.

Biogas stations
JMA stavební company offeres construction of biogas stations with own building-technological conception - more information here.


JMA ELEKTRO, SPOL. S R.O.
This specialised company focuses on electrical installations in buildings. The high professional level and experience of its specialised teams allow full concentration on client requirements resulting in the maximum quality of work completed.

Electrical division scope of business
Regular heavy-current distribution networks, PUK-WERKE cable systems, Weidmuller, Ackermann, Betermann in-floor system delivery and installation, JJ International and Canalis branch bar systems, DAHL systems. In addition, telephonic networks, telephone exchange installations, electronic fire protection systems (Cetler, Lites), electronic security systems (Galaxy…), common TV aerial networks, including cable television networks and camera systems, card-operated systems, sound systems, MaR – all in co-operation with world-class dealerships: Siemens, Panasonic, Gold Star, Philips, Johnson Controls, Sony, and others.
References on electrical division here.

DEVELOPER´S COMPANY

Rezidence Boží hora, s.r.o. - development of a block of flats and family houses in Ivančice u Brna. Flats and houses are in sale. More information you can find here.
-1

Ctrl+Shift+N not opening new window in HTML file

Alexander Rechsteiner 12 years ago updated 12 years ago 1
Ctrl+Shift+N is supposed to open a new window, and it does in a text file. However, when I change the syntax to HTML then the command does select part of the code instead of opening a new window. I think this shortcut should be consistent over all file and syntax types.


ST 2, Build 2181 

Windows 8 Customer Preview

-1

Allow whitespace after the shebang when detecting the script’s language.

Dan Martinez 12 years ago 0

Sublime Text 2.0.1, build 2217, can correctly recognize a file’s language when the first line looks like:


#!/path/to/my/interpreter


but not when it looks like:


#! /path/to/my/interpreter


A single space between the shebang and the path shouldn’t be enough to trip up the show.

-1

Quote switching. Will swap the quote keys so single is double.

saidfasf 11 years ago updated 11 years ago 2

I am a JavaScript developer. I like using double quotes. However, using them requires me to hit shift all day. I think it would be neat that while working only in JavaScript files we could have a setting that  swaps the quote key and results in the single quote being a double quote. I realize there is plugins to do this on per command basis but that gets aggravating.

-1

Improve Cmd-P open/switch to file behavior

Idan Gazit 12 years ago 0
I often have a lot of tabs open in multiple panes. If I type Cmd-P and start typing the name of a file I already have open in a tab, it will switch to that tab…

But only if that tab is in the same pane. Otherwise, it will open a second view of that same file in my current pane.

Is there some way to switch to any open tab by autocompleting? I don't need it to share Cmd-P or be overloaded with the ability to open a tab if no completion can be found. I just want a quick way to switch to _footer.html which I have open somewhere in these twenty tabs.
-1

Support for reverse mouse wheel using Autohotkey

JCarles Vilaseca 12 years ago updated 12 years ago 0
I'm using this Autohotkey config:

WheelUp::
    Send {WheelDown}
Return

WheelDown::
    Send {WheelUp}
Return
-1

2045: Path to Nation’s Golden Age

finley theo 11 years ago 0

On Aug. 17 we commemorated and celebrated 68 years of independence. The yearly display of sacred and ceremonious spirit proves that the country’s younger generation can cultivate a deep sense of nationalism and give it renewed meaning for the future.


Indonesia’s journey since independence has encountered hardship at times but also reached important milestones. The generation of 1945 fought for and won our independence. The generation of 1966 continued with the objective of maintaining macroeconomic stability and focused on the development of critical infrastructure in every corner of our archipelago. And despite suffering from a structural financial crisis, the generation of 1998 demanded reform that would spread to all layers of society and in the end would usher in the era of democracy for Indonesia.


RELATED ARTICLE:

http://www.thecrownmanagement.com/

http://crowncapitalmngt.blogspot.com/


-1

save window size for each layout

Pavlos Vinieratos 12 years ago 0
when i have the layout on single column, I like the window to be tall.
on double column, i like the window to be wide, so I can see both files clearly.

when i change from one layout to the other, the window stays the same size, so when i am on two columns with a wide window, I press cmd+option+1, change to single column, and then have to manually change the window size with the mouse.
this is really awkward.. I'd love it if sublime could save my preferences on window size for each layout.
-1

NCL plugin?

ENoble 11 years ago updated by robertcollier4 11 years ago 1

Hi, I just stumbled upon SublimeText today.  There is a programming language I use called NCL (http://www.ncl.ucar.edu).

I would like to use this editor with it. The NCL group provides a link where any group can create a plugin for their editor here, http://www.ncl.ucar.edu/Applications/editor.shtml#textmate

Is it possible someone at SublimeText could do this? I don't know how. 

I will try to do so in 10 days. 

-1

Make XML syntax definition mark invalid double-hyphen inside comment

Ola Vikholt 12 years ago 0
In other words, please apply this patch or some variation of it.


diff --git a/a b/XML.tmLanguage

index 9438f60..bbb5823 100644

--- a/a

+++ b/XML.tmLanguage

@@ -109,6 +109,15 @@

                        <string>--%?&gt;</string>

                        <key>name</key>

                        <string>comment.block.xml</string>

+                       <key>patterns</key>

+                       <array>

+                               <dict>

+                                       <key>match</key>

+                                       <string>--</string>

+                                       <key>name</key>

+                                       <string>invalid.illegal.double-hyphen-in-comment.xml</string>

+                               </dict>

+                       </array>

                </dict>

                <dict>

                        <key>begin</key>

-1

Erlang syntax highlighting error (with potential fix!)

Anselm Eickhoff 12 years ago 0

In Erlang, fun is not only a keyword for lambdas, but can also be used in -spec macro directives.


Example:

-spec for_house_of(Type :: row|column|box,
  Pos :: integer(),
  AccStart :: X,
  Fun :: fun((Pos :: integer(), Acc::X) -> (Y))
) -> [Y].

This breaks syntax highlighting afterwards though (because Sublime text thinks we're in an anonymous function that has never been ended).

(multiline or single line -spec doesn't matter).


It can be fixed by ignoring the fun keyword if it follows two colons in this case:


Erlang.tmLanguage, line 699


Before

<string>\b(fun)\b</string>

After

<string>\b^(?!.*::).*$\b(fun)\b</string>

This is only a hack though, because the parameter spec could also be unnamed:


-spec for_house_of(Type :: row|column|box,
  integer(),
  X,
  fun((integer(), X) -> (Y))
) -> [Y].
-1

Remove special characters from sublime text 2 directories and files

Nicholas Whittier 13 years ago 0
I am running the Linux (x86_64) build.  I realize that this does not have true feature ramifications, but it would be great if the file/directories were restructured to remove spaces and special characters.   

I love the simple elegance that ST offers almost as much as the straight-forward customization that is available in the config files.  Then I navigate to those config files to find filenames like "Base File (Linux).sublime-settings" and I cringe.
-1

Opening files and folders problem

aristidesfl 12 years ago 0
Since I've done the update to 2200 I've been having problems opening files and folders some times. 
Sometimes they don't open, other times they take a long time.
I don't know if it only happens with the subl utility or by dragging files on top of the icon because those are the only 2 ways I open things.

Here are a few seconds of the log after having some problems:
http://gist.github.com/8a9e0162d3b68a8ea231 
-1

BACK and FORWARD button suggestion. to go the last opened file.

Diogo Pereira 12 years ago updated by FichteFoll 12 years ago 3
BACK and FORWARD button suggestion. to go the last opened file. 
-1

Find in Files Saved Configurations

Owen Lewery 12 years ago 0

I love find in files - saves me every minute of the day, it's fast and ST2 is the first editor to make it easier than using find at the command line. Thanks. However, I tend to have a few configs that I use all the time - usually combinations of directories and file globs. It would make life even easier if I could save those configs and then pick them from a popup, say at the end of the "where" entry box. I'd settle for recents but better would be to save them somewhere (or even create a settings file).

-1

Code comments that show up in sidebar.

Joren Mathews 12 years ago 0
If you could create a comment in code, which would show up readably sized in the sidebar. Something like //!User section would print "User section" legibly where that comment appears floating over the sidebar.
-1

An API for images/iframes

altivan 10 years ago updated 10 years ago 2
I can't believe I'm the only one who feels that ST3 is far from a improvement without this... maybe they are using a different wording...

Because really, for many things like choosing html images (img[src]), previewing Marcdown files, previewing image files selected on the side bar so we need some kind of iframe inside Sublime; if you want to to implement this in the most painless way you can use a Chrome app; all the platforms you support also have support for Chrome (or Chromium).
-1

Goto default text doesn't work as expected

fl00r 13 years ago 0

I mean:


    { "keys": ["super+c"], "command": "show_overlay", "args": {"overlay": "goto", "text": "controllers"} }

should open overlay with text "controller" so I can find only through controllers dir. But with first clicking it opens first file that matches this pattern and only on the second click it will open overlay will this text
-1

Zen-coding and multiple cursors produces unusual results.

Aaron Spaulding 12 years ago 0

Paste the following text in to ST2 then put cursors after the braces. Press tab:

div{Sales}

TEXT


div{Service}

TEXT

It produces the following output:

<div>Sales</div>

TEXT

div{Service}<div>Sales</div>

TEXT 

-1

My Mac is an OS X, why can't it be used?

Rachael Swift 12 years ago updated by Sven Axelsson 12 years ago 3
I downloaded the Mac version to my computer and it's saying it can't be used... Do I need to update my computer? What's going on that I can change to make this work?